Počeo YouTube da zeza od jutros u Operi, žele profit i blokiraju one koji blokiraju reklame :D
1 - Save this to a txt (make sure you copy all from the start "// ==UserScript==" to the end "//end")
// ==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
2 - Rename it to "YoutubeProtectionRemover.js"
3. To enable user JavaScript, use Tools > Preferences > Advanced > Content > JavaScript options, and select the directory where you will put your User JavaScript files.
evo i skripte, pa skočite odmah na korak 3
Script.rar