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 Civitai Ad Remover | |
| // @namespace https://civitai.com/user/superskirv | |
| // @version 0.6 | |
| // @description Removes add cell from the front page, and possibly others. | |
| // @author Super.Skirv and Qwen2.5-QwQ | |
| // @match https://civitai.com/* | |
| // @icon https://civitai.com/images/android-chrome-192x192.png | |
| // @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 Civitai Add Versions Dropdown | |
| // @namespace https://civitai.com/user/superskirv | |
| // @version 0.867.5309 | |
| // @description Broken a long time ago... but there is hope... | |
| // @author Super.Skirv and ChatGPT 3.5 | |
| // @match https://civitai.com/models/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @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 Civitai Image Highlight Remover | |
| // @namespace https://civitai.com/user/superskirv | |
| // @version 0.5.3 | |
| // @description Removes border from images and models on Civitai | |
| // @author Super.Skirv and Qwen2.5-Coder-32B-Instruct | |
| // @match https://civitai.com/* | |
| // @icon https://civitai.com/images/android-chrome-192x192.png | |
| // @grant none | |
| // ==/UserScript== |