Post Reply 
Video problems with BBC websites again
Oct. 05, 2009, 08:33 PM
Post: #11
RE: Video problems with BBC websites again
(Oct. 05, 2009 06:43 PM)sidki3003 Wrote:  What follows below is a description of JS troubleshooting for tricky cases.

<snip>

... (i use a custom Firefox extension for JS troubleshooting, though).

<snip>

Then i add below entries _temporarily_ to the general bypass list - one after the other:
news.bbc.co.uk/
newsimg.bbc.co.uk/
node1.bbcimg.co.uk/

Result: The second entry fixes the problem (for me anyway).

I get down to there pretty easily in testing issues, but I generally use the Firefox extension, NoScript, to quickly identify domains / paths that are breaking the page when they are blocked.

(Oct. 05, 2009 06:43 PM)sidki3003 Wrote:  Then i add all entries of the second block (newsimg.bbc.co.uk/js/app/... , i.e. w/o the "http://") to the bypass list, but out-comment the first half. Testing again, out-commenting again, narrowing it down to:
http://newsimg.bbc.co.uk/js/app/av/emp/emp.js

I get this part as well. Trial and error at its best.

(Oct. 05, 2009 06:43 PM)sidki3003 Wrote:  Result: Critical code is:
Code:
<Match: Remove: Ad Functions II - Code     09.06.01 [jd sd] (d.3 l.3) >
function(){var p;if(!this.fmtjConfig.mediaKind){p="video"}else{p=this.fmtjConfig.mediaKind}var t=k.noFlashTemplate[p];var q=this.fmtjConfig.noFlashMessage;var o=a.lang.interpolate(t,q);this.setMessage(o);var u=this.fmtjConfig.ads.companionId;var s=this.fmtjConfig.ads.companion.suppress===true?true:false;if(c()&&!s){if(!u){var r=this.fmtjConfig.ads.companion.idPrefix+this.domId;this.set("companionId",r);var n=a.dom.create(a.lang.interpolate(this.fmtjConfig.ads.companion.template,{id:r}));n.insertAfter(a.dom.get("#"+this.domId))}}e.call(l,arguments);if(c()){if(!this.isEmbedded()){a.dom.get("#"+u).destroy()}}
</Match>
function(){ return String(); /* PROX: Ad Function II Blocked - (AdKey.2 ads.companionId) */ [...] }

But my inability to find this 'match' is where I'm losing it. How and where is this match generated? I don't see it anywhere, including the 'debugged' page.

Sorry for being so thick-headed.

Thank you for taking valuable time to explain your methods. I really appreciate it.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Video problems with BBC websites again - scoop - Oct. 03, 2009, 02:58 PM
RE: Video problems with BBC websites again - ProxoDent - Oct. 05, 2009 08:33 PM

Forum Jump: