See the announcement post.
-
- Block
https://www.speedsolving.com/misc/twizzle/js/twizzle-forum-link.js
in DevTools
- Block
-
make dev
-
- Visit a speedsolving.com thread with an embedded player.
-
- Paste this in the JS console after every page load you want to test:
const script = document.createElement("script");
script.type = "module";
script.src = "http://speedsolving-twizzle.localhost:3344/misc/twizzle/js/twizzle-forum-link.js";
document.body.appendChild(script)
lftp
(for deployment)