The Un-Official Proxomitron Forum
BBC videos: Toggle Flash broken? - 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: BBC videos: Toggle Flash broken? (/showthread.php?tid=2122)



BBC videos: Toggle Flash broken? - soccerfan - Sep. 15, 2013 05:50 PM

I can no longer see the |toggle|flash| label on videos at any bbc page.[see edit below]
See, for example: http://www.bbc.co.uk/news/world-us-canada-24098120

I am using Sidki's config (2011-12-22) in the light mode.
There are no bbc entries in my exceptions.ptxt or exceptions-U.ptxt
The problem happens on opera 12.14, palemoon24 and others.

Is it just me or are others experiencing it too?
Any help appreciated Smile!

EDIT: On some pages, |Toggle|Flash does display properly:
For example: http://www.bbc.co.uk/sport/0/football/24101076


RE: BBC videos: Toggle Flash broken? - JJoe - Sep. 16, 2013 01:19 AM

(Sep. 15, 2013 05:50 PM)soccerfan Wrote:  I am using Sidki's config (2011-12-22) in the light mode.
There are no bbc entries in my exceptions.ptxt or exceptions-U.ptxt
The problem happens on opera 12.14, palemoon24 and others.

Is it just me or are others experiencing it too?

Try after adding

www.bbc.co.uk/ $SET(0=a_adscr.)

to exceptions-U.ptxt.

HTH


RE: BBC videos: Toggle Flash broken? - soccerfan - Sep. 16, 2013 10:23 AM

(Sep. 16, 2013 01:19 AM)JJoe Wrote:  Try after adding
www.bbc.co.uk/ $SET(0=a_adscr.)
to exceptions-U.ptxt.

That works! Thanks Smile!


RE: BBC videos: Toggle Flash broken? - soccerfan - Feb. 11, 2014 01:10 PM

Unfortunately, the problem (in my first post) has resurfaced.
In exceptions-U, I do have this entry:
Code:
www.bbc.co.uk/ $SET(0=a_adscr.)

Any help appreciated. Thanks.


RE: BBC videos: Toggle Flash broken? - JJoe - Feb. 12, 2014 12:42 AM

And after adding

Code:
emp.bbci.co.uk/emp/releases/bump-3/revisions/3.2.12/bump-3.js  $SET(0=a_adcont.)

?

However, some BBC pages do not work for me in all browsers. Some pages may be using html5, instead of flash. So there may not be anything to toggle.

HTH


RE: BBC videos: Toggle Flash broken? - soccerfan - Feb. 12, 2014 11:25 AM

(Feb. 12, 2014 12:42 AM)JJoe Wrote:  And after adding

Code:
emp.bbci.co.uk/emp/releases/bump-3/revisions/3.2.12/bump-3.js  $SET(0=a_adcont.)

?

Brilliant. It works (I deleted the previous bbc entry) Smile!

On a tangential note, would you be willing to post your exceptions-U file?
Thanks.


RE: BBC videos: Toggle Flash broken? - JJoe - Feb. 13, 2014 03:00 AM

(Feb. 12, 2014 11:25 AM)soccerfan Wrote:  (I deleted the previous bbc entry) Smile!

I don't delete them. I comment them out and add an explanation. You may need it again.

(Feb. 12, 2014 11:25 AM)soccerfan Wrote:  On a tangential note, would you be willing to post your exceptions-U file?

I don't think it wouldn't help you like you hope. Some of it won't work for you. Some of it is dated. It is mostly used for testing, prototyping, troubleshooting, and blocking. And it is a mess. Think

Most of the blocking entries aren't for everybody. They look something like

Code:
# CoolNovo leaks
www.fsllq.com.cn/metrics/collect/ $RDIR($GET(blackhole)/killed.gif?\u) $LOG(!R fsllq.com.cn)
chromeplus.info/autoswitch/m_update.php?ver=201306241627 $RDIR($GET(blackhole)/killed.gif?\u) $LOG(!R chromeplus.info/autoswitch)
update.chromeplus.info/ $RDIR($GET(blackhole)/killed.gif?\u) $LOG(!R \u)
[^.]+.google.com: &[^/]+/chrome-variations/seed  $RDIR($GET(blackhole)/killed.gif?\u)
clients3.google.com/crsignal/client\? $RDIR($GET(blackhole)/killed.gif?\u)
clients2.google.com/service/update2/crx\? $RDIR($GET(blackhole)/killed.gif?\u)



RE: BBC videos: Toggle Flash broken? - soccerfan - Feb. 13, 2014 11:20 AM

(Feb. 13, 2014 03:00 AM)JJoe Wrote:  
(Feb. 12, 2014 11:25 AM)soccerfan Wrote:  (I deleted the previous bbc entry) Smile!

I don't delete them. I comment them out and add an explanation. You may need it again.

That is indeed what I did too ('deleted' was the wrong choice of word)! Thanks.