Skip to content

Instantly share code, notes, and snippets.

@aphix
aphix / lexusForceGraph.html
Created May 29, 2025 03:01
Karen Read Lexus Force Graph
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lexus Impact Physics Visualization · Stratified Efficiency Overlay</title>
<script src="https://d3js.org/d3.v7.min.js"></script>
<style>
body { font-family: Arial, sans-serif; background: #f4f4f4; }
h2 { text-align: center; }
.axis path, .axis line { fill: none; stroke: #000; }
// ==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 January 4, 2026 17:36
[1.4.0] 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