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

//importScript('ar:User:Antime/twinkle-on.js');
/**
//importScript('ar:User:Antime/Gadget-twinkle-on.js');
importStylesheet('ar:User:Antime/Gadget-morebits.css');
//@import url('//ar.wikipedia.org/w/index.php?title=%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Antime/Gadget-morebits.css&action=raw&ctype=text/css&smaxage=0&maxage=0');
importScript('ar:User:Antime/Gadget-morebits.js');
//mw.loader.load('//ar.wikipedia.org/w/index.php?title=%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Antime/Gadget-morebits.js&action=raw&ctype=text/javascript&smaxage=0&maxage=0');
importScript('ar:User:Antime/Gadget-Twinkle.js');
//mw.loader.load('//ar.wikipedia.org/w/index.php?title=%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Antime/Gadget-Twinkle.js&action=raw&ctype=text/javascript&smaxage=0&maxage=0');
**/

importScript('en:User:Stevage/EnhanceHistory.user.js');

//Lang priority 
importScript('Mediawiki:Gadget-InterwikiOrder.js');
var mylangsArray = ["en", "fr", "es"];

//Clock
mw.loader.load( '//www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-UTCLiveClock.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400' );

// عداد تاريخ الصفحة
$(document).ready(function (){
    var N = 77; 
    var x = document.getElementById('ca-history');
    if(!x) return;
    x.getElementsByTagName('a')[0].href += "&limit=" + N;
});

// عداد المراقية
$(document).ready(function (){
    var  n = 3; 
    var x = document.getElementById('pt-watchlist');
    if(!x) return;
    x.getElementsByTagName('a')[0].href +="?action=view"+"&days=" + n+"&hideReviewed=0";
});