Post Reply 
hulu images?
Jun. 27, 2012, 07:50 PM
Post: #1
hulu images?
this rule seems to block the images on hulu grid display

<a> Remove: Ad Links 09.05.11 [sd] (d.2)

http://www.hulu.com/browse/popular/tv?src=topnav

What do I need to do to make it work without disabling that filter for all sites?
Add Thank You Quote this message in a reply
Jun. 27, 2012, 08:16 PM
Post: #2
RE: hulu images?
depends on if you visit that site "all the time" and want a more permanent fix, or if you seldomly visit that site and just want a way to make it work temporarily...


ie, a temporary fix is to click on the page so that the menu access icon triangle shows up in the lower right corner, then click the "all ads" radio button in the "allow section" and then click "go"...

if you want a permanent fix, that requires adding an entry to your "Exceptions-U" file...
Add Thank You Quote this message in a reply
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
Jul. 01, 2012, 11:14 AM
Post: #4
RE: hulu images?
Adding that code to Web Page filters makes Hulu Plus work properly as far as the images. I was missing the images also. Thanks! I've only tried Fx 10 ESR with this code added to Proxo.

Are you talking about ScoreCard Research Beacon or another Beacon? Ghostery blocks it.
Add Thank You Quote this message in a reply
Jul. 01, 2012, 01:33 PM
Post: #5
RE: hulu images?
(Jul. 01, 2012 11:14 AM)Mele20 Wrote:  Are you talking about ScoreCard Research Beacon or another Beacon? Ghostery blocks it.

I think, the onclick code beacon goes to Hulu. A beacon is also sent on hover over some page elements. The Proxomitron is blocking the scorecardresearch beacon code that I found.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: