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