Skip to content

Instantly share code, notes, and snippets.

@martixy
martixy / d20srd.user.js
Last active September 12, 2020 12:39
d20SRD Redirect and Navigate
// ==UserScript==
// @name d20SRD Redirect and Navigate
// @namespace http://www.d20srd.org/
// @version 0.2
// @description Redirects to the 3.5 site automatically, easy keyboard shortcut navigation
// @author martixy
// @match http://www.d20srd.org/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @grant none
// ==/UserScript==
@martixy
martixy / fuckPinterest.user.js
Created March 3, 2018 02:38
Filter pinterest from google searches userscript (aka fuck pinterest)
// ==UserScript==
// @name Fuck Pinterest
// @namespace https://www.google.com
// @version 0.1
// @description Filter that shit out of my searches!
// @author martixy
// @match https://www.google.com/*
// @grant none
// @copyright 2016+, martixy
// ==/UserScript==