Hide unneeded visual elements
meteoblue.com - no distractions by teslagen
Details
Authorteslagen
LicenseCC0
Categoryhttps://userstyles.world/user/teslagen/distraction-free
Created
Updated
Size341 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 (local) meteoblue.com - disable adblock popup
@version 20240621.05.39
@namespace ?
==/UserStyle== */
@-moz-document domain("www.meteoblue.com") {
.unblock * {
filter: none !important;
}
.unblock-div,
#fixity,
.socials,
.twitter-follow-wrapper,
.footer-social,
.wrapper-sda
{ display: none !important; }
}