This file contains 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 NSFocusGiftNationInput | |
// @namespace sitethiefs-ns-scripts | |
// @version 0.1 | |
// @description Focus on gift nation input | |
// @author Sitethief of Vylixan | |
// @match https://www.nationstates.net/*/gift=1 | |
// @icon https://www.google.com/s2/favicons?domain=nationstates.net | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Collection Queue Add script | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Keep pressing 'v' while using a card queue to loop trough all the cards that need to be put into a collection. It will ad them to the top most collection | |
// @author Sitethief of Vylixan | |
// @match *://www.nationstates.net/page=deck/card=*/season=*/?manage_collections=* | |
// @match *://www.nationstates.net/page=deck/card=*/season=* | |
// @grant none | |
// @require https://craig.global.ssl.fastly.net/js/mousetrap/mousetrap.min.js?a4098 |