Block the whole site

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
xeF
Posts: 6
Joined: Sat Aug 13, 2011 2:00 pm

Block the whole site

Post by xeF »

Hello
What filter can I add for blocking the whole site (no text, no images, no content etc) so that site can't be opened at all and no pages of it can't be opened.
I googled and found in one blog that addition of ##* to address will block the whole site, but it doesn't work or maybe I applied it wrong? :?
Also how to block the same site but when viewing through online anonimizer

Code: Select all

Example. I want to block siteA.com and all pages containing *siteA.com* (like start.siteA.com, siteA.com/mail etc)
For blocking anonimizer when url is like anonA.com/browseurl=url_encoded_string should I create only one filter for anonA.com and it will work?
Any help is appreciated. Thanks
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Block the whole site

Post by mapx »

abp does not permit you to block a site entirely

For that goal I'm using (chrome)

kiss privacy
https://chrome.google.com/webstore/deta ... hmpbgmffii


you can then add a rule for this extension like
* *siteA*

there are also for firefox addons to to that (blocksite for example)

you can also use the hosts file to block that site
xeF
Posts: 6
Joined: Sat Aug 13, 2011 2:00 pm

Re: Block the whole site

Post by xeF »

Thanks for the information. I will look it up.
I tested with ##* a bit more:

Code: Select all

 filter [b]www.[/b]google.com##* made page [b]http://www.[/b]google.com/ and http://www.google.com/search?q=...
white. It works! But I tried other sites and they didn't change to white. Maybe there's something about using [b]http://www.[/b] in filters but I don't know what exactly. 
PS - I mean blocking = whitening. It would be enough :)
User avatar
vinny86
Posts: 735
Joined: Thu Sep 16, 2010 6:17 pm

Re: Block the whole site

Post by vinny86 »

Code: Select all

||example.com^ 
is the correct way to block everything from a domain
from Wladimir Palant:

It won’t prevent you from going to this page – but it will block for example any iframes or Flash objects from this domain.
and images and CSS etc... you will be able to see only text from that particular domain.
Locked