#Greasemonkey

2025-04-22

Is it wrong to enjoy working on DNS servers?

It’s just so nice meditating on order and consistency in so much chaos.

#IT #greasemonkey #meditation

2025-04-15

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: github.com/technetium/user-scr nu werkt het zoals ik wil

#DeGoogle #GreaseMonkey

2025-04-09

[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

2025-04-03

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

2025-04-02

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 : github.com/technetium/user-scr (1/2)
#DeGoogle

2025-03-21

From left to right: #violentmonkey #greasemonkey #firemonkey #tampermonkey

You can read more about all the differences between #userscript managers here: erosman.github.io/firemonkey/s

Torsten :verified: :verified:tor@norden.social
2025-03-18

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:

greasyfork.org/de/scripts/4603

Beispiel für ein Video, das mit dem #UserScript funktioniert:
zdf.de/play/shows/bares-fuer-r

Cursortasten links / rechts: 10 Sekunden zurück und vorspringen.
p - play oder pause
f - full screen

#ZDFMediathek #Streaming #Fernsehen #Tampermonkey #Firefox #LibreWolf

2025-03-18

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: github.com/technetium/user-scr
#DeGoogle

2025-02-23

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";
}
```

#GreaseMonkey #Friendica #MentalHealth

2025-02-17

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.

The Peter Pan of Nerdery™ 🇦🇺🏜️dhry
2025-02-10

This is very cool. Similar to and . Allows you to insert custom to modify webpages. I do that already with , but that's only. Yet another reason to use - I hope follows suit!

bleepingcomputer.com/news/soft

2025-01-23

Ich brauche ein Script (ähnlich #GreaseMonkey), das mir überall den Namen bzw. Funktion und Namen ersetzt durch „ein verurteilter Straftäter” …

2025-01-07

J'en avais marre de devoir réentrer mes infos à chaque fois sur 12Train donc j'ai fait ce #userscript #greasemonkey : gist.github.com/bohwaz/06e7e98

Bugs possibles, mais ça marche pour moi ;)

cc @jeanbaptistemarie

2024-11-22

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.

github.com/RudeySH/lastfm-bulk

#LastFM #scrobbles #greasemonkey

2024-10-26

📢 I've just released a user-script that fixes the issue of Firefox (sometimes) not displaying Chinese text in the right font:

greasyfork.org/en/scripts/5141

#userscript #Firefox #Chinese #GreaseMonkey #TamperMonkey

Without this script: Chinese text on Wikipedia is displayed in serif font, despite the page font-family being sans-serif.With this script: Chinese text is displayed in sans-serif font, matching the page's font-family.
2024-10-15

GitHub - violentmonkey/violentmonkey: Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. github.com/violentmonkey/viole #greasemonkey #OpenSource #userscript #Firefox #browser #GitHub #chrome #plugin #script #addon #edge

2024-08-31

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.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst