Please sign in to access this page
A useful userscript for the hackclub fix-it event, it declutters the Roblox Homepage
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Okay, sadly it took me too long and I wasn't able to submit this userscript to the FIX-IT event anymore. I still submit this here, maybe someone here likes it.
Here I move a section. I first grab the section and the one above the target location using a MutationObserver and then I paste the one I want to move below the one above in the DOM tree
I am removing Elements from the page that noone needs. Roblox loads these elements dynamically so I have to use an MutationObserver to detect them