Skip to content

Instantly share code, notes, and snippets.

@superskirv
superskirv / Civitai Image Highlight Remover.user.js
Last active July 24, 2024 02:11
Civitai Image Highlight Remover: Removes glowing border around images.
// ==UserScript==
// @name Civitai Image Highlight Remover
// @namespace https://civitai.com/user/superskirv
// @version 0.2k
// @description This isnt universal. Removes glowing border around images. Reload page to remove border.
// @author Super.Skirv and ChatGPT 3.5
// @match https://civitai.com/*
// @icon https://civitai.com/images/android-chrome-192x192.png
// @grant none
// ==/UserScript==
@superskirv
superskirv / Civitai Add Versions Dropdown.user.js
Created May 9, 2024 00:22
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.2a
// @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==