This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Description
With Scratch 3.0, many projects broke and many abilities were taken away by the removal of "hacked blocks". Though, it still might be possible to edit the JSON to create a "hacked block", although the JSON is now less readable than it was before. Also, it might be possible to make blocks "droppable" by injecting code into scratch-vm (I see you were able to get into Blockly with this extension) which would in turn allow "hacked blocks" to be made. Additionally, given that the Scratcher did not click "see inside" since the transition to 3.0, the project will still contain an sb2 format, meaning that the "droppable" blocks would convert to Scratch 3.0 properly instead of breaking the project. I'm not sure if this can be done in an extension quite yet, but I think it would be a great feature to add! Also, if there is any way I can help with the development of this, I'd be happy to help!