Skip to content

Instantly share code, notes, and snippets.

@superskirv
Last active December 4, 2025 01:39
Show Gist options
  • Select an option

  • Save superskirv/ed8d12d5bdf28cfed55de946c31163e6 to your computer and use it in GitHub Desktop.

Select an option

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.
// ==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