block complete site

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
nodebugable
Posts: 5
Joined: Wed Jan 06, 2016 8:33 pm

block complete site

Post by nodebugable »

Hi!
How to block a complete site?
( for example http://www.welt.de/finanzen/verbraucher ... heibe.html
i wrote ||taboola.com^ and ||welt.de^ to the filters, but the text is still there. Same when i go direct to taboola.com)

salute
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: block complete site

Post by mapx »

ABP does not block completely a site but only the content on that site.
You an use the hosts file for such a goal.

However, you can block + hide almost all on that site:
add

Code: Select all

||$domain=welt.de
welt.de##.www
and

Code: Select all

||$domain=taboola.com
taboola.com##HTML[xmlns\:content="http://purl.org/rss/1.0/modules/content/"]
nodebugable
Posts: 5
Joined: Wed Jan 06, 2016 8:33 pm

Re: block complete site

Post by nodebugable »

Thanks :!:
You an use the hosts file for such a goal.
What is the hosts file? Is there an example how to block a whole site with this method?
Locked