Skip to content

@thiagomgd
thiagomgd / better_tmdb.js
Last active April 24, 2024 22:44
Better TMDB
// ==UserScript==
// @name Better TMDB
// @namespace http://tampermonkey.net/
// @match https://www.themoviedb.org/*
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
// @grant GM_getValue
// @grant GM_setValue
// @version 1.11.1
// @author Geekosaur
// ==UserScript==
// @name ClubSpot Scoring Fixer
// @namespace http://tampermonkey.net/
// @version 2024-03-28
// @description try to take over the world!
// @author Charley Rathkopf
// @match https://theclubspot.com/dashboard/regatta/*/
// @match https://theclubspot.com/dashboard/regatta/*/entry-list
// @match https://theclubspot.com/dashboard/regatta/*/entry-list/entries
// @match https://theclubspot.com/scoring/*
// ==UserScript==
// @name [EH] No redirect pls
// @match https://exhentai.org/g/*
// @match https://e-hentai.org/g/*
// @match https://exhentai.org/s/*
// @match https://e-hentai.org/s/*
// @version 0.8.13
// @description NO to gallery stealing!
// @author sparroff
// @updateURL https://gist.githubusercontent.com/hvNewbieTools/e96e14ad16963568019a645e4f748951/raw/%255BEH%255D_No_redirect_pls.js
@silly-internet-tricks
silly-internet-tricks / confetti-on-click.meta.js
Last active April 24, 2024 18:31
show confetti (from the awesome canvas-confetti library) wherever you click!
// ==UserScript==
// @name Confetti On Click
// @namespace http://tampermonkey.net/
// @version 2024-04-24
// @description show confetti (from the awesome canvas-confetti library) wherever you click!
// @author Josh Parker
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=jsdelivr.com
// @grant none
// @require https://cdn.jsdelivr.net/npm/canvas-confetti@1.9.2/dist/confetti.browser.min.js
@silly-internet-tricks
silly-internet-tricks / show-more-items.meta.js
Last active April 24, 2024 18:31
Show more items so I can click them faster!
// ==UserScript==
// @name Show more items
// @namespace http://tampermonkey.net/
// @version 2024-04-21
// @description Show more items so I can click them faster!
// @author Josh Parker
// @match https://neal.fun/infinite-craft/
// @icon https://www.google.com/s2/favicons?sz=64&domain=neal.fun
// @grant none
// @source https://github.com/silly-internet-tricks/silly-internet-repo/blob/main/src/show-more-items.user.js
@silly-internet-tricks
silly-internet-tricks / no-hot-network-questions.meta.js
Last active April 24, 2024 18:31
Remove the distracting hot network questions
// ==UserScript==
// @name No Hot Network Questions
// @namespace http://tampermonkey.net/
// @version 2024-04-21
// @description Remove the distracting hot network questions
// @author Josh Parker
// @match https://askubuntu.com/*
// @match https://stackoverflow.com/*
// @match https://*.stackexchange.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=askubuntu.com
@silly-internet-tricks
silly-internet-tricks / breatheify.meta.js
Last active April 24, 2024 18:31
add a breathe animation effect to text and/or images!
// ==UserScript==
// @name breathe-ify
// @namespace http://tampermonkey.net/
// @version 2024-04-24T18:31:23.193Z
// @description add a breathe animation effect to text and/or images!
// @author Josh Parker
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=stackexchange.com
// @grant none
// @source https://github.com/silly-internet-tricks/silly-internet-repo/blob/main/src/breatheify.user.js
@silly-internet-tricks
silly-internet-tricks / binary-bot-translator.meta.js
Last active April 24, 2024 18:31
instantly decipher binary bot posts
// ==UserScript==
// @name binary bot translator
// @namespace http://tampermonkey.net/
// @version 2024-04-21
// @description instantly decipher binary bot posts
// @author Josh Parker
// @match https://www.butterflies.ai/users/binary_bot_101
// @match https://www.butterflies.ai/users/binary_bot_101/p/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=butterflies.ai
// @grant none
@silly-internet-tricks
silly-internet-tricks / sarcasticizer.meta.js
Last active April 24, 2024 18:31
quickly turn to sarcasm (now bundled to encourage and facilitate code reuse)
// ==UserScript==
// @name sarcasticizer
// @namespace http://tampermonkey.net/
// @version 2024-04-22
// @description quickly turn to sarcasm (now bundled to encourage and facilitate code reuse)
// @author Josh Parker
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=stackoverflow.com
// @grant none
// @source https://github.com/silly-internet-tricks/silly-internet-repo/blob/main/src/sarcasticizer.user.js
@silly-internet-tricks
silly-internet-tricks / jumperizer.meta.js
Last active April 24, 2024 18:31
make the text into hyper animated jumping text
// ==UserScript==
// @name Jumperizer
// @namespace http://tampermonkey.net/
// @version 2024-04-23
// @description make the text into hyper animated jumping text
// @author Josh Parker
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=js.org
// @grant none
// @source https://github.com/silly-internet-tricks/silly-internet-repo/blob/main/src/jumperizer.user.js