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 EveryTimeZone Enhancer | |
// @version 0.1-alpha-poc | |
// @description Replaces EveryTimeZone predefined timezones with custom ones | |
// @author Victor Shmoylov | |
// @match http://everytimezone.com/* | |
// @grant none | |
// @run-at document-start | |
// @require https://code.jquery.com/jquery-3.1.0.min.js | |
// @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js |
NewerOlder