Skip to content

Instantly share code, notes, and snippets.

<!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