I have got some suggestions for Snap! versions 12.1 and 13.
Snap! 12.1:
New menu options:
Remove tab icons
This would revert the style of the scripts, costumes and sounds tabs to the one from version 6 to version 11.
Old sprite creation button icons
This would remove the “plus” symbols on the buttons below the stage, like in versions 6 to 11. Goes alongside remove tab icons, possibly creating a subcategory.
Legacy editor theme
This would revert the shades of grey found in the editor to those in versions 4 and 5. And maybe also the settings icon.
Snap! 13:
Snapinator integration
allowing the user to drag and drop, or otherwise import, a .sb, .sb2, .sb3, .sprite, .sprite2 or .sprite3 file.
Snapp! integration
using a new menu option called “Package Project…” allowing you to package your Snap! project as a .app (macOS), .deb (Debian), .rpm (RHL), .zip (GNU/Linux systems) or .exe (Microsoft Windows) file.
Neither Snapinator nor Snapp were created by the Snap developers, but rather members of this community. Both of them haven’t been updated in quite a while, but the developers have kept them as resources linked in the footer for people to use.
Good idea. I use Tampermonkey already (during writing this, I switched to Violentmonkey because I found out Tampermonkey is proprietary) and suppose I could try. I have got little to no experience with JavaScript, so I think I would be the perfect person to program this /hj. But I have got the feeling Snap! is programmed a little abnormally due to the way it behaves compared to other sites. Thanks a lot.
Simpler script, but uses the word of instead of from because I made an oopsie
Actually, I think “of” is a better choice, because “from” sounds like it should be the starting index, especially when “to” is there for the ending index.
Speaking of ending indices, if I were writing this block I’d have a Boolean input labelled “inclusive” for the sake of refugees from one of those lesser programming languages in which the second index input specifies the first not-included index.