نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • اینترنت اکسپلورر/ Edge: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
  • اپرا: Ctrl-F5 را بفشارید.
 /* Extra Edit Buttons */
 importScript('User:ExtraTools/ExtraTools.js');
 function InsertButtonsToToolBar(){
   tooly = document.getElementById('toolbar');
   if (tooly != null) {
     tooly.innerHTML += toggleDirection+Spacer+YKArabic+zwnj+nonS+Dig+Punc+STool+URLFIX;
     tooly.innerHTML += Spacer+Stub+NoS+NoS2+Sus+CopyR+Tone+Wikify+Cleanup+Spacer;
     tooly.innerHTML += SpeedyDel+PicSource+PicCopy+Welcome+NewRow;
     tooly.innerHTML += RedirectButton+GregYear+CodeButton+InterW;
     tooly.innerHTML += UpperText+LowerText+ChapChin;
     tooly.innerHTML += TableButton+CommentButton+GalleryButton+StrikeTextButton;
     tooly.innerHTML += NewRow;
   }
 }
 addOnloadHook(InsertButtonsToToolBar);

 /* Extra Caption Buttons */
 document.write('<script type="text/javascript" src="' 
             + 'http://fa.wikipedia.org/w/index.php?title=User:حجت/extraCaptionButton.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 document.write('<script type="text/javascript" src="' 
             + 'http://fa.wikipedia.org/w/index.php?title=User:حجت/DiffButton.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 document.write('<script type="text/javascript" src="' 
             + 'http://fa.wikipedia.org/w/index.php?title=User:حجت/SectionZero.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');
 });