Created
September 13, 2015 00:34
-
-
Save an-OK-squirrel/b1d623b1d6665af58cfe to your computer and use it in GitHub Desktop.
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 NFE | |
// @namespace an-OK-squirrel.github.io | |
// @description NFE marker yey | |
// @include https://scratch.mit.edu/projects/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
if ($("meta[content='noindex']").length > 0) $("#project > div:nth-child(1) > div:nth-child(1)").append('<div id="nfe" class="wip on" style="left:611px"><span>Not For Everyone</span></div>') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you could add studios to the userscript? Or host it on gh so that I can make a PR?