Poll: Why don't you write filters for proxomitron?
This poll is closed.
I don't know HTML code, neither proxomitron expressions 58.33% 7 58.33%
I don't have ideas for creating filters 0% 0 0%
I don't have time for these things 8.33% 1 8.33%
I wrote some filters but didn't post them 33.33% 4 33.33%
With Adblock plus and NoScript (or similars) i don't need anything more 0% 0 0%
Total 12 vote(s) 100%
* You voted for this item. [Show Results]

Post Reply 
[Poll] Why don't you write filters for proxomitron?
Nov. 29, 2008, 02:18 PM
Post: #10
RE: [Poll] Why don't you write filters for proxomitron?
z12 Wrote:Personally, I like writing my own filters.
I know what they do, how they work and are easier to maintain.
The same :)

z12 Wrote:For the most part, I don't post them as I don't want the hassle of trying to make them compatible with

the various filter sets.
You don't have to, i don't. Only explaining wich other filters it requires is more than sufficient ;)

Graycode Wrote:Modifying content to get a desired result without breaking something can be frustrating
Here is where it comes firebug and later the techniques to match only the exact text we are looking for. Is very reccomendable the use of $NEST() and $STOP().

For example ($NEST(<a\s,>)&&(*\shref=($AV(\1)*) is safer than <a\s*href=$AV(\1)*>
Not very sure about $NEST(<a\s,*\shref=($AV(\1)*,>)

Later is slower using tests, but you can easily try many modifications to you filters:
$TST(\1=($AV((http|ftp)(s|)://(^\h)*)))))

An example for sources ($NEST(<im(g|age),>)&&(*\ssrc=$AV(\3)*))

I use the \1 for href and \3 for sources. Many times we speak about speed, but a pair of test in every page will not harm anyone and will give you safety. Later when you have tested your filter and you like how it works, then try to reduce the number of tests but maintaining the same safety.

z12 and Proxrocks Wrote:If the page looks right, I didn't filter it enough.
FTW
FTW = Free the Wookies ???
LOL!!!

Def#3: Commonly used among geeks to express their enthusiasm for something

z12, We are less than 6 or 7 here and you still don't consider yourself a geek?? hehehehe ;)

Proxrocks, http://www.acronymfinder.com/CDO.html Chromosome Deletion Outreach, Inc??
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Poll] Why don't you write filters for proxomitron? - lnminente - Nov. 29, 2008 02:18 PM

Forum Jump: