#qutebrowser 🤟 with python-adblock and some nice #greasemonkey -scripts.
https://qutebrowser.org
https://pypi.org/project/adblock/
https://greasyfork.org
😎
#qutebrowser 🤟 with python-adblock and some nice #greasemonkey -scripts.
https://qutebrowser.org
https://pypi.org/project/adblock/
https://greasyfork.org
😎
Is it wrong to enjoy working on DNS servers?
It’s just so nice meditating on order and consistency in so much chaos.
Oeps, ik ben erachter gekomen dat #nextcloud met #vue is geschreven. En dan voldoet het simpel zetten van de .value property niet om een invoerveld een waarde te geven.
Ik heb nu wat extra statements toe gevoegd in het #userscript: https://github.com/technetium/user-scripts/blob/master/nextCloudCalendar.user.js nu werkt het zoals ik wil
[FR]
Arrivée ici début 2025, big up aux @admin de Piaille.fr ! #introduction :
Tombée dans la marmite #OpenSource en 2000, je me nourris de commandes #bash. Fichiers texte, #grep et ses jolies #regex, #ansible, #git, #greasemonkey, les tests auto et la supervision sont tes amis.
Cordes frottées, grattées et frappées, sons soufflés, chantés ou beatboxés, sons électro ou scratchés me touchent. Rien de tel qu'une bonne soirée à jammer / à enregistrer pour un beatmaker / à débarquer sur scène pour accompagner quand il manque un instrumentiste / à repiquer des morceaux entiers sur papier à l'ancienne / à improviser avec les enfants
Engagée #AMAP et pro #CNV
If you happen to use #Narwhal as your #reddit client of choice, I made a little something if your iOS browser can load #UserScripts.
[UserScript] Reddit links to Narwhal
#narwhalapp #ios #userScript #greaseMonkey #tamperMonley #violentMonkey #OrionBrowser
Omdat ik toch op de een of andere manier moet aangeven wat mijn #NextCloud server is en ik dacht dat ik dat wel met een #GreaseMonkey script zou kunnen regelen.
Heb ik dit maar helemaal geregeld in een #UserScript : https://github.com/technetium/user-scripts/blob/master/nextCloudCalendar.user.js (1/2)
#DeGoogle
From left to right: #violentmonkey #greasemonkey #firemonkey #tampermonkey
You can read more about all the differences between #userscript managers here: https://erosman.github.io/firemonkey/src/content/help.html
Das #ZDF hat seine #Mediathek und URLs aktualisiert.
Daraufhin habe ich jetzt mein #Greasemonkey Skript aktualisiert, mit dem man den ZDF-Player per #Tastatur steuern kann:
https://greasyfork.org/de/scripts/460318-zdf-player-with-keyboard
Beispiel für ein Video, das mit dem #UserScript funktioniert:
https://www.zdf.de/play/shows/bares-fuer-rares-104/bares-fuer-rares-vom-18-maerz-2025-100
Cursortasten links / rechts: 10 Sekunden zurück und vorspringen.
p - play oder pause
f - full screen
#ZDFMediathek #Streaming #Fernsehen #Tampermonkey #Firefox #LibreWolf
If you want to replace the driving direction links on #Geocaching pages from #Google to #OpenStreetMap , you can use the #GreaseMonkey script I just created: https://github.com/technetium/user-scripts/raw/refs/heads/master/osmdirections.user.js
#DeGoogle
Sometimes one just cannot find the right #extension for the browser, only to realize that one already has one of the most powerful #addon (#greasemonkey) out there and with a little bit of #javascript magic, one can create the desired outcome.
Here we go, a very quick-and-dirty userscript for greasemonkey to hide posts in friendica that are filtered...
```
// ==UserScript==
// @name Friendica hide filtered items
// @version 1
// @grant none
// @include friends.chasmcity.net/*
// ==/UserScript==
var snapResults = document.evaluate("//div[contains(@class, 'media')]/div/div/p[starts-with(normalize-space(.),'Filtered by rule: ')]/../../..",
document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = snapResults.snapshotLength - 1; i >= 0; i--) {
var elm = snapResults.snapshotItem(i);
// do stuff with elm
elm.style.display = "none";
}
```
Gah. Failed at downloading Kindle books.
After a small struggle to get #Greasemonkey on Firefox and then look up how to install a script not-from-a-website*, it says the script is loaded, and active on the page, but nothing happens.
Time for a large pot of tea, methinks.
* Yes, I've done it before but that was nearly 20 years ago and Things have Changed.
This is very cool. Similar to #Greasemonkey and #Tampermonkey. Allows you to insert custom #javascript #scriptlets to modify webpages. I do that already with #Stylebot, but that's #CSS only. Yet another reason to use #Brave - I hope #Vivaldi follows suit! #bravebrowser
Ich brauche ein Script (ähnlich #GreaseMonkey), das mir überall den Namen bzw. Funktion und Namen ersetzt durch „ein verurteilter Straftäter” …
J'en avais marre de devoir réentrer mes infos à chaque fois sur 12Train donc j'ai fait ce #userscript #greasemonkey : https://gist.github.com/bohwaz/06e7e98461d38bca5625f2e9f2ef6f79
Bugs possibles, mais ça marche pour moi ;)
I hate when the track artist gets scrobbled instead of the album artist. Bilmuri does a bunch of collabs with people so the songs always scrobble as "Bilmuri + Knox", "Bilmuri + Hardy", rather than just Bilmuri. So those scrobbles don't count towards my total listens for Bilmuri.
I found a Greasemonkey script that adds a bulk edit button to my Last.fm library. It lets me edit those collabs and edits them going forward too, so now they all count as just Bilmuri.
NOTE: You do need Last.FM Pro for the ongoing automatic edits feature.
#WebMonkey
No-frills light-weight #Android web #browser with support for #Greasemonkey userscripts.
https://f-droid.org/packages/com.github.warren_bank.webmonkey/
https://github.com/warren-bank/Android-WebMonkey
📢 I've just released a user-script that fixes the issue of Firefox (sometimes) not displaying Chinese text in the right font:
https://greasyfork.org/en/scripts/514177-improve-chinese-text-on-firefox
GitHub - violentmonkey/violentmonkey: Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. https://github.com/violentmonkey/violentmonkey #greasemonkey #OpenSource #userscript #Firefox #browser #GitHub #chrome #plugin #script #addon #edge
I've recently been playing around with extensions like #greasemonkey.. so #violentmonkey, #tampermonkey and #firemonkey. What I find interesting is that every one of these lack SOMETHING another one offers. Tampermonkey is closed source that's an eh right from the get go, firemonkey doesn't support window.close() operation, violentmonkey does offer window.close, but does not support importing local scripts (something like util functions etc.) which firemonkey supports.