I know that this won't work in a normal Scratch. Maximum with Turbowarp, but there is one problem. Turbowarp makes JavaScript out of Scratch, and unfortunately I don't know this language. What should I do, or what command should I enter, so that the button takes me to the site?
Asked
Active
Viewed 125 times
-9
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jun 12 '23 at 18:00
1 Answers
2
TurboWarp has an extension called Network that offers you (among others) the following blocks:
- open (...) in new tab
- open (...) in new window
- redirect this tab to (...)
Quick link to try it out:
https://turbowarp.org/editor?extension=https://extensions.turbowarp.org/true-fantom/network.js
Example:
When executed, the blocks will always ask permission before proceeding.

Ruud Helderman
- 10,563
- 1
- 26
- 45