0

Option to remove background image (example solution)

Cody 2 years ago updated 2 years ago 0

The background image applied, "black-Linen.png", doesn't seem to have a default OFF switch. The background image's small lines make it harder to read the tab titles for people with reading issues or small font users. I propose adding a Background Image OF settings option.

I've created a simple solution (that requires me to use the console every time) by typing in the JS code:

document.body.style.backgroundImage = "none"

The result looks like this:

Image 176

I think this looks much cleaner and helps greatly with readability.

P.S. There seems to be a post started 5 years ago about this, but hopefully, my mockup will show how useful this option would be. Thanks in advance. Enjoying the extension!