|
A day or two ago, Opera stopped playing YouTube videos. Instead, users see "Old version. Go Update" for their Flash. They see this even if they are using the latest version of Flash. Two solutions: The first may be simplest, but not as general (i.e. may not work for all videos). It is from the Opera Support Forum. 1. Go to youtube 2. Right click 3. Select "Block content" 4. Select "Details" 5. Select "add" 3. Paste this: http://s.ytimg.com/yt/jsbin/www-core-new-vfl160018.js 4. Press "Close" 5. Press "Done" The second solution requires that you have established a UserJS folder. We just made a subfolder under Profile, called Userjs. Once you have done this, proceed with the following steps:
Here is the text to copy: // ==UserScript== // @name YoutubeProtectionRemover // @include http://www.youtube.com/* // @description Removes lame protection on YouTube // @copyright 2010, Snap // ==/UserScript== window.opera.addEventListener('BeforeScript',function(ev){ev.element.text=ev.element.text.replace("yt.flash.update(swfConfig, forceUpdate);","");},false); //end NOTE! The line beginning "window.opera.addEvent ... ... false);" must be a SINGLE LINE so take out any line ends inserted by your browser or the text editor before saving it! Opera 10.51 The user interface on 10.51 has been dramatically altered since 10.10 and, among other things, the Toolbar is gone. (This, apparently, is to suck up to IE users who have lost their toolbar in an earlier version. FF is due to lose its in a new revision, so be careful!) You can restore it (although not some other really weird functionality) by clicking the red O at the top left of the window and making the appropriate choice. Or, if you don't like the other changes, you can stick with 10.10. Since Opera will bug you daily to update to 10.51, and since, if you're typing when this happens, it will think you clicked OK and do the update even if you do not want it, we recommend the following:
Webmaster ![]() |