This file contains 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 thisandagain Summoner | |
// @namespace thisandagainPlsExplainThisPost | |
// @version 1.02 | |
// @description Adds a link to posts to magically summon thisandagain | |
// @author Zro716, technoboy10 | |
// @match https://scratch.mit.edu/discuss/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Scratch Messenger | |
// @namespace ScratchMessenger | |
// @author Zro617 | |
// @description Lets you quickly write a message directly to the author of a forum post on Scratch | |
// @include https://scratch.mit.edu/discuss/topic/* | |
// @version 1.1.1 | |
// @grant none | |
// ==/UserScript== | |
/* |
This file contains 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== | |
// @author Zro617 | |
// @name Scratch Signature Header Link | |
// @namespace zro617.github.io | |
// @description Puts a link to your signature in the header of the forums | |
// @include https://scratch.mit.edu/discuss/* | |
// @version 1.1 | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Scratch Notifications | |
// @namespace zro617.github.io | |
// @description Adds desktop notifications for Scratch messages | |
// @include https://scratch.mit.edu/* | |
// @version 1.21 | |
// @grant none | |
// ==/UserScript== | |
if (typeof Scratch.INIT_DATA.LOGGED_IN_USER === "undefined") well_poop_you_need_to_log_in; |