[請問] ublock怎擋特定的Inline script

作者: vernc (cralvin)   2022-07-29 10:09:39
https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering
舉例來說
<script>
if(sessionStorage.getItem('showAlert') !="false")
{alert("WARNING! Adult Language and Content! The page
you requested
contains adult material or mature content that is not suitable for viewers
under the age of 18 years old. Customers under 18 years of age are prohibited
from accessing this page.");
sessionStorage.setItem('showAlert', "false");
}
</script>
www.micmicidol.com##^script:has-text(showAlert)
上面這行waterfox有用
Not supported in Chromium-based browser.
請問用在chrome要怎寫?
https://github.com/uBlockOrigin/uBlock-issues/wiki/Resources-Library
好像是答案、那位看的懂Examples?
作者: gasbomb (虛空雷神獸)   2022-08-01 11:43:00
一開始就說 Not supported in Chromium-based 了啊

Links booklink

Contact Us: admin [ a t ] ucptt.com