| No | タイトル | ステータス | 重要度 | 担当 | 完了予定日 | 更新日時 | 記事数 |
|---|---|---|---|---|---|---|---|
| 40 | #Plugin [Lunascape 正式版] ダミープラグ(イン) | 進行中 | 高 | AO | 未定 | 2010-03-07 12:54 | 11 |
|
|---|
| //ダミープラグ(イン)用ユーザスクリプト //Googleキャッシュのスクロールが異常に重いのを解消する // ==UserScript== // @include q=cache // @type outer_script // ==/UserScript== function dummy_main(doc,win){ document = doc; window = win; if(document != null && document.readyState == 'complete'){ // //ここからユーザースクリプト本体。無名関数によってくくられている。 (function () { document.body.innerHTML=document.body.innerHTML.replace('relative',''); document.focus(); })(); //ここまで // } } |
|