Hey all,
I'm trying to clean up my Google Reader and I want to get rid of embedded videos from my feed. I was able to block images perfectly with 'google.com##DIV[class="item-body"] IMG' but I need a filter for videos as well.
Any help would be appreciated. Thanks!
Blocking Embedded Youtube Videos in Google Reader
Re: Blocking Embedded Youtube Videos in Google Reader
You're only hiding the images with that, not blocking them.
Anyway, to block embedded YouTube videos in Google Reader, try the following filters:To block images as well, try these filters:This last one is intended to block annoying Flash animations but also blocks most embedded video (only the kind using Flash, not the kind using HTML5 or the older fragmented strategy of WMV/QuickTime/RealPlayer).
Anyway, to block embedded YouTube videos in Google Reader, try the following filters:
Code: Select all
||youtube.com^$domain=www.google.com
||youtube-nocookie.com^$domain=www.google.com
||ytimg.com^$domain=www.google.com
Code: Select all
.png$domain=www.google.com,third-party
.jpg$domain=www.google.com,third-party
.jpeg$domain=www.google.com,third-party
.gif$domain=www.google.com,third-party
.bmp$domain=www.google.com,third-party
.svg$domain=www.google.com,third-party
.swf$domain=www.google.com,third-party
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Re: Blocking Embedded Youtube Videos in Google Reader
AWESOME! The first set does exactly what I need to do. Many thanks
Re: Blocking Embedded Youtube Videos in Google Reader
The second set, now that I think about it, may cause false positives in Google Image Search.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.