Page 1 of 1
Substitution of regular Text
Posted: Thu Feb 07, 2008 8:51 pm
by Markus B
Hi,
how could i have a specific suffix truncated from all words on a website?
it should work like this:
s/pattern\>//
"blahpattern" => "blah".
Posted: Thu Feb 07, 2008 11:22 pm
by Wladimir Palant
Adblock Plus doesn't work like that, it doesn't really modify the web pages. It either prevents parts of the webpage from loading or hides HTML blocks via CSS.
Posted: Fri Feb 08, 2008 1:25 am
by Markus B
Thanks for the reply.
What would you suggest alternatively to get rid of the "Innen" suffix (in regards of firefox extensions)?
best regards
Posted: Fri Feb 08, 2008 8:18 am
by Wladimir Palant
I don't think any Firefox extensions do this - that's something for web proxies (Proxomitron & Co).
Posted: Fri Feb 08, 2008 8:28 pm
by Markus B
Thanks