With uBlock Origin on Firefox, I am trying to block all third-party scripts called from a specific first-party page.
For example: visiting a page of example.com, I want that every external script gets blocked.
I am following this great ublock origin syntax guide, and this and this other guide.
I tried
||example.com*$script,third-party
and even (that should block all third parties, even images)
||example.com*$third-party
and I tried for specific third-party domain
||example.com^$script,third-party,domain=disqus.com
I saved the custom rules, but refreshing the page, and inspecting the network panel, none of the custom rules seems to work.

