💯 :100:
🔢 :1234:
🎱 :8ball:
:a:
🆎 :ab:
| // ==UserScript== | |
| // @name Most downloaded versions of an npm package | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description On the npm website, show the top ten most downloaded versions | |
| // @author Josh Parker | |
| // @match https://www.npmjs.com/package/* | |
| // @icon https://www.google.com/s2/favicons?domain=npmjs.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name egs whole storyline | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description display all previous and subsequent comics in this storyline | |
| // @author Josh Parker | |
| // @match https://www.egscomics.com/comic/* | |
| // @icon https://www.google.com/s2/favicons?domain=egscomics.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name up and coming pages in wikipedia category | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description movers from the past three years chart to the past three months chart | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/wikipedia/up-and-coming.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/41e576b304f01dced186633f3eb84c4c/raw/up-and-coming.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/41e576b304f01dced186633f3eb84c4c/raw/up-and-coming.meta.js | |
| // @match https://en.wikipedia.org/wiki/Category:* |
| // ==UserScript== | |
| // @name Aggregate the top ten from each of the four categories | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Aggregate the top ten from each of the four categories | |
| // @author Josh Parker | |
| // @match https://top10.netflix.com | |
| // @match https://top10.netflix.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=netflix.com | |
| // @grant none |
| // ==UserScript== | |
| // @name Youtube Duration Filter | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description | |
| // @author Josh Parker | |
| // @match https://www.youtube.com/channel/*/videos | |
| // @match https://www.youtube.com/user/*/videos | |
| // @icon https://www.google.com/s2/favicons?domain=youtube.com | |
| // @grant none |
| // ==UserScript== | |
| // @name No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* |
| // ==UserScript== | |
| // @name Get subcategories | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Bring all articles from subcategories onto this category page | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/wikipedia/get-subcategories.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/4d8f488ecd0912680635483a8eb97bf6/raw/get-subcategories.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/4d8f488ecd0912680635483a8eb97bf6/raw/get-subcategories.meta.js | |
| // @match https://en.wikipedia.org/wiki/Category:* |
💯 :100:
🔢 :1234:
🎱 :8ball:
:a:
🆎 :ab:
| // ==UserScript== | |
| // @name get cross origin | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author Josh Parker | |
| // @match https://www.imdb.com/search/title/?year=2021&sort=num_votes,desc | |
| // @icon https://www.google.com/s2/favicons?domain=imdb.com | |
| // @connect www.rottentomatoes.com | |
| // @grant GM.xmlHttpRequest |
| // ==UserScript== | |
| // @name count svgs on each page | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description count svgs on each page | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/wikipedia/count-svgs.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/c67bbcfe9dac51a27e30193b061c65fe/raw/count-svgs.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/c67bbcfe9dac51a27e30193b061c65fe/raw/count-svgs.meta.js | |
| // @match https://en.wikipedia.org/wiki/Category:* |