User:Malik Shabazz/vector.js

This is an old revision of this page, as edited by Malik Shabazz (talk | contribs) at 04:03, 16 April 2012 (testing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
importScript('User:Malik Shabazz/csdh.js');

// [[User:Lupin/popups.js]] - please include this line 
importScript('User:Lupin/popups.js');

popupAdminLinks=true;
popupFixDabs=true;
popupLastEditLink=true;

// [[User talk:Alex Smotrov/edittop.js]]
if (wgAction=='edit' && document.URL.indexOf('&section=0') != -1)
addOnloadHook(function(){
   document.getElementById('wpSummary').value = "/* Intro */ ";
})

// [[User:Jnothman/afd helper]]
importScript('User:Jnothman/afd_helper/script.js');
/* This is to keep track of who is using this extension: [[User:Jnothman/afd_helper/script.js]] */

// [[user:js/6tabs-vector]]
importScript('user:js/6tabs-vector.js')

// [[Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative');

// [[User:Cacycle/wikEdDiff.js]]
importScript('User:Cacycle/wikEdDiff.js');

// [[Wikipedia:WikiProject User scripts/Scripts/User tabs]]
//importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs');

addOnloadHook(function() {
  if (wgTitle.indexOf("/") != -1 || document.title.indexOf("- History -") != -1)  //no subpages or history
     return;
  if (wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk") {
     var username = encodeURIComponent( wgTitle );
     addPortletLink("p-cactions", wgServer + "/wiki/Special:Contributions/" + username, "Contribs", "ca-contrib", "User contributions");
     addPortletLink("p-cactions","http://en.wikichecker.com/user/?t="+ username, "Edit count", "ca-editcount", "Edit count");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=move&user=" + username, "Page moves", "ca-pagemoves", "Page moves by this user");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=block&page=User:" + username, "Blocks received", "ca-blog", "Blocks received by this user");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Prefixindex&from=" + username + "&namespace=2", "Userspace", "", "List of pages in this user's userspace");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=block&user=" + username, "Blocks given", "", "Blocks by this user");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=protect&user=" + username, "Protections", "", "Protections by this user");
     addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=delete&user=" + username, "Deletions", "", "Deletions by this user");
  }
});

// [[Wikipedia:WikiProject User scripts/Scripts/Watchlist since]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Watchlist since');

// [[User:Lightmouse/monobook.js/script.js]]
importScript('User:Lightmouse/monobook.js/script.js');

// [[Wikipedia:Comments in Local Time]]
LocalizeConfig = { dateFormat : 'mdy' }; // options are 'ymd', 'dmy', 'mdy'

// [[User:Dr pda/prosesize.js]]
importScript('User:Dr pda/prosesize.js'); //[[User:Dr pda/prosesize.js]]

// [[User:NuclearWarfare/Mark-blocked script.js]]
importScript('User:NuclearWarfare/Mark-blocked script.js');

// [[User:Plastikspork/date.js]]
importScript('User:Plastikspork/date.js');

// [[User:Animum/EasyBlock]]
importScript("User:Animum/easyblock.js"); //[[User:Animum/easyblock.js]]

// [[User:Davidgothberg/newmessageshistory]]
importScript( "User:Davidgothberg/newmessageshistory.js" );

// [[User:Plastikspork/admindash.js]]
importScript('User:Plastikspork/admindash.js');

// [[User:Mr.Z-man/closeAFD]]
importScript('User:Mr.Z-man/closeAFD.js');

// [[User:Anomie/pagestats.js]]
importScript('User:Anomie/pagestats.js');

// [[User:Ais523/watchlistnotifier.js]]
importScript('User:Ais523/watchlistnotifier.js');