讨论 » 创建请求

How i hide this DIV

§
发表于:2022-06-08
编辑于:2022-06-08

Hello... i need hide this div class, how i make this ? Thx

< div class="wrappContentDivW" id="screenLimitExceed">< div class="contentDiv">< h1 class="commanH1Modal">Exceeded Screen Limit?

< p class="commanPeraModal">Oops! Looks like you need to upgrade your plan in order to add more screens< /p>< /div>< /div>

§
发表于:2022-06-12
编辑于:2022-06-12

You mean: document.querySelector('#screenLimitExceed').style='display:none;opacity:0;z-index:-9999;position:absolute;top:-9999;left:-9999;'; ?

NotYou管理员
§
发表于:2022-07-01

@StickySkull I think document.querySelector('#screenLimitExceed').style.display = 'none !important' is enough.

Deleted user 821489
§
发表于:2022-08-08

ublock rule:
###screenLimitExceed

发表回复

登录以发表回复。