Χρήστης:GeorgeMoney~elwiki/monobook.js: Διαφορά μεταξύ των αναθεωρήσεων

Περιεχόμενο που διαγράφηκε Περιεχόμενο που προστέθηκε
μ Ο Maintenance script μετακίνησε τη σελίδα Χρήστης:GeorgeMoney/monobook.js στη Χρήστης:GeorgeMoney~elwiki/monobook.js χωρίς να αφήσει ανακατεύθυνση: Automatically moved page while ren...
Ladsgroup (συζήτηση | συνεισφορές)
μ Maintenance: Replacing addOnloadHook with native jQuery (mw:ResourceLoader/Migration_guide_(users)#addOnloadHook - phab:T130879)
Γραμμή 100:
 
// -------------Add an [edit top] link to pages
addOnloadHook$(function () {
// if this is preview page or generated page, stop
if(document.getElementById("wikiPreview") || window.location.href.indexOf("/wiki/Special:") != -1) return;
Γραμμή 140:
}
 
addOnloadHook$(addForceSummary);
 
 
Γραμμή 185:
}
}
addOnloadHook$(function(){if (/title=Special(%3A|:)Log&type=newusers/.test(document.location.href)){addGreetLinks();};});
 
//------------ADD EDIT COUNT LINK
addOnloadHook$(function () {
if (document.getElementById('t-contributions')) {
z=document.getElementById("content").childNodes;
Γραμμή 205:
 
//-------------------My editcount
addOnloadHook$(function(){addTopLink('http://en.wikipedia.org/wiki/User:Interiot/Tool2/code.js?username=GeorgeMoney', 'edit count');});
 
// ------------ADD VARIOUS LINKS TO NAV
addOnloadHook$(function(){addNavLink('http://en.wikipedia.org/w/index.php?title=Special%3ALog&type=newusers&user=&page=', 'New user log');});
addOnloadHook$(function(){addNavLink('http://en.wikipedia.org/wiki/User:GeorgeMoney/monobook.css', 'monobook.css');});
addOnloadHook$(function(){addNavLink('http://en.wikipedia.org/wiki/User:GeorgeMoney/monobook.js', 'monobook.js');});
addOnloadHook$(function(){addNavLink('http://wiki.xyrael.net/mediawiki/index.php?title=Special:Recentchanges', 'Test Wiki');});