Post Reply 
hulu images?
Jun. 28, 2012, 01:34 AM
Post: #3
RE: hulu images?
Add, to Exceptions-U,

Code:
www.hulu.com/browse/  $SET(0=a_adban.)

However, that will allow code like

Code:
<a href="http://www.hulu.com/the-morning-after" beaconid="5633" beacontype="show" class="beaconid beacontype info_hover" onclick="; Beacon.trackThumbnailClick(this);">

Suspicious Beacon, trackThumbnailClick, onclick Suspicious

I've never used Hulu. The above code may help you...
Does the site work after you add

Code:
[Patterns]
Name = "Hulu remove beacon tracking 12.06.27 Test"
Active = TRUE
URL = "$TYPE(htm)www.hulu.com"
Bounds = "<a\s*>"
Limit = 256
Match = "(\#\s(beacon|onclick=$AV(*(beacon|track)*))(\w))+{1,4}\# >"
Replace = "\@>"

to the top of your Web Page Filters?

Filtered code looks like

Code:
<a href="http://www.hulu.com/the-morning-after" class="beaconid info_hover">

HTH
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
Mele20
Post Reply 


Messages In This Thread
hulu images? - mono3 - Jun. 27, 2012, 07:50 PM
RE: hulu images? - ProxRocks - Jun. 27, 2012, 08:16 PM
RE: hulu images? - JJoe - Jun. 28, 2012 01:34 AM
RE: hulu images? - Mele20 - Jul. 01, 2012, 11:14 AM
RE: hulu images? - JJoe - Jul. 01, 2012, 01:33 PM

Forum Jump: