Skip to content

Instantly share code, notes, and snippets.

This graph provides an overview of Aion server emulator development projects and how their code bases are related.
Please let me know if any notable projects are missing or misrepresented here.

---
config:
  flowchart:
    nodeSpacing: 15
    padding: 10
title: Aion server emulator development projects
---
@neon-dev
neon-dev / YouTube NonStop Simple.user.js
Last active August 17, 2025 03:53
Userscript that prevents YouTube and YouTube Music from pausing playback. It uses a simple solution from https://github.com/lawfx/YoutubeNonStop/pull/43#issuecomment-954689654, which, unlike YouTube NonStop, does not resume paused content unintentionally.
// ==UserScript==
// @name YouTube NonStop Simple
// @namespace https://gist.github.com/neon-dev
// @version 0.1
// @description Prevents YouTube and YouTube Music from pausing playback. It uses a simple solution from https://github.com/lawfx/YoutubeNonStop/pull/43#issuecomment-954689654, which, unlike YouTube NonStop, does not resume paused content unintentionally.
// @author Neon
// @match https://www.youtube.com/*
// @match https://music.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=music.youtube.com
// @updateURL https://gist.github.com/neon-dev/e46ff0765caa09f8417ef6bb44450f70/raw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub contributors</title>
<style>
:root {
font-family: "Segoe UI","Noto Sans",Helvetica,Arial,sans-serif;
color-scheme: dark;
! Title: Discord Telemetry, Ads & Annoyances
! Homepage: https://gist.github.com/neon-dev/396740b9575450e886103deec1fc6607
# telemetry
||discord.com/api/v*/science
||discord.com/api/v*/premium-marketing
# ad popouts
discord.com##div[id^="popout_"]:has(div[class*="upsellTooltipWrapper_"])
echo '<html><body style="display: flex; flex-flow: row wrap; justify-content: center">' > github_emojis.html \
&& curl -s https://api.github.com/emojis \
| grep -o '"[^"]*": "[^"]*' \
| sed 's/": "/:<\/code><\/figcaption><img src="/;s/"/<figure><figcaption style="text-align: center; width: 140px"><code style="margin-left: -100%; margin-right: -100%">:/;s/$/" width="64" style="margin: auto; display: block;"\/><\/figure>/' >> github_emojis.html \
&& echo "</body></html>" >> github_emojis.html
@neon-dev
neon-dev / YouTube Channel Playback Speed.user.js
Last active November 16, 2023 11:45
Userscript that remembers and applies video playback speeds on YouTube per channel
// ==UserScript==
// @name YouTube Channel Playback Speed
// @namespace https://gist.github.com/neon-dev
// @version 0.1
// @description Remembers playback speeds by channel. Change the speed on one video and it automatically applies to all videos of the same channel.
// @author Neon
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @updateURL https://gist.github.com/neon-dev/f641eb74a91a01d0e4c7434ffe0fb5ef/raw
// @downloadURL https://gist.github.com/neon-dev/f641eb74a91a01d0e4c7434ffe0fb5ef/raw
@neon-dev
neon-dev / Amazon Music Dialoghandler.user.js
Last active November 16, 2023 12:48
Userscript that detects unwanted popups on the Amazon Music web player and closes them automatically (like asking "Hören Sie noch zu?" or trying to sell Amazon Music Unlimited memberships)
// ==UserScript==
// @name Amazon Music Dialoghandler
// @namespace https://gist.github.com/neon-dev
// @version 0.2
// @description Closes unwanted popups on the Amazon Music web player
// @author Neon
// @match https://music.amazon.de/*
// @match https://music.amazon.com/*
// @match https://music.amazon.co.uk/*
// @icon https://d5fx445wy2wpk.cloudfront.net/icons/amznMusic_favicon.png