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 Advanced Topics Linker | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Replace explore with Advanced Topics link | |
// @author Dylan5797 (and hiccup01) | |
// @match https://scratch.mit.edu/* | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ |