Skip to content

Instantly share code, notes, and snippets.

@an-OK-squirrel
Created September 13, 2015 00:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an-OK-squirrel/b1d623b1d6665af58cfe to your computer and use it in GitHub Desktop.
Save an-OK-squirrel/b1d623b1d6665af58cfe to your computer and use it in GitHub Desktop.
// ==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>')
@joker314
Copy link

joker314 commented Dec 3, 2016

Maybe you could add studios to the userscript? Or host it on gh so that I can make a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment