Skip to content
  • 0 Votes
    6 Posts
    0 Views
    iampytest1@infosec.exchangeI
    @badrihippo I only want that script to run (so it can let me in) but not any of the other scriptsThere isn't a way to do that with per site switches - like enabling/disabling JavaScript.Those apply to the entire website, and are disabled/enabled based on the domain of the website.One workaround could be to block all scripts (or all third party scripts) with dynamic filtering, and selectively allow them: https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-modeBut that sounds different from what you want.Furthermore, there is no way with per site switches or dynamic filtering to allow something in a more granular way such as based on a generic path or hash.Thanks