A
A
Aricus2020-12-02 12:04:03
Google Chrome
Aricus, 2020-12-02 12:04:03

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

2 answer(s)
I
Ivan Erokhin, 2020-12-02
@Aricus

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;

N
Nadim Zakirov, 2020-12-02
@zkrvndm

You can of course use UserScrit to block the image.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question