MTVMusic.com [rem]

This is where you should report issues arising from the subscription filters.
Locked
Matt
Contributor
Contributor
Posts: 420
Joined: Thu Mar 20, 2008 1:20 pm

MTVMusic.com [rem]

Post by Matt »

MTV just launched a Hulu.com-esque page for music videos, and I noticed when you view a video such as http://www.mtvmusic.com/video/?id=55086 that user comments and a few other bits get blocked. I did some work, and these are the rules I came up with to get it working:

Code: Select all

@@http://widgetsll.flux.com/-/ClientRuntime/Flash/FluxHelper.swf?*
@@http://daapi.flux.com/*/*/Json/*
@@http://filesll.fluxstatic.com/*/TNV/Jpg/*
@@http://widgets.flux.com/-/ClientRuntime/JS/Widgets/*.js?communityUcid=*
@@http://widgets.flux.com/-/Context.js?communityUcid=*
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

removed:
  • .flux.com/*?
    @@.flux.com/-/Content.ashx?$other,object-subrequest
    @@|http://*.mtvmusic.com/video/?id=
I'll find a different way for the original problem when it is found again. FP logged.

btw: Does anyone have problems with mtv trying to play the videos with Flash 10? I can't get anything to play there even with ABP disabled :-(
"Experience is something you don't get until just after you need it"
Matt
Contributor
Contributor
Posts: 420
Joined: Thu Mar 20, 2008 1:20 pm

Post by Matt »

rick752 wrote:btw: Does anyone have problems with mtv trying to play the videos with Flash 10? I can't get anything to play there even with ABP disabled :-(
I was using Flash 10 when I first posted the suggestions, so I know it works properly. Uisng Firefox 3.0.3 on WinXP.

I'd suggest downloading the Flash Player uninstaller from Adobe and then re-installing the player.
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

rick752 wrote:@@|http://*.mtvmusic.com/video/?id=
No need for a complete site whitelist, it's working fine without (now that the flux-strings are removed). And the flux tracking pixels are still blocked with /tracking.gif? .
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Ares2 wrote: No need for a complete site whitelist, it's working fine without (now that the flux-strings are removed). And the flux tracking pixels are still blocked with /tracking.gif? .
Good, that's what I was hoping :biggrin:
"Experience is something you don't get until just after you need it"
Locked