twitter block

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
slyder

twitter block

Post by slyder »

not really an ad but just an annoyance i'd really like to block those twitter boxes on sites where they keep updating what people are saying for example on this site

http://www.inhabitat.com/

if you scroll down a little on the right they have a box updating what people tweet
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: twitter block

Post by fanboy »

Code: Select all

|http://search.twitter.com/search.json?*$domain=inhabitat.com
inhabitat.com##.twtr-widget
Guest

Re: twitter block

Post by Guest »

fanboy wrote:

Code: Select all

|http://search.twitter.com/search.json?*$domain=inhabitat.com
inhabitat.com##.twtr-widget
thanks so much is there a way to do a block for all twitter widgets like this i know i've seen this on a couple other sites too so i'd like to not limit it to just that inhabitat site
asdf

Re: twitter block

Post by asdf »

Gee you guys, he's asking to block all twitter widgets when not on twitter. Wouldn't the following really narrow things down?

Code: Select all

twitter.com$domain=~twitter.com
Or even

Code: Select all

twit$third-party
seems pretty efficient with zero if any false positives.
slyder

Re: twitter block

Post by slyder »

thanks twit$third-party seemed to work i'm getting sick of all these sites trying to tie into your facebook or twitter or show you stuff from their facebook or twitter and it usually makes the page load a lot slower
Locked