انتقل إلى المحتوى

مستخدم:BlueDevil/monobook.js

من ويكيبيديا، الموسوعة الحرة

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

/*<pre>*/
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
// [[en:User:Lupin/popups.js]]
document.write('<script type="text/javascript" src="' 
             + 'http://fa.wikipedia.org/w/index.php?title=User:BlueDevil/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//////////////////////////////////////////////////////////////////////////////////////////////////////////

/* addPurge */
 addOnloadHook(function () {
    var hist; var url;
    if (!(hist = document.getElementById('ca-history') )) return;
    if (!(url = hist.getElementsByTagName('a')[0] )) return;
    if (!(url = url.href )) return;
    mw.util.addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'),
                   '*', 'ca-purge', 'خالی کردن کاشه سرور', '0');
 });
//</pre>