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 YouTube Commentary Synchronizer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Synchronize YouTube commentary with a source video from a given URL | |
// @author Aphix | |
// @match https://www.youtube.com/watch* | |
// @grant GM_xmlhttpRequest | |
// @grant GM_addStyle | |
// @grant unsafeWindow |
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 Better Airline Club + Cost Per PAX Combined & Improved | |
// @namespace http://tampermonkey.net/ | |
// @version 1.4.0 | |
// @description Enhances airline-club.com and v2.airline-club.com airline management game | |
// @author Aphix/Torus (original "Cost Per PAX" portion by Alrianne @ https://github.com/wolfnether/Airline_Club_Mod/) | |
// @match https://*.airline-club.com/ | |
// @icon https://www.google.com/s2/favicons?domain=airline-club.com | |
// @downloadURL https://gist.githubusercontent.com/aphix/fdeeefbc4bef1ec580d72639bbc05f2d/raw/BetterAirlineClub.userscript.js | |
// @updateURL https://gist.githubusercontent.com/aphix/fdeeefbc4bef1ec580d72639bbc05f2d/raw/BetterAirlineClub.userscript.js |