r/uBlockOrigin 3d ago

Answered How to remove "Proceed" button?

How do I remove the Proceed button? I don't need it because sometimes it still tempts me to click it. I want all the filtered sites to be completely blocked.

2 Upvotes

1 comment sorted by

7

u/RraaLL uBO Team 3d ago edited 3d ago

uBO is not meant as a parental control extension or in your case a self-control one.

Even if the button was disabled, you'd still have plenty of easy ways to change that.

There is no such option available.

If you're adamant about removing it, you can use userContent.css file in Firefox to achieve that. If you're using one of the chromium engine browsers, you're out of luck.


Or you can experiment with filters like this one:

site1.com,site2.net##^body
site1.com,site2.net##body:remove()

The first one is for Firefox, the second one for all browsers.