Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » unknown scratch pages
- Jeffalo
-
Scratcher
1000+ posts
unknown scratch pages
no, it just hosts some scratch related pdfs and things.download.scratch.mit.edu - not a download page, just says “Scratch On!”, not sure what this is used formy (slightly far-fetched) theory is an april fools page that never got cleaned up
https://download.scratch.mit.edu/CreativeCoding.pdf
https://download.scratch.mit.edu/ScratchReferenceGuide14.pdf
https://download.scratch.mit.edu/idc07.pdf
- INSERT-USER_NAME
-
Scratcher
1000+ posts
unknown scratch pages
Does anybody know if there's a URL that contains the ban page?
- medians
-
Scratcher
1000+ posts
unknown scratch pages
How come no one found http://scratch.mit.edu/projects/andresmh/104 ? It's very well known and common.Uhm, that’s just a redirect because that’s how the 1.x project page urls were.
- infinitytec
-
Scratcher
1000+ posts
unknown scratch pages
I think staging.scratch.mit.edu used to be a thing. IIRC when they were doing some significant updates once it was up and functional. A couple of us in the ATs had some fun with it.
- octopuswinslow
-
Scratcher
1000+ posts
unknown scratch pages
are and known? and if they are, what do they mean?
https://scratch.mit.edu/js/polyfill.min.js
https://scratch.mit.edu/js/common.bundle.js
https://scratch.mit.edu/js/splash.intl.js
https://scratch.mit.edu/js/splash.bundle.js
Last edited by octopuswinslow (April 14, 2023 02:53:09)
- PizzaPizza72
-
Scratcher
1000+ posts
unknown scratch pages
I think staging.scratch.mit.edu used to be a thing. IIRC when they were doing some significant updates once it was up and functional. A couple of us in the ATs had some fun with it.There was a Wayback Machine snapshot of it from 2015. It looks identical to the Scratch homepage.
(Except the Scratch logo is missing)
Last edited by PizzaPizza72 (April 14, 2023 02:55:35)
- CST1229
-
Scratcher
1000+ posts
unknown scratch pages
(#582)Pretty sure there isn't one.
Does anybody know if there's a URL that contains the ban page?
(#586)Script files used by 3.0 pages (minified and bundled for faster loading times):
are (snip) known? and if they are, what do they mean?
- https://scratch.mit.edu/js/polyfill.min.js has code for supporting older browsers
- https://scratch.mit.edu/js/common.bundle.js has code that is common to every 3.0-styled page
- https://scratch.mit.edu/js/splash.intl.js contains language text (or strings) for the home page and a few other things
- https://scratch.mit.edu/js/splash.bundle.js contains code for the home page
- scratchusername40
-
Scratcher
1000+ posts
unknown scratch pages
statistics apis:
- https://scratch.mit.edu/statistics/data/daily/
- https://scratch.mit.edu/statistics/data/monthly-ga/
- https://scratch.mit.edu/statistics/data/monthly/
might be fun to do something with these
- https://scratch.mit.edu/statistics/data/daily/
- https://scratch.mit.edu/statistics/data/monthly-ga/
- https://scratch.mit.edu/statistics/data/monthly/
might be fun to do something with these
- -gr
-
Scratcher
1000+ posts
unknown scratch pages
oops cst1229 found it before me
Last edited by -gr (May 9, 2023 16:14:51)
- PaperMarioFan2022
-
Scratcher
1000+ posts
unknown scratch pages
https://scratch.mit.edu/accounts/check_password/
Okay, never saw that one before, what is that even suppose to be used for anyway? That literally has nothing to do with Scratch.
- CST1229
-
Scratcher
1000+ posts
unknown scratch pages
(#593)That was probably used back in the 2.0 alpha (to gate it behind a password).https://scratch.mit.edu/accounts/check_password/
Okay, never saw that one before, what is that even suppose to be used for anyway? That literally has nothing to do with Scratch.
Last edited by CST1229 (May 27, 2023 18:33:15)
- PlNG_
-
Scratcher
500+ posts
unknown scratch pages
Probably more(#593)That was probably used back in the 2.0 alpha (to gate it behind a password).https://scratch.mit.edu/accounts/check_password/
Okay, never saw that one before, what is that even suppose to be used for anyway? That literally has nothing to do with Scratch.

- mybearworld
-
Scratcher
1000+ posts
unknown scratch pages
It just seems to check if the password is your password
- WojtekAdvanced
-
Scratcher
38 posts
unknown scratch pages
I POSTED THIS ON MY ALT BECAUSE I SEEM IT'S TOO DANGEROUS TO EXPOSE.
but might get me banned so i didn't place it here, but the /scratch_admin/ directory exists,
anyways going into it redirects to /, aka the homepage of Scratch, but only on it's subdirs,
the directory itself goes into the 404 page, but it might depend on the Scratch Team status.
found these, but via the homepage JS:
removed, because i do not like bans very much
if a st member sees this, please move some code for the homepage because it actually exposes too much
i found admin things on the homepage,(#582)Pretty sure there isn't one.
Does anybody know if there's a URL that contains the ban page?(#586)Script files used by 3.0 pages (minified and bundled for faster loading times):
are (snip) known? and if they are, what do they mean?
- https://scratch.mit.edu/js/polyfill.min.js has code for supporting older browsers
- https://scratch.mit.edu/js/common.bundle.js has code that is common to every 3.0-styled page
- https://scratch.mit.edu/js/splash.intl.js contains language text (or strings) for the home page and a few other things
- https://scratch.mit.edu/js/splash.bundle.js contains code for the home page
but might get me banned so i didn't place it here, but the /scratch_admin/ directory exists,
anyways going into it redirects to /, aka the homepage of Scratch, but only on it's subdirs,
the directory itself goes into the 404 page, but it might depend on the Scratch Team status.
found these, but via the homepage JS:
removed, because i do not like bans very much
if a st member sees this, please move some code for the homepage because it actually exposes too much
Last edited by WojtekAdvanced (May 27, 2023 19:26:23)
- Jeffalo
-
Scratcher
1000+ posts
unknown scratch pages
please move some code for the homepage because it actually exposes too muchthe javascript bundle is from the github repo which has more stuff if you're interested? https://github.com/scratchfoundation/scratch-www
its all intentional though. the real admin things are not publicly exposed like that.
- WojtekGame
-
Scratcher
1000+ posts
unknown scratch pages
it shouldn't but CTRL + F and typing admin and seeing the uri value (which is just an URL) exposes the urls, however yes.please move some code for the homepage because it actually exposes too muchthe javascript bundle is from the github repo which has more stuff if you're interested? https://github.com/scratchfoundation/scratch-www
its all intentional though. the real admin things are not publicly exposed like that.
- Jeffalo
-
Scratcher
1000+ posts
unknown scratch pages
it shouldn't but CTRL + F and typing admin and seeing the uri value (which is just an URL) exposes the urls, however yes.this is quite common for modern javascript apps. the way bundles works means extra client side code is exposed to users. but this isn't a huge issue as longa as the actual server side measures are put in place.













