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 Sorted list + stats | |
// @version 0.3 | |
// @description Sorts the cities + gives pollution & population stats | |
// @author SteveHere | |
// @match https://fragile.city/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=fragile.city | |
// @grant none | |
// ==/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 Logarithmic X-axis | |
// @version 0.1 | |
// @description Logarithmic X-axis for Polygonscan's gas tracker graph | |
// @match https://polygonscan.com/gastracker* | |
// @author SteveHere | |
// @grant none | |
// ==/UserScript== | |
const lower_bound = 25, upper_bound = 1000; |
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 Restore Original Blue Bird Twitter Logo | |
// @version 0.2 | |
// @namespace https://gist.github.com/SteveHere/2e6cd82d833156fbd76089732f5429c3 | |
// @description Restores the original blue bird Twitter logo (Adapted from https://raw.githubusercontent.com/cygaar/old-twitter) | |
// @author SteveHere | |
// @match https://twitter.com/* | |
// @icon none | |
// @grant none | |
// ==/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 Add 'Hide Civ' Button | |
// @version 0.1 | |
// @namespace https://gist.github.com/SteveHere/1a19df5242802df3edcc7d34d5c62523 | |
// @description Injects a 'Hide Civ' button for each dead civ | |
// @author SteveHere | |
// @match https://mkremins.github.io/epitaph/ | |
// @icon none | |
// @grant none | |
// ==/UserScript== |
OlderNewer