Answer the question
In order to leave comments, you need to log in
How to turn off background image on google chrome browser?
There is a site I need, which I will use for a long time, but it has an annoying picture in the background. I found it in code view (ctrl+shift+i), it's in background-image: url(...). In the same place, I can turn it off by unchecking it, however, when I go to another page or refresh the page, it returns. Is there a way to remove it, through the site's cache, or somehow, for a long time or forever?
Answer the question
In order to leave comments, you need to log in
Use an extension that allows you to add your own css.
For example: https://chrome.google.com/webstore/detail/user-css...
Create your own rule there. Copy the style from the site, and replace the background-image with
background-image: none;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question