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 horsemask | |
// @namespace https://brewspace.jiveland.com/* | |
// @include https://brewspace.jiveland.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$j(document).ready(function(){ |
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 horsemask | |
// @namespace https://brewspace.jiveland.com/* | |
// @include https://brewspace.jiveland.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$j(document).ready(function(){ |
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 Unicorn Mode Plugin | |
// @namespace https://brewspace.jiveland.com/* | |
// @version 0.1 | |
// @include https://*.brewspace.jiveland.com/* | |
// @include https://brewspace.jiveland.com/welcome | |
// @description enter something useful | |
// @match https://*.brewspace.jiveland.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== |