隱藏右側廣告欄
Json Editor ad panel none by flowerway626
Details
Authorflowerway626
LicenseNo License
Categoryjsoneditoronline
Created
Updated
Size347 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 jsoneditoronline.org - 2023/10/1 下午7:00:00
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://jsoneditoronline.org/") {
.app .body .ad-panel {
display: none;
}
}