作者vernc (cralvin)
看板EZsoft
標題[請問] ublock怎擋特定的Inline script
時間Wed Jul 27 20:54:33 2022
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?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.237.44.114 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EZsoft/M.1658926475.A.04D.html
※ 編輯: vernc (36.237.44.207 臺灣), 07/28/2022 12:07:04