- Dim the premium articles and make it so that they're not clickable
Klar Tale by emsixteen
Details
Authoremsixteen
LicenseNo License
Categoryklartale.no
Created
Updated
Size286 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 Klar Tale
@version 20231023.07.04
@namespace ?
==/UserStyle== */
@-moz-document domain("www.klartale.no") {
/* Dim the premium articles and make it so that they're not clickable */
.premium {
filter: opacity(.1);
pointer-events: none;
}
}