Skip to content

Instantly share code, notes, and snippets.

// ==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
@aphix
aphix / BetterAirlineClub.userscript.js
Last active February 27, 2025 16:11
Better Airline Club + Cost Per PAX Combined & Improved
// ==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