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 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== |
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 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== |