qutebrowser: Add cookie-blocker script
Added cookie-blocker script which attempts to remove the cookie banners popping up on a variety of websites. Works well for some of the large ones (e.g. reddit, google, stackoverflow) but less well on smaller pages. Can be invoked with `:cookie-block` command alias.
This commit is contained in:
parent
c6f243c2c1
commit
b2ee02e474
30 changed files with 17369 additions and 5 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<block>
|
||||
<click element="#consent-page > div > div > div > form > div.wizard-body > div.actions.couple > a"/>
|
||||
<wait/>
|
||||
<click element="#select-legit-all-purpose > span.toggleAll.toggle-accpet-all"/>
|
||||
<click element="#consent-page > div > form > div.page-footer > div > div > button"/>
|
||||
</block>
|
||||
Loading…
Add table
Add a link
Reference in a new issue