Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » unknown scratch pages
- W1THRD
- Scratcher
71 posts
unknown scratch pages
I just thought it was weird I found these links inside of a javascript file.https://scratch.mit.edu/info redirects to https://scratch.mit.edu/ideas for some reason.The second splash.bundle.js link shouldn't count as it was definitely well known at the time, and the third one doesn't have anything to do with Scratch to my knowledge
Also, I found these URLs in the splash.bundle.js file:
https://sip.scratch.mit.edu/%20scratch-celebration/
https://scratch.mit.edu/discuss/topic/689659/
https://fast.wistia.net/embed/iframe/
#3 is the video player used for the about page.
- NotYourTypicalBean
- Scratcher
500+ posts
unknown scratch pages
https://scratch.mit.edu/become-a-scratcher/community-guidelines gives a 403 error
- W1THRD
- Scratcher
71 posts
unknown scratch pages
https://scratch.mit.edu/become-a-scratcher/community-guidelines gives a 403 errorAny link under that gives a 403 error:
https://scratch.mit.edu/become-a-scratcher/qwertyuiopasdfghjkzxcvbnm
https://scratch.mit.edu/become-a-scratcher/poop
- SpyCoderX
- Scratcher
1000+ posts
unknown scratch pages
SVGs on the become a scratcher page:
https://scratch.mit.edu/images/onboarding/create-a-project.svg
https://scratch.mit.edu/images/onboarding/community-guidelines.svg
https://scratch.mit.edu/images/onboarding/create-a-project.svg
https://scratch.mit.edu/images/onboarding/community-guidelines.svg
- Maximouse
- Scratcher
1000+ posts
unknown scratch pages
That's the same bug as https://scratch.mit.edu/discuss/topic/455322/https://scratch.mit.edu/become-a-scratcher/community-guidelines gives a 403 errorAny link under that gives a 403 error:
https://scratch.mit.edu/become-a-scratcher/qwertyuiopasdfghjkzxcvbnm
https://scratch.mit.edu/become-a-scratcher/poop
- W1THRD
- Scratcher
71 posts
unknown scratch pages
another weird bug: if you search anything with a backslash (/) in it, the part after the backslash will be excluded.
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
Last edited by W1THRD (Sept. 19, 2024 21:00:57)
- blubby4
- Scratcher
100+ posts
unknown scratch pages
Those are all forward slashes. The %2F is the escape code for the forward slash. another weird bug: if you search anything with a backslash (/) in it, the part after the backslash will be excluded.
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
- W1THRD
- Scratcher
71 posts
unknown scratch pages
oops I did a stupidThose are all forward slashes. The %2F is the escape code for the forward slash. another weird bug: if you search anything with a backslash (/) in it, the part after the backslash will be excluded.
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
- DifferentDance8
- Scratcher
1000+ posts
unknown scratch pages
That's a forward slash another weird bug: if you search anything with a backslash (/) in it, the part after the backslash will be excluded.
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
\ <- this is a backslash
- W1THRD
- Scratcher
71 posts
unknown scratch pages
I know, I did a stupidThat's a forward slash another weird bug: if you search anything with a backslash (/) in it, the part after the backslash will be excluded.
Examples:
this appears/but not this
1/2
/ (it's just empty)
but, for some reason, if you search %2F it replaces it with a backslash
\ <- this is a backslash
- abubriski
- Scratcher
500+ posts
unknown scratch pages
How come I’ve never seen https://scratch.mit.edu/become-a-scratcher/ before?
- 8to16
- Scratcher
1000+ posts
unknown scratch pages
https://scratch.mit.edu/become-a-scratcher/ before?They replaced the 2.0 popup with a separate 3.0 page How come I’ve never seen
(I know this because I was becoming a scratcher on my old account in around middle 2021, I assume they made this change in 2023-ish.)
Last edited by 8to16 (Sept. 20, 2024 14:00:13)
- lovelythings
- Scratcher
100+ posts
unknown scratch pages
STUFF WE FOUND
https://www.scratch.mit.edu/ - @dhuls
@dhuls rlly did mention the most common homepage just to get in this post lols.
Last edited by lovelythings (Sept. 23, 2024 01:54:08)
- BigNate469
- Scratcher
1000+ posts
unknown scratch pages
Please include closing tags (the [/quote] and [/b] actually do something)STUFF WE FOUND
https://www.scratch.mit.edu/ - @dhuls
@dhuls rlly did mention the most common homepage just to get in this post lols.
Last edited by BigNate469 (Sept. 23, 2024 21:17:28)
- EverSwirl
- Scratcher
100+ posts
unknown scratch pages
Here's something funny I found: (may or may not be qualified as related to this topic?)
Search %25252F. The search bar now only shows %252F.
Clicking the search bar again makes it into %2F.
Clicking it once more makes it into /.
Click it again and you search for nothing.
Search %25252F. The search bar now only shows %252F.
Clicking the search bar again makes it into %2F.
Clicking it once more makes it into /.
Click it again and you search for nothing.
- SpyCoderX
- Scratcher
1000+ posts
unknown scratch pages
That's because %25 is the code for %, and %2F is the / Here's something funny I found: (may or may not be qualified as related to this topic?)
Search %25252F. The search bar now only shows %252F.
Clicking the search bar again makes it into %2F.
Clicking it once more makes it into /.
Click it again and you search for nothing.
As for when it finally disappears, I don't really know.
- abubriski
- Scratcher
500+ posts
unknown scratch pages
Oh, so this is new?https://scratch.mit.edu/become-a-scratcher/ before?They replaced the 2.0 popup with a separate 3.0 page How come I’ve never seen
(I know this because I was becoming a scratcher on my old account in around middle 2021, I assume they made this change in 2023-ish.)
- Maximouse
- Scratcher
1000+ posts
unknown scratch pages
It was added in 2022: https://github.com/scratchfoundation/scratch-www/pull/6500Oh, so this is new?https://scratch.mit.edu/become-a-scratcher/ before?They replaced the 2.0 popup with a separate 3.0 page How come I’ve never seen
(I know this because I was becoming a scratcher on my old account in around middle 2021, I assume they made this change in 2023-ish.)
Before this page was added, clicking the “become a Scratcher” link would open a popup on the profile page.
- endyourenite
- Scratcher
100+ posts
unknown scratch pages
Scrapped
Last edited by endyourenite (Sept. 25, 2024 20:13:11)