A new userstyle
华盛顿邮报-去广告 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categoryuser
Created
Updated
Size375 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 www.washingtonpost.com - 2023/6/18 16:37:25
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.washingtonpost.com") {
/* 在此插入代码... */
body {
overflow: auto !important;
}
iframe#wallIframe {
display: none;
}
}