Removes the cookie dialog, and allows you to scroll.
Remove Cookie Dialog on stackexchange and others by ccady
Details
Authorccady
LicenseCC-0
Categorystackexchange
Created
Updated
Size511 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove Cookie Dialog on stackexchange/stackoverflow/askubuntu
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("stackoverflow.com"), domain("stackexchange.com"), domain("askubuntu.com"), domain("serverfault.com"), domain("superuser.com"){
/* Remove stupid popup containing question about accepting cookies */
.js-consent-banner {
display: none;
}
}