importScript('User:Ale_jrb/Scripts/csdhelper.js'); //]
importScript('User:NuclearWarfare/Mark-blocked script.js');
importScript('User:js/watchlist.js');
importScript('User:Gary King/show upload deletion logs.js');
importScript('User:Animum/easyblock.js');
importScript("User:PleaseStand/userinfo.js");
// importScript('User:UncleDouggie/smart watchlist.js'); //
// importScript('User:Kaldari/wikilove.js'); //
// importScript('User:Ale_jrb/Scripts/userhist.js'); //
// importScript('User:Tim Song/afchelper4.js'); //
// importScript('User:King of Hearts/closexfd.js); //
// importScript('User:Lupin/recent2.js'); //
// importScript('User:Manishearth/orphantabs.js'); //
// importScript('User:Ale_jrb/Scripts/statusCheck.js'); //
// importScript('User:Ale_jrb/Scripts/igloo.js'); //
// importScript('User:M/reword.js'); //
// mw.loader.load('//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Haza-w/cactions.js'); //
// window.hotcat_use_category_links = true; //
// Random pages links in the menu bar //
// randomPages = {
// addToolboxLink: function(url, name, id) {
// var tb = document.getElementById('p-navigation').getElementsByTagName('ul');
// randomPages.addlilink(tb, url, name, id);
// },
// addlilink: function(tabs, url, name, id, title, key) {
// var na = document.createElement('a');
// na.href = url;
// na.appendChild(document.createTextNode(name));
// var li = document.createElement('li');
// if(id) li.id = id;
// li.appendChild(na);
// tabs.appendChild(li);
// if(id) {
// if(key && title) ta = ;
// else if(key) ta = ;
// else if(title) ta = ;
// }
// akeytt();
// return li;
// },
// };
// addOnloadHook(function() {
// randomPages.addToolboxLink("http://en.wikipedia.orghttps://wiki95.com/en/Special:Random/User", 'Random userpage', 'random-userpage');
// }
// );
// Link to admin dashboard //
//function addDash() {
//loLogoutNode = document.getElementById("pt-logout");
//loDashNode = mw.util.addPortletLink( "p-personal"
// , mw.config.get('wgServer') + mw.config.get('wgScriptPath') + "/index.php?title=User:" + mw.config.get('wgUserName') + "/Dashboard"
// , "My dashboard"
// , "pt-admindash"
// , "Link to dashboard"
// , "d"
// , loLogoutNode );
//}
//addOnloadHook(addDash);