コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:Alexsh/cologneblue.js

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

 // [[:en:User:Lupin/popups.js]] - please include this line 
 
 function importScript( page ) {
 	var url = /^https?:\/\//.test(page) ? page 
 		: wgScriptPath + '/index.php?title=' + encodeURI( page.replace( ' ', '_' ) )
 			+ '&action=raw&ctype=text/javascript&dontcountme=s';
 	var scriptElem = document.createElement( 'script' );
 	scriptElem.setAttribute( 'src' , url );
 	scriptElem.setAttribute( 'type' , 'text/javascript' );
 	document.getElementsByTagName( 'head' )[0].appendChild( scriptElem );
 }
 importScript("User:Alexsh/collapse.js");
 importScript("User:Tietew/submitblock.js");
 importScript("User:Tietew/autopurge.js");
 importScript("User:Tietew/blinktalk.js");
 importScript("User:Alexsh/jstool/popups.js");
 importScript("User:Alexsh/jstool/strings-ja.js");
 importScript("User:Alexsh/purecache.js");
 importScript("User:Alexsh/editsection-0.js");
 importScript("User:Tietew/log.js");
 importScript("User:Alexsh/vfd.js");
 // Now set everything up
 window.onload = Main;

 function Main()
 {
  LivePreviewInstall();
  // You may include here other "extensions"
 }