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 FV - Stud selector | |
| // @version 0.3.1 | |
| // @description Better dropdown and checkbox selection for Animal Husbandry | |
| // @author msjanny (#7302) | |
| // @match https://www.furvilla.com/career/breeder/* | |
| // @match https://www.furvilla.com/career/stables/* | |
| // @match https://www.furvilla.com/career/forest/* | |
| // @grant GM_setValue | |
| // @grant GM_getValue |
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 FV - Quests (no jumping) | |
| // @author msjanny (#7302) | |
| // @match https://www.furvilla.com/quest* | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| /* globals $:false */ |
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 FV - scrapping | |
| // @version 1.0 | |
| // @description Show full pagination when scrapping, and remember the last page opened | |
| // @author msjanny (#7302) | |
| // @match https://www.furvilla.com/career/blacksmith* | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // ==/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 FV - Exploration consumables | |
| // @version 0.1 | |
| // @description Add exploration consumables to the explore page. | |
| // @author msjanny | |
| // @match https://www.furvilla.com/career/explore* | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 FV - full pagination | |
| // @version 0.5 | |
| // @description Adds links to every page when filling the pot and using certain inventory items. | |
| // @author msjanny (#7302) | |
| // @match https://www.furvilla.com/serpent/pot* | |
| // @match https://www.furvilla.com/inventory* | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // ==/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 FV - QOL trades | |
| // @version 0.3 | |
| // @description QOL to trades | |
| // @author msjanny (#7302) | |
| // @match https://www.furvilla.com/trade/new* | |
| // @include /https:\/\/www.furvilla.com\/trade\/[0-9]+$/ | |
| // @grant GM_addStyle | |
| // ==/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 FV - Preview Vistas | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description Preview vistas you don't own | |
| // @author msjanny | |
| // @match https://www.furvilla.com/forums/settings | |
| // @grant GM_addStyle | |
| // ==/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 FV ENERGY! It's EXTREME!!! | |
| // @version 1.2 | |
| // @description become a Kyle | |
| // @author msjanny | |
| // @match https://www.furvilla.com/career/warrior/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| (function() { |
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 FV New Items Formatter | |
| // @author msjanny (7302) | |
| // @description Given an item image index sorted by recent, returns linked images | |
| // @version 0.1 | |
| // @include /http://www\.furvilla\.com/img/items/\d+/\?MD/ | |
| // ==/UserScript== | |
| (function() { |
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 FV - Content Hider | |
| // @author msjanny #7302 | |
| // @description Hides "____" has been hidden messages | |
| // @match http://www.furvilla.com/* | |
| // @version 1.0.2 | |
| // ==/UserScript== | |
| (function() { |