Skip to content

Instantly share code, notes, and snippets.

View rooftopchicken's full-sized avatar

- rooftopchicken

View GitHub Profile
// ==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
// ==UserScript==
// @name FV - Quests (no jumping)
// @author msjanny (#7302)
// @match https://www.furvilla.com/quest*
// ==/UserScript==
(function() {
'use strict';
/* globals $:false */
// ==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==
@rooftopchicken
rooftopchicken / fv_exploration_consumables.user.js
Last active January 21, 2021 01:45
Add exploration consumables to the explore page.
// ==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';
@rooftopchicken
rooftopchicken / fv_full_pagination.user.js
Last active March 15, 2021 04:34
Links to every page of the inventory while: filling the Serpent's Pot and using certain inventory items
// ==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==
@rooftopchicken
rooftopchicken / fv_trades.user.js
Last active January 21, 2021 02:11
much needed QOL upgrades to trades
// ==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==
@rooftopchicken
rooftopchicken / fv_vistas.user.js
Last active January 21, 2021 01:47
preview vistas
// ==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==
@rooftopchicken
rooftopchicken / fv_energy.user.js
Last active January 21, 2021 01:48
adds button to consume Tiger's Eye Dew at the end of battle
// ==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() {
@rooftopchicken
rooftopchicken / fv_new_items.user.js
Last active February 2, 2018 06:02
Formats image links real quick
// ==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() {
@rooftopchicken
rooftopchicken / fv_content_hider.user.js
Last active September 19, 2016 03:31
Hides "____" has been hidden messages on FurVilla. (http://www.furvilla.com/forums/thread/24812)
// ==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() {