Is there any #GreaseMonkey like extension for iOS Safari? And is there any way to have Safari extensions apply to sites viewed through other apps using WKWebView?
#greasemonkey #iOS #hacktheweb
#greasemonkey #script to change #Publish! back to #Toot!
replace fosstodon.org with yours
// ==UserScript==
// @name Toot!
// @namespace johanv.net
// @author Johan
// @version 2
// @match https://fosstodon.org/*
// @grant none
// ==/UserScript==
window.addEventListener("load", () => {
if (document.querySelector(".button.button--block").innerText == "Publish!") { //avoid messing with remote follow page
document.querySelector(".button.button--block").innerText = "Toot!";
}
});
#greasemonkey #script #publish #toot
I've made a few improvements to my #greasemonkey / #tampermonkey script for improving job search websites and #stackoverflow .
* If you're searching for a #job this make it a LOT quicker to skim over the descriptions to find the important stuff you should care about.
* If you use StackOverflow and try to do some light moderation this adds a few tweaks to make it easier to use
#greasemonkey #tampermonkey #stackoverflow #job
So heißt der Button in der aktuellen Version immer noch ¯\_(ツ)_/¯
Er lässt sich allerdings mit einem #Greasemonkey- oder #Tampermonkey-Skript wieder "zurückverwandeln" 😉
https://github.com/memo-567/mv2k_mastodon_scripts/tree/main/mastodon-publish-button-main
I've made a handy little collection of my #tampermonkey and #greasemonkey scripts.
1. - A #job search keyword highlighter to bring attention to certain words as you search for a job. Works on Indeed, Dice, ZipRecruiter, LinkedIn, and Remote.co
2. - A #StackOverflow enhancer that allows easier code indentation in questions/answers, allows you to quickly add pre-written comment "snippets", flags questions with certain tag combinations, and hides some annoyances.
#tampermonkey #greasemonkey #job #stackoverflow
#DailyBloggingChallenge (13/25)
One of my favorite things to do is exploit the DOM (ethical concerns aside).
Lots learn early on if some pesky web component is blocking your view, just delete it in the developer’s tools.
This is usually the spark into what other configurations are possible.
As a #WebDeveloper by trade we are constantly in the developer’s tools trying to understand why certain elements are behaving the way they are - visually or in action. Though we have access to the code base, so it’s easier to understand.
The fun begins when you only have access to the website!
In the realm of heavy duty modifications, there are a couple of options:
Through these possibilities one will learn a lot about vanilla #WebDevelopment and #VanillaJS.
#DailyBloggingChallenge #stylus #browser #webdeveloper #fingerprinting #greasemonkey #npmjs #security #vanillajs #hacking #webpack #wasm #webdevelopment #programming
@thoralf Wenn du #Mastodon im #Firefox benutzt, dann könntest du mit der Erweiterung #TamperMonkey oder #GreaseMonkey mein #UserScript installieren. Das versteckt dann die #ContentWarning Artikel.
Bei "match" im UserScript müsstest du deinen Server eintragen (soc.umrath.net). Ich hab das nur bei mir (norden.social) getestet.
https://greasyfork.org/de/scripts/472062-hide-mastodon-posts-that-have-a-content-warning
#mastodon #firefox #tampermonkey #greasemonkey #userscript #contentwarning
Here is a #UserScript for the #Firefox #Addon #GreaseMonkey or #TamperMonkey that enables #scalablity for websites like #Calckey or #FireFish on the #smartphone.
#zoom #accessibility
https://greasyfork.org/de/scripts/471920-enable-user-scalability
#userscript #firefox #addon #greasemonkey #tampermonkey #scalablity #calckey #firefish #smartphone #zoom #accessibility
Nervt euch das Abdunkeln der Videos in der #ARDMediathek auch so?
Hier habe ich ein #UserScript für das #Firefox #Addon #GreaseMonkey bzw. #TamperMonkey geschrieben, das diese Verdunklungsebene entfernt.
https://greasyfork.org/de/scripts/471919-overwrite-css-variable
#ardmediathek #userscript #firefox #addon #greasemonkey #tampermonkey
Mise à jour de ce tout petit #userScript à utiliser avec les extensions de navigateur #GreaseMonkey #ViolentMonkey ou autre et qui permet de retirer le CSS (thème) custom que certaines instances utilisent pour personnaliser l'interface de #mastodon
https://dev.clov.fr/clov/UserScripts/src/branch/monster/Mastodon/remove%20custom%20css.js
Ce script est utile pour ceux qui utilisent des #userStyles sur leur navigateur et dont les règles peuvent se télescoper avec ces fameux thèmes custom.
#userscript #greasemonkey #Violentmonkey #mastodon #userstyles
No one can stop you adding more exclusion results to this #GreaseMonkey script
#greasemonkey #twitter #reddit #facebook #meta #instagram
https://sh.itjust.works/post/70273
Great #lemmy thread about a #greasemonkey/#tampermonkey script to style the UI to look like old.reddit #redditmigration
#lemmy #greasemonkey #redditmigration
So now that #CoPilot has a full chat interface in #VSCode, just for fun I asked it to write a #GreaseMonkey script to navigate up a level of a URL when the user hits ALT+UP.
I found a couple sketchy extensions to restore this ancient browser behavior, but I'm extremely picky about what extensions I install nowadays.
So I gave it a go, not expecting much and it... did a wonderful job?!
Well, I mean, it needed about 5 minutes of tweaking and testing but it got about 75% of the work done.
Here's the final, cleaned up version: https://github.com/Fortyseven/gm-up-nav/blob/master/gm-up-nav.js
#copilot #vscode #greasemonkey
Hier ist ein Workaround für #Greasemonkey #Tampermonkey
// ==UserScript==
// @name Enable Scalability
// @namespace xy
// @Description Enables scalability
// @include https://www.spiegel.de/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var metaTag = document.querySelector('meta[name="viewport"]');
if (metaTag) {
metaTag.setAttribute('content', 'width=device-width, initial-scale=1, user-scalable=yes, maximum-scale=10');
}
})();
I just started using a #script called #Pagetual using #Greasemonkey / #Tampermonkey. It's awesome! It will save me so much time searching on Google, managing my sites, and more. It just requires installing a plugin and the script #productivity #JS
https://bit.ly/43k0q8P
#script #pagetual #greasemonkey #tampermonkey #productivity #js
Ich freue mich doch immer wieder, dass es schöne #Tampermonkey / #Greasemonkey Scripte für #Mastodon gibt 😀
#tampermonkey #greasemonkey #mastodon
@alanralph thanks.
I hope this gets added into all those #AdBlockers like #uBlockOrigin and shared as a #Greasemonkey Script.
#greasemonkey #ublockorigin #adblockers
Replies I stopped myself from posting on #reddit
> What was your level of surprise upon learning that a #greasemonkey script claiming to "Exploit CryptoRefills for free products" might be shady?
New #Greasemonkey script: copy a link to the current #YouTube play position to the clipboard when you press [S]
Not tested much, so you are also a testmonkey.
https://gist.github.com/Fortyseven/79cf47cc3896ca4c81b5b83b42a643a0