Skip to content

Instantly share code, notes, and snippets.

@DogmaDragon
DogmaDragon / video_compare_userscript.user.js
Created September 4, 2023 12:22
Userscript for Stash
// ==UserScript==
// @name Stash Video Compare Userscript
// @description Userscript for Stash
// @match *localhost:9999/*
// @grant GM_openInTab
// @require https://code.jquery.com/jquery-1.12.4.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @version 1.0
// @author Scruffynerf
// ==/UserScript==
@DogmaDragon
DogmaDragon / StashToggleSprite.user.js
Created April 20, 2023 00:15
Toggle Sprites on Scene page in place of the cover
// ==UserScript==
// @name Stash Toggle Sprite
// @namespace Stash
// @version 0.2
// @description Toggle Sprites on Scene page in place of the cover
// @author iix63500 & Flashy
// @match http://localhost:9999/scenes/*
// @grant none
// ==/UserScript==