/* 替换JUpQSPBo字段为你查找到的字段 */
屏蔽TradingView网页版广告 by AiNiDu
Details
AuthorAiNiDu
LicenseNo License
Categorytradingview.com
Created
Updated
Size415 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 屏蔽TradingView网页版广告
@version 20250307.07.34
@namespace ?
==/UserStyle== */
@-moz-document domain("tradingview.com") {
.toastGroup-JUpQSPBo, /* 替换JUpQSPBo字段为你查找到的字段 */
#charting-ad,
#div-gpt-ad-toast-ad-2,
iframe[src*="googlesyndication.com"]
{
display: none !important;
visibility: hidden !important;
}
}