Discuss Scratch

ChristianScratcher1
Scratcher
1000+ posts

What? The website changes the theme when I click on this guy's project ???????

kocyigit2011 wrote:

braxlord2 wrote:

It's likely an exploit to change the styles of the site. report the project immediately and email the scratch team about this.
You shoudn't report that. Thats secret feature or easter egg
https://scratch.mit.edu/discuss/post/9095119/
ST is already aware, the project I remixed from using the CSS thing was seen by an ST member and is still up
faxmachineemoji
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

THat's cool, crazy what coding can do

I don't think you need to report unless it downloads like a spyware or a kreep or a cleck onto your computer
FlamingoTesting
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

FlamingoTesting wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
https://scratch.mit.edu/discuss/topic/875554, I found the tutorial.
200mutley16
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?
odd.. I clicked the link, and it didn't do anything odd… it was just normal web design
EliasChambers5
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

WPONTA wrote:

FlamingoTesting wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
https://scratch.mit.edu/discuss/topic/875554, I found the tutorial.
Don’t worry, they threw the tutorial away into the Bin of Dust.
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

200mutley16 wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?
odd.. I clicked the link, and it didn't do anything odd… it was just normal web design
Refresh the page multiple times
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

EliasChambers5 wrote:

WPONTA wrote:

FlamingoTesting wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
https://scratch.mit.edu/discuss/topic/875554, I found the tutorial.
Don’t worry, they threw the tutorial away into the Bin of Dust.

By exporting an svg costume and then editing the svg code, you can change the color,font, and text not only cyan but also many colors.
gem1001
Scratcher
1000+ posts

What? The website changes the theme when I click on this guy's project ???????

EliasChambers5 wrote:

WPONTA wrote:

FlamingoTesting wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
https://scratch.mit.edu/discuss/topic/875554, I found the tutorial.
Don’t worry, they threw the tutorial away into the Bin of Dust.
It's just that there's a comma in the link
https://scratch.mit.edu/discuss/topic/875554 (with no comma) still works
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

LukeSky47SCRATCH
Scratcher
41 posts

What? The website changes the theme when I click on this guy's project ???????

I thought this was an extension, but no, it's real. That's crazy.
LukeSky47SCRATCH
Scratcher
41 posts

What? The website changes the theme when I click on this guy's project ???????

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?
I was able to recreate it by backpacking some of the sprites:
https://scratch.mit.edu/projects/1310555080/
I don't know how it does it, but it seems to use costumes
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

LukeSky47SCRATCH wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?
I was able to recreate it by backpacking some of the sprites:
https://scratch.mit.edu/projects/1310555080/
I don't know how it does it, but it seems to use costumes

https://scratch.mit.edu/studios/51509886/ - Custom themes for Scratch
Julesvernebeales
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

ChristianScratcher1 wrote:

blockedy wrote:

they probally hacked scratch to change theme in that project
Actually they embedded CSS into svg sprites and someone made a tutorial on it. The Christy invasion in my siggy shows an example with the css code remixed from a project with bananas

There’s a topic on this on the advanced topics forum if you’re interested

I knew it was imbeds! i just thought it was HTML code, no CSS, can you tell me more? i love this kind of stuff!
WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

WPONTA wrote:

FlamingoTesting wrote:

WPONTA wrote:



Link: https://scratch.mit.edu/projects/1306323690/
Can you guys explain what's going on here?

It seems similar to that one project where bananas fly across the screen and not in the project, probably this guy used advanced coding to change the look of the page. It's quite interesting
https://scratch.mit.edu/discuss/topic/875554, I found the tutorial.

Julesvernebeales wrote:

ChristianScratcher1 wrote:

blockedy wrote:

they probally hacked scratch to change theme in that project
Actually they embedded CSS into svg sprites and someone made a tutorial on it. The Christy invasion in my siggy shows an example with the css code remixed from a project with bananas

There’s a topic on this on the advanced topics forum if you’re interested

I knew it was imbeds! i just thought it was HTML code, no CSS, can you tell me more? i love this kind of stuff!

[/qu

Julesvernebeales wrote:

ChristianScratcher1 wrote:

blockedy wrote:

they probally hacked scratch to change theme in that project
Actually they embedded CSS into svg sprites and someone made a tutorial on it. The Christy invasion in my siggy shows an example with the css code remixed from a project with bananas

There’s a topic on this on the advanced topics forum if you’re interested

I knew it was imbeds! i just thought it was HTML code, no CSS, can you tell me more? i love this kind of stuff!



This is the tutorial for you

Last edited by WPONTA (April 22, 2026 13:37:24)

WPONTA
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

Here we go, a brand new custom theme!
-Firey_on-paws-8
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

braxlord2 wrote:

It's likely an exploit to change the styles of the site. report the project immediately and email the scratch team about this.
Why in the world should you report it? *sigh*
I_Have_Tapeworms
Scratcher
500+ posts

What? The website changes the theme when I click on this guy's project ???????

Its not an exploit. It's a really advanced coding thing, but I'm not that tech savvy, lol. The project is fine, no need to report it
faxmachineemoji
Scratcher
100+ posts

What? The website changes the theme when I click on this guy's project ???????

I_Have_Tapeworms wrote:

Its not an exploit. It's a really advanced coding thing, but I'm not that tech savvy, lol. The project is fine, no need to report it
Not that advanced
scratchy_boy106
Scratcher
1000+ posts

What? The website changes the theme when I click on this guy's project ???????

braxlord2 wrote:

It's likely an exploit to change the styles of the site. report the project immediately and email the scratch team about this.

Powered by DjangoBB