Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratchinfo - an epic website
- god286
-
1000+ posts
Scratchinfo - an epic website
Wonder why you can't authenticate with FluffyScratch?
That's because ScratchLight just came in and replaced it.
Have fun, and security vulnerabilities - oh wait I need to get that set up
That's because ScratchLight just came in and replaced it.
Have fun, and security vulnerabilities - oh wait I need to get that set up
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- god286
-
1000+ posts
Scratchinfo - an epic website
BUMP
BUMP
BUMP
BUMP
BUMP
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- god286
-
1000+ posts
Scratchinfo - an epic website
Bump
Thanks to a bunch of people for signing up!

If you don't want your username to be here just tell me on Scratch to delete your information…
Thanks to a bunch of people for signing up!

If you don't want your username to be here just tell me on Scratch to delete your information…
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- Verixion
-
100+ posts
Scratchinfo - an epic website
is this in the context module load function? the proper working fetch function should have been passed through the first param table I've got a big problem:
I need to fetch to /foo/bar for something.
So when I fetch to /foo/bar
the first / means the directory of the site right?
BUT it says “INVALID_URL”
But I have to fetch
http://localhost:3000/foo/bar
when the website is in production it won't work obviously
Can someone help?
- god286
-
1000+ posts
Scratchinfo - an epic website
hmm.. I honestly have absolutely no idea what you just saidis this in the context module load function? the proper working fetch function should have been passed through the first param table I've got a big problem:
I need to fetch to /foo/bar for something.
So when I fetch to /foo/bar
the first / means the directory of the site right?
BUT it says “INVALID_URL”
But I have to fetch
http://localhost:3000/foo/bar
when the website is in production it won't work obviously
Can someone help?

meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- kccuber
-
1000+ posts
Scratchinfo - an epic website

why is there a scrollbar on the name of the studio
make the padding more
- MagicCrayon9342
-
1000+ posts
Scratchinfo - an epic website
it is using iframes, you can hide the bar. its not padding it needs, the iframe just needs to be a larger size. However, that might not be able to happen. You can just remove the scroll bar and just let the user use the scroll wheel or press a “read more” button that increases the iframe size. and pushes the other iframes near it
why is there a scrollbar on the name of the studio
make the padding more
https://scratch.mit.edu/projects/676917926/
Tired of the mainstream browsers being so darn slow, taking so much RAM on your super old laptop. Well, Catalyst is the solution. It is a zero compromise browser that will run on anything! Available for Windows, MacOS, and Linux! It is super fast and customizable with a fresh and modern UI!!!.
Always use the latest version of an antivirus. To get the latest security and protection, it is also recommended to use the latest version of MacOS or one that get's security patches. Update your software or you will regret it, and you will have several risks waiting for you.
<script>
alert(“XSS”)
</script>
- MagicCrayon9342
-
1000+ posts
Scratchinfo - an epic website
Tried to do dynamic sized iframe's myself with this code:
but it didnt work
<script> function iframeRESIZE() { document.getElementById('resizable').width=framewidth+30; document.getElementById('resizable').height=frameheight+30; console.log(); } const frameheight=30; const framewidth=30; </script> <button id="resizable" onclick="iframeRESIZE()">Click Me</button> <iframe src="https://example.com" width="30" height="30"></iframe>
https://scratch.mit.edu/projects/676917926/
Tired of the mainstream browsers being so darn slow, taking so much RAM on your super old laptop. Well, Catalyst is the solution. It is a zero compromise browser that will run on anything! Available for Windows, MacOS, and Linux! It is super fast and customizable with a fresh and modern UI!!!.
Always use the latest version of an antivirus. To get the latest security and protection, it is also recommended to use the latest version of MacOS or one that get's security patches. Update your software or you will regret it, and you will have several risks waiting for you.
<script>
alert(“XSS”)
</script>
- god286
-
1000+ posts
Scratchinfo - an epic website
Where'd you get the information I was using iframes from? It is actually just a div with a reactive variable inside… it is using iframes, you can hide the bar. its not padding it needs, the iframe just needs to be a larger size. However, that might not be able to happen. You can just remove the scroll bar and just let the user use the scroll wheel or press a “read more” button that increases the iframe size. and pushes the other iframes near it
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- Verixion
-
100+ posts
Scratchinfo - an epic website
you're using endpoints? I think it's better to just pull the code from the endpoint you're fetching to another separate ts file and then just get stuff from the modulehmm.. I honestly have absolutely no idea what you just saidis this in the context module load function? the proper working fetch function should have been passed through the first param table I've got a big problem:
I need to fetch to /foo/bar for something.
So when I fetch to /foo/bar
the first / means the directory of the site right?
BUT it says “INVALID_URL”
But I have to fetch
http://localhost:3000/foo/bar
when the website is in production it won't work obviously
Can someone help?I don't know if there are load functions in endpoints and what a param table is
I make no sense lol
- god286
-
1000+ posts
Scratchinfo - an epic website
oh ok you're using endpoints? I think it's better to just pull the code from the endpoint you're fetching to another separate ts file and then just get stuff from the module
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- deathcharge415
-
50 posts
Scratchinfo - an epic website
I also use Vercel for hosting my websites!
Check out this game that I've been working on for 2 years…

