Kullanıcı:Aycan/monobook.js

Not: Sayfayı kaydettikten sonra değişiklikleri görebilmek için tarayıcınızın önbelleğinizi temizlemeniz gerekir. Google Chrome, Firefox, Microsoft Edge ve Safari: ⇧ Shift tuşuna basılı tutun ve Yeniden Yükle araç çubuğu düğmesine tıklayın. Ayrıntılar ve diğer tarayıcılara yönelik yönergeler için Vikipedi:Önbelleğinizi atlayın sayfasını inceleyin.
//<pre><nowiki>
 
// Değişiklik özetiyle ilgili zannımca  
             mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
             popupQueriedRevertSummary="[[Kullanıcı:$3|$3]] kullanıcı adlı veya IP adresli kullanıcı tarafından oluşturulmuş $2 tarihli sürüme dönüş!"
             popupQueriedRevertToPreviousSummary="[[Kullanıcı:$3|$3]] kullanıcı adlı veya IP adresli kullanıcı tarafından oluşturulmuş $2 tarihli sürüme dönüş!"
             popupOnEditSelection=true;
             popupAdminLinks=false;
             imagePopupsForImages=true;
 
// Türkçe pop up şeysi için sevgili Srhat'ın hazırlamakta olduğu monobook şeysi
             document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Srhat/strings-tr.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Hoş geldin, sil, deneme vs. şablonlarını tepeden ekleme fonksiyonları
             document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Brk/extedit.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Kullanıcı uyarı mesajları gönderme fonksiyonu
             document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Brk/user.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Çalışma var, çeviri vs. şablonlarını tepeden eklemek için
             document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Vito Genovese/top.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Kullanıcı ve kullanıcı mesaj sayfalarındaki "sayı" sekmesine tıkladın mı kullanıcının istatistiğine gider
document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Vito Genovese/misc.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Ne işe yaradığı bilinmemekte 
             document.write('<script type="text/javascript" src="' 
             + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Vito Genovese/libs.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
//</nowiki></pre>