Skip to content

Instantly share code, notes, and snippets.

View BackEndTea's full-sized avatar

Gert de Pagter BackEndTea

View GitHub Profile
@BackEndTea
BackEndTea / MALrandom.js
Created April 24, 2017 13:45 — forked from IA21/MALrandom.js
picks random anime/manga from your MAL animelist/mangalist pages
// ==UserScript==
// @name MAL random
// @version 3
// @description picks random anime/manga from your MAL animelist/mangalist pages
// @author IA21
// @match https://myanimelist.net/mangalist/*
// @match https://myanimelist.net/animelist/*
// @grant none
// ==/UserScript==
@BackEndTea
BackEndTea / DeslectAll.js
Created April 11, 2017 11:16
Adds a button to the kittysplit new entry page that deselects all participants.
// ==UserScript==
// @name Kittysplit deseletc all buton
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds a deselect all button to the kittysplit add new expense screen.
// @author You
// @match *.kittysplit.com/*/entries/new/expense
// @grant none
// ==/UserScript==
@BackEndTea
BackEndTea / User.js
Created February 16, 2017 10:35
Tampermonkey script which turns flairs on reddit into clickable links.
// ==UserScript==
// @name Reddit flair linker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Turns all flairs into a clickable link.
// @author Fluffyybro
// @match *.reddit.com/r/*
// @grant none
// ==/UserScript==