A little project, just to learn the basics of chrome extensions
You'll need to use chrome dev mode and unpack the contents
Hold down the B key and hover over the element you want to delete.
It simply sets the css property display to none.
You may need to move the mouse slightly - when you see the purple background, you know what element you have selected.
If you've deleted something you didn't mean to, just double-tap the B key to bring elements back.
They will return in the order they were deleted.
-
Stop navigation to urls if link/button is pressed - []
-
Button command to restore accidentally deleted item [x]
-
Deletion History - [x]
-
Remove modals and no-scroll scripts. - []
-
Make browsing the web a little less cluttered - [x]
-
Add option to save modifications to localStorage - []
- Persistant or refresh on new session - []