not working
![]() ![]() |
I just tested your last version and it doesn't work. Other method of doing what you want is to adblock this link " images.hi5.com/images/1x1_trans.gif ", if you use that FF plugin. Good Luck! |
![]() ![]() |
fixed it |
![]() ![]() |
It seems this stopped working again about a week ago. It was magic -- I hope there is a way to restore its functionality... |
![]() ![]() |
Just glancing at the source code I have to question the use of Maybe instead of
allsuspects[i].getAttribute(targetattr).indexOf(filename)!=-1 you could use something like this: allsuspects[i].getAttribute(targetattr).match(/photo_.*\.css/) You could also take the approach of over-ruling the css instead of removing it. Just make sure that the CSS you add has higher priority than the existinng rules. |





