Skip to content

Instantly share code, notes, and snippets.

View vshmoylov's full-sized avatar
🤩
Building some great stuff

Victor Shmoilov vshmoylov

🤩
Building some great stuff
View GitHub Profile
@vshmoylov
vshmoylov / EveryTimeZoneEnhancer.user.js
Created April 10, 2017 15:36
Replaces EveryTimeZone predefined timezones with custom ones
// ==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