Skip to content

Instantly share code, notes, and snippets.

View leonbrandt's full-sized avatar

Leon Brandt leonbrandt

View GitHub Profile
@leonbrandt
leonbrandt / whatsapp-emoji-replacer.user.js
Last active February 9, 2022 20:17
Whatsapp Emoji-Replacer
// ==UserScript==
// @name WhatsApp Emoji-Replacer
// @namespace https://leonbrandt.com
// @homepage https://leonbrandt.com
// @updateURL https://gist.github.com/leonbrandt/92c0bd9fc2d26ca14100073557310ef5/raw/whatsapp-emoji-replacer.user.js
// @version 1.0.0
// @description Don't ask
// @author Leon Brandt
// @match http*://web.whatsapp.com/*
// @grant none
@leonbrandt
leonbrandt / google-keyboard-navigator.user.js
Last active August 14, 2020 09:18
Google keyboard navigation (Greasemonkey / Tampermonkey)
// ==UserScript==
// @name Google Keyboard Navigator
// @namespace https://www.leonbrandt.com
// @version 1.0.2
// @description Use up/down to navigate over results, left/right to navigate over pages and return to open selected result
// @author Leon Brandt
// @updateURL https://gist.github.com/leonbrandt/0d67fd06f9de33fccb2b0e9fd248684d/raw/google-keyboard-navigator.user.js
// @homepage https://www.leonbrandt.com
// @match https://*/*
// @grant none
@leonbrandt
leonbrandt / geoguessr-cheat.user.js
Last active November 24, 2023 19:03
Geoguessr cheat (Greasemonkey / Tampermonkey)
// ==UserScript==
// @name Geoguessr Cheat
// @namespace https://www.leonbrandt.com
// @version 2.0.0
// @description Press SHIFT + ALT + G and the location of your current geoguessr game will open in a new tab
// @author Leon Brandt
// @homepage https://www.leonbrandt.com
// @updateURL https://gist.githubusercontent.com/leonbrandt/16b3a70ef70939359357c908e6b0f06d/raw/geoguessr-cheat.user.js
// @match http*://*/*
// @grant none
@leonbrandt
leonbrandt / yccvr.user.js
Created December 20, 2018 10:26
(YCCVR) Youtube clickable channel in video-recommendation list (Greasemonkey / Tampermonkey)
// ==UserScript==
// @name (YCCVR) Youtube clickable channel in video-recommendation list
// @namespace https://www.leonbrandt.com
// @version 1.0
// @description Make channel-names clickable in video-recommentation list
// @author Leon Brandt
// @homepage https://www.leonbrandt.com
// @match https://www.youtube.com/watch?*
// @grant none
// @run-at document-idle
@leonbrandt
leonbrandt / link-cleaner.user.js
Last active October 29, 2018 20:22
Link-Cleaner (Greasemonkey / Tampermonkey)
@leonbrandt
leonbrandt / imdb-cast-year-hider.user.js
Last active October 29, 2018 08:19
IMDb cast year-hider (Greasemonkey / Tampermonkey)
// ==UserScript==
// @name IMDb cast year-hider
// @namespace https://www.leonbrandt.com
// @version 1.0
// @description Hides years next to cast-entrys: never get spoiled again who dies in a tv-show while browsing IMDb
// @author Leon Brandt
// @homepage https://www.leonbrandt.com
// @updateURL https://gist.github.com/leonbrandt/0f34fd3ce474f5e1567f16161b2e5984/raw/imdb-cast-year-hider.user.js
// @match https://www.imdb.com/title/*
// @grant none