Skip to content

Instantly share code, notes, and snippets.

View TheMonsterFromTheDeep's full-sized avatar
🤷

TheMonsterFromTheDeep TheMonsterFromTheDeep

🤷
View GitHub Profile
There are quite a few improvements I have noticed that could be made to custom blocks.
Please read entire post, especially if you are skeptical about it.:)
*NOTICE: Some of these are in other topics, but I feel I should mention them here as well.
IDEAS 1 & 2: (Can you guess what they are? :P)
[img]http://i824.photobucket.com/albums/zz167/junkforwebsites/MockUpArt_zps6f55a962.png[/img]
#1: [b][u]CUSTOM REPORTER BLOCKS[/u][/b]
Custom reporters. If you don't know what a reporter is, [url=wiki.scratch.mit.edu/wiki/Reporter_Block]here[/url] is a helpful wiki article. Basically, these would work similar to how they work in other programming languages. In other languages, it would look something like this:
// ==UserScript==
// @name Scratch User Blocker
// @namespace http://themonsterfromthedeep.github.io/
// @version 0.1
// @description Block comments from certain users from appearing
// @author TheMonsterFromTheDeep
// @match https://scratch.mit.edu/*
// @grant none
// ==/UserScript==
/* jshint -W097 */