This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Model Card Filter | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-08-29 | |
// @description A script filters out unpopular models on search page. | |
// @author j4hanon | |
// @match https://civitai.com/search/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=civitai.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Add google search link to sukebei.nyaa.si | |
// @namespace http://github.com/j4hanon | |
// @version 0.1 | |
// @description Add google search link | |
// @author j4hanon | |
// @match https://sukebei.nyaa.si/* | |
// @match http://sukebei.nyaa.si/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Youtube age restriction bypass | |
// @namespace http://github.com/j4hanon | |
// @version 0.1 | |
// @description Bypass age restricted videos | |
// @author j4hanon | |
// @match https://www.youtube.com/* | |
// @match http://www.youtube.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name erotarest bypass | |
// @namespace http://github.com/j4hanon | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author j4hanon | |
// @match https://movie.eroterest.net/page/* | |
// @grant none | |
// ==/UserScript== |