Scratch3-Dev-Tools
Scratch3-Dev-Tools copied to clipboard
Scratch 3 Dev Tools Browser Extension
@griffpatch you forgot that the file is license not license.md
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...
I think that the `inject3.js` file is a bit too big, and it would certainly help a lot if you were to split the file into a couple of smaller...
This is the [link](https://chrome.google.com/webstore/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl/) To the copied extension (Is the old version)
you should fix it to make it can't copy a define block or make a code that don't let it happen [the vdo in a zip file](https://github.com/griffpatch/Scratch3-Dev-Tools/files/4947240/2563-07-20.17.53.48.mov.zip) When you download...
 An error is thrown when trying to sort the block names alphabetically: ```js chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1631 TypeError: Cannot read property 'localeCompare' of undefined at chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1999 at Array.sort () at buildFloatingFilterList (chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1999)...
Would be great that the keyboard shortcut to open the find menu would work with the ⌘ (Command) key on macOS.
Add HEX
Adds: #8 Note: This does not touch any of the code for the find. The find on master in @griffpatch 's repo is broken, and it is broken in this...
Fixes #21 Apparently preventing mousedown doesn't prevent click in Firefox I tested that the share button warning works in firefox and chrome, but you should probably check that everything else...
I'm making this now on my branch. I'll send a merge request soon.