But now I'm trying to go deeper with the options "script" and "third-party", and willing to block those annoying Like/Tweet/+1 widgets buttons that clutter more & more the web.
My question is: why does this rule:
work but not:||google.com/*/plusone
I also tried changing to third-party or script,third-party but that doesn't work.||google.com/*/plusone^$script
Generated HTML code is:
Code: Select all
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>