Remove banner that says "This is the old version of Prisjakt"
classic.prisjakt.nu by fredrikborgstrom
Details
Authorfredrikborgstrom
LicenseNo License
Categoryprisjakt
Created
Updated
Size409 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 classic.prisjakt.nu
@version 20220218.22.44
@namespace userstyles.world/user/fredrikborgstrom
@description Remove banner that says "This is the old version of Prisjakt"
@author fredrikborgstrom
@license No License
==/UserStyle== */
@-moz-document domain("classic.prisjakt.nu") {
.notification-bar.notification-important-info-message {
display: none;
}
}