Please sign in to access this page

FIX-IT Hackclub Userscript

FIX-IT Hackclub Userscript Used AI

3 devlogs
1h 17m
•  Ship certified
Created by Hannes

A useful userscript for the hackclub fix-it event, it declutters the Roblox Homepage

Timeline

Ship 1

0 payouts of shell 0 shells

Hannes

about 2 months ago

Hannes Covers 3 devlogs and 1h 17m

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.

Update attachment

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

Update attachment

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

Update attachment