Remove the Google Cookie Consent Dialog with uBlock

Here is a simple way to get rid of the annoying Google Cookie Consent Dialog by using uBlock Origin.

You might not need the lines with the “google.se” domain, or you can change them to another country TLD.

! Remove the Google Consent Dialog // Nordicnode.com
www.google.com##div[jsname][jsaction^="dg_close"]
www.google.com##html:style(overflow: visible !important;)
www.google.com###lb

www.google.se##div[jsname][jsaction^="dg_close"]
www.google.se##html:style(overflow: visible !important;)
www.google.se##lb
consent.google.se

Get uBlock Origin for Firefox or Chrome.