Metatarso
Forumer storico
ma gli venisse un attacco di dissenteria anche da me, Opera 9.64 su UbuntuStamane Opera non apre i video ad esempio di youtube e non è questione di flash
Se Goofy potesse aiutarmi .... GRAZIE anticipatamente !!!!
per ora l'ho risolta con questo trucco
Can't load vidoes in Opera? "Old Flash? Go upgrade!" Where do I find "cookies4.dat"? - YouTube Help
This is a lame solution to "block" the videos to those who uses flashblockers, or adblockers, or etc ... google wants you to watch every one of their ads, i guess money is never enough ...
As a programmer was extremely easy to write a workaround for this, but take in count that i ONLY use Opera, so this will only work for Opera users ...
1 - Save this to a txt (make sure you copy all from the start "// ==UserScript==" to the end "//end")
Codice:
// ==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 - write in your browser url bar, "opera:about" ... copy the address to "User JavaScript folder" ... go there ... then copy YoutubeProtectionRemover.js to the folder
4 - profit !