Discuss Scratch

JaiAmruth
Scratcher
60 posts

Make 3.0 look like 2.0 (to an extent)!

This is a life-saver imo. It makes the editor GUI look so much more comfortable.
For all the chrome users out there, this is a plugin that you can use!

Here's the description:
3.0 Switcher allows the 3.0 editor to look somewhat like the 2.0 editor.
Instructions:
1. Download the extension from (ok apparently extensions are banned for advertising… whoops)
2. Unzip the file somewhere
3. Go to chrome extensions
4. Enable developer mode (top right) and click load unpacked
5. It will prompt you to choose a folder choose the folder that has the main.html file (from the one you unzipped)
6. Once the extension shows up, click it and enable reversing
I'm 99% sure this was made by @EncloCreations
Really thankful to them, because I can finally take a breather with the new GUI.

Also with the bugs popping up (and causing scratchers to drop like flies), I'm sure the wonderful Scratch Team will take care of that soon!

Last edited by JaiAmruth (Jan. 3, 2019 17:25:23)

JaiAmruth
Scratcher
60 posts

Make 3.0 look like 2.0 (to an extent)!

Any thoughts on this?
Deadly_Dudas
Scratcher
43 posts

Make 3.0 look like 2.0 (to an extent)!

This is cool. I'll try it out
bybb
Scratcher
1000+ posts

Make 3.0 look like 2.0 (to an extent)!

This is an extension and they are banned. The ST will close this topic and give you an alert.
I'd recommend removing the download link before this happens.
JaiAmruth
Scratcher
60 posts

Make 3.0 look like 2.0 (to an extent)!

Omg. I just found out. Thanks for letting me know.
Jeffalo
Scratcher
1000+ posts

Make 3.0 look like 2.0 (to an extent)!

JaiAmruth wrote:

Omg. I just found out. Thanks for letting me know.
be careful
JGames101
Scratcher
100+ posts

Make 3.0 look like 2.0 (to an extent)!

Here's some JS to move the stage back to the 2.0 location without downloading a Chrome extension:
document.querySelector('.gui_flex-wrapper_uXHkj').style.flexDirection = 'row-reverse';
_nix
Scratcher
1000+ posts

Make 3.0 look like 2.0 (to an extent)!

JGames101 wrote:

Here's some JS to move the stage back to the 2.0 location without downloading a Chrome extension:
document.querySelector('.gui_flex-wrapper_uXHkj').style.flexDirection = 'row-reverse';
This will only work as long as the custom ID of the gui_flex-wrapper is uXHkj, which I don't think is guaranteed (I might be wrong though). Something like this should be more reliable:
document.querySelector('[class^=gui_flex-wrapper]').style.flexDirection = 'row-reverse';
bybb
Scratcher
1000+ posts

Make 3.0 look like 2.0 (to an extent)!

_nix wrote:

JGames101 wrote:

Here's some JS to move the stage back to the 2.0 location without downloading a Chrome extension:
document.querySelector('.gui_flex-wrapper_uXHkj').style.flexDirection = 'row-reverse';
This will only work as long as the custom ID of the gui_flex-wrapper is uXHkj, which I don't think is guaranteed (I might be wrong though). Something like this should be more reliable:
document.querySelector('[class^=gui_flex-wrapper]').style.flexDirection = 'row-reverse';
Oh CSS, never change.
computerboy12345
Scratcher
100+ posts

Make 3.0 look like 2.0 (to an extent)!

This might make Scratch more comfortable for me. However, I am beginning to get used to the 3.0 editor.
CgBB
Scratcher
25 posts

Make 3.0 look like 2.0 (to an extent)!

That's really helpful!
frodewin
Scratcher
500+ posts

Make 3.0 look like 2.0 (to an extent)!

JaiAmruth wrote:

1. Download the extension from (ok apparently extensions are banned for advertising… whoops)

I guess the reason for this is security concerns? Since when you install an extension, you never know what kind of code you get when the extension is updated? If this is the case a userscript might do the same job safer, since it cannot be installed unless you have first enabled a framwork like tampermonkey and it would be possible to review the code before you install.
TakiTakiplease
Scratcher
9 posts

Make 3.0 look like 2.0 (to an extent)!

frodewin wrote:

JaiAmruth wrote:

1. Download the extension from (ok apparently extensions are banned for advertising… whoops)

I guess the reason for this is security concerns? Since when you install an extension, you never know what kind of code you get when the extension is updated? If this is the case a userscript might do the same job safer, since it cannot be installed unless you have first enabled a framwork like tampermonkey and it would be possible to review the code before you install.

Yeah,

For Serucity. Scratch Banned Isonline, and One of the first many extensions. FeelsBadMan
It's like Donload at Our own risk + Userscripts are Banned too, like they kinda baned them

Last edited by TakiTakiplease (Jan. 12, 2019 21:21:23)

Google990
Scratcher
10 posts

Make 3.0 look like 2.0 (to an extent)!

define set to [ color]
set to color [ 785]
Google990
Scratcher
10 posts

Make 3.0 look like 2.0 (to an extent)!

Yo're
guidosam
Scratcher
4 posts

Make 3.0 look like 2.0 (to an extent)!

JGames101 wrote:

Here's some JS to move the stage back to the 2.0 location without downloading a Chrome extension:
document.querySelector('.gui_flex-wrapper_uXHkj').style.flexDirection = 'row-reverse';


This mixed version of scratch 3 and 2 is pretty cool.

Scratch team should have an option to turn this on or off
WhiterangerTest
New Scratcher
1 post

Make 3.0 look like 2.0 (to an extent)!

I have a chromebook personally, so I can follow your instructions but I don't know what the extension is called. Also, please reply and in the reply put the link to the extension. Thank you!
RGEFuentes06
Scratcher
75 posts

Make 3.0 look like 2.0 (to an extent)!

i don't really know how, But i seen scratch videos have their background like 2.0, but actually We have 3.0,
mccann119
Scratcher
100+ posts

Make 3.0 look like 2.0 (to an extent)!

bybb wrote:

This is an extension and they are banned. The ST will close this topic and give you an alert.
I'd recommend removing the download link before this happens.
Why are they banned?
Maximouse
Scratcher
1000+ posts

Make 3.0 look like 2.0 (to an extent)!

mccann119 wrote:

bybb wrote:

This is an extension and they are banned. The ST will close this topic and give you an alert.
I'd recommend removing the download link before this happens.
Why are they banned?
For security. See https://scratch.mit.edu/discuss/topic/284272/

Powered by DjangoBB