This file contains hidden or 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 Marble Run Addons | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Adds things to marblerun.at. | |
// @author PkmnQ | |
// @match https://www.marblerun.at/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=marblerun.at | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Cool, Another BBCode Script | |
// @namespace http://tampermonkey.net/ | |
// @version 1.7.4 | |
// @description Enhances the BBCode parser in a slightly different way. | |
// @author PkmnQ | |
// @match https://tbgforums.com/forums/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=tbgforums.com | |
// @grant none | |
// ==/UserScript== |