Last active
December 4, 2025 01:39
-
-
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.3 | |
| // @description Adds versions drop down menu to page. Reload page to see menu. The page has to many dynamic elements and needs to be reloaded once per visit. | |
| // @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