The Un-Official Proxomitron Forum
ESPN3: Eliminate ads in videos? - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: ESPN3: Eliminate ads in videos? (/showthread.php?tid=2149)



ESPN3: Eliminate ads in videos? - soccerfan - Mar. 15, 2014 06:28 PM

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!


RE: ESPN3: Eliminate ads in videos? - JJoe - Mar. 16, 2014 04:47 AM

(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


RE: ESPN3: Eliminate ads in videos? - soccerfan - Mar. 16, 2014 12:43 PM

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!