CST1229
CST1229
> This is possible but turbowarp's custom extension addon hardly ever works, this is why there isn't much custom extensions, I find people just programming a custom extension in the...
Something that might be worth adding is something like the [project.json size reducer](https://scratch.mit.edu/projects/505513306/), especially compressing identifiers.
This is a Chrome/Chromium bug
> Im on the Desktop TurboWarp Desktop is basically Chromium that runs a single webpage.
> The solid red box with the puzzle logo retains the puzzle motif, which is some nice symbolism. By the way, I thought the thing around the T/S in the...
> Conversion to js is possible because Scratch-vm is made with js, so all you need to do is run the Scratch-vm with the project If you mean the TurboWarp...
It can't be included until Scratch Lab becomes open-source on one of [LLK](https://github.com/llk)'s repos
> 2. Use getComputedStyle(_element_).getPropertyValue("--darkWww-highlight-transparent20") to retrieve the value. For the standard site I'll use tableBodyNode for the element. I'll find an appropriate analog on the mobile site. Wouldn't it be...
> Are you suggesting to use classList.add() on the highlighted cells. Would the argument I pass be "--darkWww-highlight-transparent20"? I'm suggesting to use classList.add() on the highlighted cells to add a...
> > > @Secret-chest So you mean that clean up blocks would remove these popped-out blocks? > > > > > > Clean-up blocks + removes any orphaned reporters. >...