Skip to content

Instantly share code, notes, and snippets.

View jsilva74's full-sized avatar
💻

José Silva Jr. jsilva74

💻
  • Rio de Janeiro, RJ, Brasil
View GitHub Profile
// ==UserScript==
// @name Total w/o fuel
// @namespace http://tampermonkey.net/
// @version 2023-12-13
// @description try to take over the world!
// @author José Silva Jr.
// @match https://server.fseconomy.net/myflight.jsp
// @icon https://www.google.com/s2/favicons?sz=64&domain=fseconomy.net
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Link in ICAO
// @namespace http://tampermonkey.net/
// @version 1.0.0
// @description try to take over the world!
// @author You
// @match https://server.fseconomy.net/aircraftlog.jsp*
// @icon https://www.google.com/s2/favicons?sz=64&domain=fseconomy.net
// @grant none
// ==/UserScript==
// ==UserScript==
// @name FSE My Flight Totals
// @namespace http://tampermonkey.net/
// @version 1.3.1
// @description try to take over the world!
// @author José Silva Jr.
// @match https://server.fseconomy.net/myflight.jsp
// @icon https://www.google.com/s2/favicons?sz=64&domain=fseconomy.net
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js
@jsilva74
jsilva74 / fuse-fuel-in-gal.js
Last active January 16, 2023 15:20
Tampermonkey user script to convert fuel to gallons at FSE World goods page
// ==UserScript==
// @name FSE Fuel in Gallons
// @namespace http://tampermonkey.net/
// @version 1.0
// @description convert fuel to gallons at FSE World goods page
// @author jsilva74
// @match https://server.fseconomy.net/goods.jsp
// @icon https://www.google.com/s2/favicons?sz=64&domain=fseconomy.net
// @grant none
// ==/UserScript==