OnlineGDB Clean UI and Local AUtosave

Adds a button to temporarily clean the UI and adds a local autosave feature

Author
AngelaPuzzle
Daily installs
0
Total installs
1
Ratings
0 0 0
Version
1.0
Created
2025-05-25
Updated
2025-05-25
Size
5.79 KB
License
GNU GPLv3
Applies to

This is a really simple and experimental script, it does two things:

  • It adds a button in the top right corner to toggle some buttons on the navbar and toggle the left sidebar, this is helpful while writing to have less things on screen if they aren't needed in that precise moment and when it's needed to zoom in (this was originally made to screen share and record code snippets while having a high zoom ratio).
  • It adds a local autosave feature, the only purpose of this is that I can't always link my OnlineGDB account in order to use the online autosave feature, and well this is also way easier than having to search for the code I was making each time I reopen the tab.

The autosave feature is merely an experiment and while I haven't found many bugs on it, it's still advised to save the code manually in regular intervals (it hasn't failed me yet, but I am scared it could fail somewhere else)