Unlocks you speedrunning for level devil
let save = localStorage["UnicycleLegend:mySave"]; // The game save
let data = save.split(":"); // Separate the save
data[30] = data[30].replace("f", "t") // Change the speedrun data from false to true, if already true, nothing happens
save = data.join(":"); // Make the save file
localStorage["UnicycleLegend:mySave"] = save; // Replace the old data with the new onelet s=localStorage["UnicycleLegend:mySave"],d=s.split(":");d[30]=d[30].replace("f","t"),s=d.join(":"),localStorage["UnicycleLegend:mySave"]=s;Note: You can copy the source code or the minified version
To run the snippet of code do the following:
- Open Dev tools (Control + Shift + I) Something like this should appear:

- Click on "Top"
- Select "Level Devil"
- Paste what you just copied in the console
- Reload page Now you have unlocked speedrunning without watching ads!!
Thinking about it, isn't it faster just to watch the ad? Nah