Opera youtube fix
Thursday, April 15, 2010 6:22:36 PM
Create a folder in C:\Program Files (x86)\Opera\ called Userjs
Create a text file, copy and paste the following
// ==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
Rename the file to "YoutubeProtectionRemover.js"
press ctrl+f12 go to advanced -> content, tick use javascripts
open javascript alternatives, then add C:\Program Files (x86)\Opera\Userjs as folder with userjavascripts.
Update:
Go to:
Help > Check for Updates
After you done that, new browser.js file will be loaded to your browser and shall fix this issue.








