Hides annoying subscription bar
standaard.be remove subscription bar by sitnarf
Details
Authorsitnarf
LicenseCC Zero
CategoryCC
Created
Updated
Size356 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 standaard.be remove subscription bar
@version 20220127.16.26
@namespace userstyles.world/user/sitnarf
@description Hides annoying subscription bar
@author sitnarf
@license CC Zero
==/UserStyle== */
@-moz-document domain("www.standaard.be") {
[data-cj-root="subscription-message"] {
display: none;
}
}