Bloons Tower-Defense Remastered On Scratch

I have no idea how to breathe.
- kat-coder
-
1000+ posts
Scratchinfo - an epic website
I love it!
On what programming language did you make it on?

-kat-coder
I want the Scratch Team to #ConsiderCollabs! Help save Scratch's unshared projects feature before it's too late!
- dhuls
-
1000+ posts
Scratchinfo - an epic website
Just check the GitHub repository lol. I love it!On what programming language did you make it on?

- god286
-
1000+ posts
Scratchinfo - an epic website
I'm currently working on a system for you all to contribute your own widgets. It's going to be awesome I hope. It will kind of be like the GitHub Marketplace but it's all free. Then it will be stored in my database as JSON in a string. After this system gets setup I will hopefully create some good documentation 
Yes the system is inspired by Nono word.

Yes the system is inspired by Nono word.
Last edited by god286 (Nov. 21, 2021 21:52:48)
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- JoshAtticus
-
100+ posts
Scratchinfo - an epic website
And I thought of github compnent I'm currently working on a system for you all to contribute your own widgets. It's going to be awesome I hope. It will kind of be like the GitHub Marketplace but it's all free. Then it will be stored in my database as JSON in a string. After this system gets setup I will hopefully create some good documentation
Yes the system is inspired by Nono word.
~~I'm JoshAtticus!~~
I enjoy scratching, playing with tech and online privacy(not google)
This account is in archived state, I don't post projects here, and I might not be very active with comments and forums
I have 2 new accounts: @OSMANiC Team & @OSMANiCBetas

^^Made with Figlet^^




- god286
-
1000+ posts
Scratchinfo - an epic website
And I thought of the systemAnd I thought of github compnent I'm currently working on a system for you all to contribute your own widgets. It's going to be awesome I hope. It will kind of be like the GitHub Marketplace but it's all free. Then it will be stored in my database as JSON in a string. After this system gets setup I will hopefully create some good documentation
Yes the system is inspired by Nono word.
I am going to give you credit
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- god286
-
1000+ posts
Scratchinfo - an epic website
I'm having a bit of a confusion now… And I thought of github compnent
the thing is that anyone could impersonate @LLK or someone… and then I'll have to set up a GitHub authorisation thing to verify.. this is a bit hard.
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/
- AJ-Scratch-AJ
-
500+ posts
Scratchinfo - an epic website
Authorization? Like signing up? If u want that, try using firebase..I used firebase authentication for one of my react sites..its free tooI'm having a bit of a confusion now… And I thought of github compnent
the thing is that anyone could impersonate @LLK or someone… and then I'll have to set up a GitHub authorisation thing to verify.. this is a bit hard.
- god286
-
1000+ posts
Scratchinfo - an epic website
I already use Supabase so I don't want to switch to Firebase. There is an option for GitHub. But I really don't know if I should make big DB changes for this.Authorization? Like signing up? If u want that, try using firebase..I used firebase authentication for one of my react sites..its free tooI'm having a bit of a confusion now… And I thought of github compnent
the thing is that anyone could impersonate @LLK or someone… and then I'll have to set up a GitHub authorisation thing to verify.. this is a bit hard.
meowclient
Typescript and ESM support
Kind-of good documentation
Easy to use
meowclient

_ ____ ___ __
__ _ ___ __| |___ \( _ ) / /_
/ _` |/ _ \ / _` | __) / _ \| '_ \
| (_| | (_) | (_| |/ __/ (_) | (_) |
\__, |\___/ \__,_|_____\___/ \___/
|___/