Good morning, everyone. I'm trying to create a Google Reader
userstyle that will hide links based on their href. I'm mainly
looking to suppress the ubiquitous FeedBurner links that appear at the
bottom of so many post items.
I've created a new Userstyle with a URL pattern of "*" and added the
following bit of CSS:
> body { background: #F00 !important;}
> img[src|="http://feeds2.feedburner.com/"] { display:none !important;}
I should preface this with saying that I really don't know much CSS at
all. The above successfully changes the background red, but doesn't
suppress the img tag with a src attribute starting with
"http://feeds2.feedburner.com/
". Does WebKit not support attribute selectors like that?
Thanks,
B
--
Brian Lalor / [email protected]
*Stupid* kills. Speed just hurries the process along.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---