Post Reply 
Need some help with exceptions please....
Oct. 09, 2009, 05:11 PM
Post: #3
RE: Need some help with exceptions please....
(Oct. 08, 2009 06:34 PM)Belarathon Wrote:  Howdy. I have Sidki's base set with the 5/24 alpha and subsequent update loaded.

I have a few problem sites, and I'm hoping someone can help me work around them.

Normally, I'd rather we not deal with so many issues is a thread but since this is an alpha...

Please add "5/24 alpha" to post subject.

(Oct. 08, 2009 06:34 PM)Belarathon Wrote:  Facebook...in the inbox area, I must frequently hit refresh to view an entire thread. There are a few other anomalies that I can seem to remember at the moment.

I don't have an account.

(Oct. 08, 2009 06:34 PM)Belarathon Wrote:  Live Mail...can't click and open email.

I borrowed an account.

*.mail.live.com/mail/InboxLight.aspx?FolderID=*
I found

Code:
BlockList 1209: in AdKeys-J, line 251

<Match: <script> Block: Ad Scripts - Content     09.07.04 [pr sd jd] (d.2) >
<script>
    Loc = {isBidi : false,LEFT : "left",RIGHT : "right",LRM : "\u200e",RLM : "\u200f"};Res = {strings : {browserJSError: "Windows Live Hotmail was not able to complete this request. Microsoft may contact you about any issues you report.",loading: "Loading...",noconnectivity:"We can%27t connect to Windows Live Hotmail right now. Please make sure that you%27re connected to the Internet and try again",fppTimeout: "This task could not be completed. Please try again.",fppInternalErr: "We can%27t connect to Windows Live Hotmail right now. Please try again later."}};App = { BUILD : "15.1.3020.0910",config : {adsMinInterval: "2", adsMinActions : "1",cookieDomain: ".mail.live.com",imgSvrUrl : "http://gfx1.hotmail.com/mail/w4/pr01/ltr/"}};Page = {addFeedbackData : function(){},pageComplete : function(){},fppPending : function(){},FORM_ID:'aspnetForm',fppCfg : { RequestHandler:"mail.fpp",FppVersion:1,SessionId:"?????",AuthUser:"????",CanaryToken:"mt",Version:"1",PartnerID:""},SELF_PATH : '\x2fmail\x2fInboxLight.aspx',queryString : {nonce : '????',newNonce : '1????'}};Resize = {};
KbdShortcuts = {timeout : 1000,hasSeenUi : false,hasSeenUiText : "You just used a keyboard shortcut. If you didn%27t mean to do that%2c click Cancel. To turn off shortcuts%2c or switch your shortcut mode%2c go to Options.",uiSeenUrl : '\x2fmail\x2fOptionsWriter.aspx\*'};
    
</Match>

So I added

Code:
[Patterns]
Name = "Protect <script> Loc for hotmail test"
Active = TRUE
URL = "$TYPE(htm)[^/]++.mail.live.com/mail/"
Limit = 256
Match = "<script>"
        "    Loc"
Replace = "<script>"
          "    Loc"

to the top of the webpage filters.
This seems to fix mail problems.

Live.com uses frames, unicode, and redirects.
The set adds elements that appear to confuse the browser or break things.
I added
Code:
[^/]++.live.com/ $SET(0=i_level:1.0.)

to Exceptions-U.

Everything, in mail, that I have checked seems to work now.
I suspect
$SET(0=i_level:1.0.) isn't specific enough and
"Protect <script> Loc for hotmail test" is too specific, however.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Need some help with exceptions please.... - JJoe - Oct. 09, 2009 05:11 PM

Forum Jump: