Block JavaScript on per-domain basis

Mike Yagi

New Member
Hi,

Is there a generic rule(s) that blocks javascript (inline and 3rd-party) on a per-domain basis? I mean if I want to disable javascript on whole domain, for example 'domain.com', is it possible?

I'm using AdGuard Content Blocker for Samsung Internet
 

Alex302

Filters Developer
Staff member
Administrator
Hi
This is impossibe with AdGuard Content Blocker. You can use standalone app for Android from adguard.com with the rules:
Code:
domain1.com,example.org$$script[tag-content="a"][max-length="350000"]
|http$script,domain=domain1.com|example.org
 
Top