Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Helper tools
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
//

//I use my own copy of this script, slightly modified.
importScript('User:Deon/recent2.js');


// [[User:Lupin/popups.js]]

importScript('User:Lupin/popups.js');


// History tools
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/History/monobook.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');

//



importScript("User:Topaz/init.js");
importScript("User:Topaz/util.js");
importScript("User:Topaz/sectionsplitter.js");
importScript("User:Topaz/editcountutil.js");
importScript("User:Topaz/comm.js");
importScript("User:Topaz/wputil.js");
importScript("User:Deon/statuschanger.js");



importScript("User:Lightdarkness/aiv.js");


//To change Main Page Link
$(function(){document.getElementById("p-logo").getElementsByTagName("A")[0].href="http://en.wikipedia.org/wiki/Wikipedia:Main_Page_alternative_%28editable%29"})

// Originally based on http://en.wikipedia.org/w/index.php?title=User:JesseW/monobook.js&oldid=20755510  
//See [[Wikipedia:WikiProject User scripts/Scripts/Show last diff]]
// addLastDiff
function addLastDiff()
{
    mw.util.addPortletLink('p-cactions', 'http://en.wikipedia.org/w/index.php?title=' + wgPageName + "&diff=cur&oldid=prev", 'last', 'ca-last', 'Show most recent diff');
}
$(addLastDiff);

//

// Twinkle!
importScript('User:AzaToth/twinkle.js');

//UTC Clock
importScript('User:Davidgothberg/clock.js');