-9

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?

Sive
  • 79
  • 11
  • 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 Answers1

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:

Screenshot of TurboWarp with Network extension

When executed, the blocks will always ask permission before proceeding.

Screenshot of security warning

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