Skip to content

Instantly share code, notes, and snippets.

@sp00n
sp00n / rczbikeshop-newsletter.user.js
Last active November 6, 2023 15:55
RCZ Bikeshop Newsletter Parser Userscript
// ==UserScript==
// @name RCZ Bikeshop Newsletter Parser
// @namespace net.sp00n.rcz
// @match https://go.mail-coach.com/t/*
// @grant none
// @version 1.03
// @author sp00n
// @description Parses the links for a rczbikeshop.com newsletter and tries to list the products in a readable manner
// @downloadURL https://gist.github.com/sp00n/341b0a56accbfaba29e8b13b255038e0
// ==/UserScript==
@sp00n
sp00n / restore-google-pagination.user.js
Last active April 8, 2024 22:08
Restored Pagination for Google (Disable Continuous / Infinite Scrolling)
// ==UserScript==
// @name Restored Pagination for Google
// @namespace google-pagination.sp00n.net
// @match *://*/search*
// @grant none
// @version 0.2
// @author sp00n
// @description This script restores the paged navigation for the Google Search. It also requires that the "Continuous scrolling" in the Google Search settings is turned off (which infuriatingly does not restore the old Pagination!)
// @downloadURL https://gist.github.com/sp00n/e8b91d2f47c471bc0627f7b31d659291
// ==/UserScript==
@sp00n
sp00n / mtb-news.de-notification.button.user.js
Last active March 30, 2024 23:23
mtb-news.de Userscript, um alle neuen Beiträge mit einem Klick zu öffnen
// ==UserScript==
// @name mtb-news.de - Add "Open New Notifications" Button
// @namespace net.sp00n
// @match https://www.mtb-news.de/forum/*
// @grant none
// @version 1.4
// @author sp00n82
// @description This needs an additional setting, at least for Firefox: Firefox Options -> Privacy & Security -> Permissions -> Block pop-up windows -> Exceptions -> Add "https://www.mtb-news.de" to the Allowed Websites list
// @downloadURL https://gist.github.com/sp00n/61c2e6cf33553bf4d56062783a9228d3
// @license Creative Commons CC BY-SA 3.0 DE
@sp00n
sp00n / mtb-news.de-darkmode.user.css
Last active September 15, 2023 05:32
mtb-news.de Dark Mode
/* ==UserStyle==
@name mtb-news.de Dark Mode
@description A dark mode for the mtb-news.de forums, to be used with an addon like Stylus
@namespace sp00n.mtb-news.de
@version 3.2.4
@author sp00n82
@homepageURL https://gist.github.com/sp00n/2fa640e641a3e729cdc8035a4da2412d
@supportURL https://www.mtb-news.de/forum/t/darkmode-fuer-das-neue-forum-css-code-fuer-stylus-addon.891774/
@license Creative Commons CC BY-SA 3.0 DE
==/UserStyle== */