I'm trying to block the googleadplayer object within this link
Code: Select all
http://pagead2.googlesyndication.com/pagead/googleadplayer.swf
http://www.softpedia.com/progDownload/F ... 36486.html
{You might have to reload several times before it shows up.}
Trouble is, I whitelist most links that have 'google' in them via this
Code: Select all
@@/google[^-]/
I tried using this expression
Code: Select all
@@/google([^-]|(?!\*googleadplayer))/
Any idea on how best to do this? {Please don't say 'block all of google'}