Post Reply 
Need some help with exceptions please....
Oct. 10, 2009, 03:58 AM
Post: #5
RE: Need some help with exceptions please....
(Oct. 10, 2009 01:47 AM)ProxoDent Wrote:  - a_adscr. resolved the issues of not being able to read mail, etc.;

This removes the need for the filter but I did see Ad Scripts that it could allow.
Probably prefer another solution.

(Oct. 10, 2009 01:47 AM)ProxoDent Wrote:  and in regard to 'hotmail.com':

I didn't notice a problem. I did see 'Loading ...' tho...
a_js. is broad.


Code:
[^/]++.live.com/*$SET(0=a_adscr.a_noprint.a_rdlink.$TST(uDom=live.com))
[^/]++.hotmail.com/mail/*$SET(0=a_js.$TST(uDom=live.com))

The * isn't necessary.
I don't think $TST is doing what you think it is doing.
I'd expect $SET to set the variable when executed.
I'd expect $TST inside $SET to affect the variable, not the match.
Isn't uDom live.com or hotmail.com?

Consider

Code:
[Patterns]
Name = "Test $SET in $TST"
Active = FALSE
Limit = 256
Match = "$SET(uDom=knife.com)"
        "\1$SET(0=a_adscr.a_noprint$TST(uDom=live.com).a_rdlink.)"
Replace = "\0"

Test against

Code:
<enter test HTML here>

Result

Code:
a_adscr.a_noprint

Have fun
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Need some help with exceptions please.... - JJoe - Oct. 10, 2009 03:58 AM

Forum Jump: