Post Reply 
[S] New Facebook issue, and workaround.
Jan. 01, 2011, 06:06 PM
Post: #8
RE: New Facebook issue, and workaround.
Thanks but there wasn't enough info and I was curious, so I borrowed an account.

Add this to the top of the webfilters

Code:
[Patterns]
Name = "Facebook test"
Active = TRUE
URL = "$TYPE(htm)[^/]++facebook.com"
Bounds = "<script>big_pipe.onPageletArrive*?(^(^</script>))"
Limit = 768
Match = "\1"
Replace = "\1"

Fixed?


The problem that I found looks like
Code:
<Match: <script> Block: Ad Scripts - Content     09.11.15 [pr sd jd] (d.2) >
<script>big_pipe.onPageletArriveSTUFF<div id=\"pagelet_netego_ads\"><\/div><\/div>"}});
</Match>

The filter is matching "ads" as it should. I think those ads would be caught by another filter.
So you could try disabling "<script> Block: Ad Scripts " at facebook with

Exceptions-U
Code:
[^/]++.facebook.com/ $SET(0=a_adscr.)

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


Messages In This Thread
RE: New Facebook issue, and workaround. - JJoe - Dec. 31, 2010, 08:01 PM
RE: New Facebook issue, and workaround. - JJoe - Dec. 31, 2010, 09:28 PM
RE: New Facebook issue, and workaround. - JJoe - Jan. 01, 2011 06:06 PM

Forum Jump: