- https://github.com/DavideViolante/Wikipedia-Flag-Icons
- https://github.com/DavideViolante/Linkedin-Feed-Sort-By-Rece...
41–50 of 145 posts
- https://github.com/DavideViolante/Wikipedia-Flag-Icons
- https://github.com/DavideViolante/Linkedin-Feed-Sort-By-Rece...
15 years ago i used userscripts for ... kinda cheating at a popular browser game. i didn't do anything _really_ illegal, it just extended the UI. e.g. if you sent an army to rob a village, it stored the type and level of workshops and calculated how many troops you'd have to send plundering the next time. it worked really well. next i changed the backend from local storage to a shared database and shared the script w…
Tampermonkey, ViolentMonkey and GreaseMonkey are all available in Firefox. Can anyone provide a comparison? Edit for the early commenters: as I stated, all of the above are available on current Firefox. Greasemonkey also has been ported to webextensions. Hence my question. Edit 2: TamperMonkey is closed source source and apparently embeds Google Analytics. Either of those immediately kill it for me, considering the k…
I recently wrote a tiny alternative to the mentioned webpack plugin https://github.com/nfour/TinyWebpackUserscriptPlugin Using it in this project with some userscripts (see webpack.config.ts): https://github.com/nfour/userscripts Tampermonkey seems like the best script manager for developer experience (as far as I could tell from trying the others) when configured as recommended (removing cache checks etc.), though i…
web-ext does hot swap, see the sibling comment from insin to get a minimal manifest for a userscript.
Tampermonkey, ViolentMonkey and GreaseMonkey are all available in Firefox. Can anyone provide a comparison? Edit for the early commenters: as I stated, all of the above are available on current Firefox. Greasemonkey also has been ported to webextensions. Hence my question. Edit 2: TamperMonkey is closed source source and apparently embeds Google Analytics. Either of those immediately kill it for me, considering the k…
Here's a short relevant Reddit thread: https://www.reddit.com/r/firefox/comments/9uemks/greasemonke... Though I wrote Greasemonkey originally, I have no idea regarding the answer to this question. What I can say is that Anthony Lieuallen is a super standup guy, which is why I handed it over to him and Johan way back. Based on that alone, I personally continue to use GM whenever I have a need.
15 years ago i used userscripts for ... kinda cheating at a popular browser game. i didn't do anything _really_ illegal, it just extended the UI. e.g. if you sent an army to rob a village, it stored the type and level of workshops and calculated how many troops you'd have to send plundering the next time. it worked really well. next i changed the backend from local storage to a shared database and shared the script w…
Worked like a charm back in the days :)
Another more popular GreaseMonkey script of mine was the Wikipedia TeX Source Extractor [1]; I used it extensively during my studies when writing lecture summaries, papers, or my thesis.
Userscripts are definitely fun and can be quite useful.
[0] https://github.com/giu/hacker-news-threadify
[1] https://github.com/giu/wikipedia-tex-source-extractor
Update: After not having touched the code of [1] for over 8 years, I just updated the userscript to work with Firefox 75.0 and the GreaseMoneky add-on v4.9.