お知らせ: 保存した後、ブラウザのキャッシュをクリアする必要があります。
Mozilla / Firefox : [Shift] を押しながら [再読み込み] をクリック、または [Shift]-[Ctrl]-[R] (Macでは [Cmd]-[Shift]-[R]);
Safari: キャッシュのクリアをしてからページを再読み込み ([Cmd]-[Opt]-[E]);
IE: [Ctrl] を押しながら [更新] をクリック、または [Ctrl]-[F5];
Konqueror: [再読み込み] をクリック、または [F5]
Opera: 「ツール」→「設定」からキャッシュをクリア。
// 強制プレビューfunction forcePreview(){ var saveButton = document.getElementById("wpSave");// if (wgUserName != null) return; if (!saveButton) return; if (location.search.search(/&action=edit/) == -1) return; saveButton.disabled = true; saveButton.style.fontWeight = "normal"; document.getElementById("wpPreview").style.fontWeight = "bold";}addLoadEvent(forcePreview); // 他ユーザのスクリプトを導入しやすくするためのおまじない。// 日本語版:includeJa("User:利用者名/スクリプト名")// 英語版:includeEn("User:利用者名/スクリプト名")function includeJa(s) { document.write('<script type="text/javascript" src="' + 'http://ja.wikipedia.org/w/index.php?title=' + encodeURI(s) + '&action=raw&ctype=text/javascript' + '&dontcountme=s"><' + '/script>');}function includeEn(s) { document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=' + encodeURI(s) + '&action=raw&ctype=text/javascript' + '&dontcountme=s"><' + '/script>');} // [[Wikipedia:ツール/ナビゲーション・ポップアップ]] ([[en:User:Lupin/popups.js]])includeEn("User:Lupin/popups.js");simplePopups=false; // シンプル化popupImages=false; // 画像のポップアップ // [[利用者:Tietew/ユーザースクリプト集]]includeJa("User:Tietew/submitblock.js"); // 要約欄でEnterを押してもすぐに投稿しないようにする
更新日時:2008年2月10日(日)16:38
取得日時:2008/08/30 13:16