This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Link-Cleaner | |
// @namespace https://www.leonbrandt.com | |
// @version 1.0 | |
// @description Press SHIFT + ALT + C to automatically clean Links | |
// @author Leon Brandt | |
// @homepage https://www.leonbrandt.com | |
// @updateURL https://gist.github.com/leonbrandt/3fe02a8aca3929d97c5a840370c4e052/raw/link-cleaner.user.js | |
// @match http*://*/* | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |