Opera 質問スレッド Part18at SOFTWARE
Opera 質問スレッド Part18 - 暇つぶし2ch620:名無しさん@お腹いっぱい。
10/04/15 16:43:40 30X58YlFP
>>615
URLリンク(my.opera.com)
ユーザーJavaScriptフォルダを設定し、その中にYoutubeProtectionRemover.jsというファイルを作れば見れるようになります。
YoutubeProtectionRemover.jsの中身は↓
// ==UserScript==
// @name YoutubeProtectionRemover
// @include URLリンク(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
です。


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch