Diskussionen » Entwicklungsanfragen
How i hide this DIV
You mean:
document.querySelector('#screenLimitExceed').style='display:none;opacity:0;z-index:-9999;position:absolute;top:-9999;left:-9999;';
?
@StickySkull I think document.querySelector('#screenLimitExceed').style.display = 'none !important'
is enough.
ublock rule:
###screenLimitExceed
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>