The Un-Official Proxomitron Forum

Full Version: ESPN3: Eliminate ads in videos?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to eliminate the ads shown
at the start of espn3 videos. Example:

http://espn.go.com/watchespn/player?id=1734338

I use sidki's latest config in light mode.

The following espn entries appear in exceptions.ptxt:
Code:
## ESPN
## ----------------------------------------------------------------------------
[^.]+.espn.go.com/&soccernet    $SET(0=a_adcomm1.)$SET(sUserFn=§theCookie§)
a.espncdn.com/                  $SET(0=a_adfn2.)

There are no espn entries in exceptions-U

Many thanks Smile!
(Mar. 15, 2014 06:28 PM)soccerfan Wrote: [ -> ]There are no espn entries in exceptions-U

Try these

Code:
# espn.go.com/watchespn/player?id=1734338 flash ads
[^/]++.fwmrm.net/  $RDIR(http://local.ptron/killed.gif)

# espn.go.com/watchespn/player?id=1734338 probably unwanted
w88.go.com/  $RDIR(http://local.ptron/killed.gif)
secure-us.imrworldwide.com/  $RDIR(http://local.ptron/killed.gif)
espn.go.com/*/omnitureTracking.swf  $RDIR(http://local.ptron/killed.gif)
[^/]++.scorecardresearch.com/  $RDIR(http://local.ptron/killed.gif)

HTH
All it took was the first bit of code (related to fwmrm.net/) Cheers
I did not try the rest. As you say, it is probably unwanted.
However, I have put it in exceptions-U (commented out, of course),
in case it is needed. Thank you, as always Smile!
Reference URL's