Hide cookie consent banner for antagning.se
Cookies? Don’t care! – antagning.se edition by Freso
Details
AuthorFreso
LicenseCC0-1.0
Categoryantagning.se
Created
Updated
Size363 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 Cookies? Don’t care! – antagning.se edition
@namespace https://gitlab.com/freso-projects
@version 1.0.0
@description Hide cookie consent banner for antagning.se
@author Freso
@license CC0-1.0
==/UserStyle== */
@-moz-document domain("antagning.se") {
#cookie-law { display: none; }
}