Last active
December 9, 2025 04:00
-
-
Save superskirv/ed8d12d5bdf28cfed55de946c31163e6 to your computer and use it in GitHub Desktop.
Adds a drop down menu for all versions on a model page. Good for models that have more than 5 versions.
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== | |
| (function() { | |
| // Uses this one: https://greasyfork.org/en/scripts/522433-civitai-model-versions-wraparound-search-sort | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment