Jump to content

User:Souravmohanty2005/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Souravmohanty2005 (talk | contribs) at 14:22, 15 January 2012 (fix). 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:Gary King/script installer.js');
importScript('User:Carbonrodney/watchlistnotifier.js');
importScript("User:Smith609/endnote.js");
importScript("User:Smith609/toolbox.js");
importScript("Wikipedia:Dazzle!/code.js");
importScript('MediaWiki:Gadget-HotCat.js');
importScript('User:TheDJ/sharebox.js');
importScript('MediaWiki:Gadget-HotCat.js');
importScript('User:Tim Song/afchelper4.js');
importScript('User:Ale_jrb/Scripts/csdhelper.js');  //[[User:Ale_jrb/Scripts]]
importScript('User:NuclearWarfare/Mark-blocked script.js');
importScript('User:Kaldari/wikilove.js');
importScript('User:CBM/quickpreview.js');
importScript('User:Gary King/show upload deletion logs.js');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
importScript('User:Paranomia/simplevote.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/TimeTraveller.js');
importScript('User:Lupin/popups.js'); // see Wikipedia:Tools/Navigation popups
importScript('User:TheJosh/Scripts/NewPagePatrol.js');
npp_num_pages = 5
importScript('User:Cameltrader/Advisor.js');
importScript('User:Shubinator/DYKcheck.js');
importScript('User:Mr.Z-man/closeAFD.js');
importScript('User:Ale_jrb/Scripts/igloo.js'); // [[User:Ale_jrb/Scripts/igloo]]
importScript('User:Dlrohrer2003/validate-css.js'); // [[User:Dlrohrer2003/validate-css.js]]
importScript('User:Ale jrb/Scripts/csdcheck.js'); // [[User:Ale jrb/Scripts/csdcheck.js]]
importScript('User:CBM/stubtagtab.js'); // [[User:CBM/stubtagtab.js]]
importScript('User:Cameltrader/All-in-one.js'); // [[User:Cameltrader/All-in-one.js]]
importScript("User:Csewiki/vector.js");
importScript('User:Ais523/votesymbols.js'); // [[User:Ais523/votesymbols.js]]
importScript('User:Olliminatore/sign.js'); // [[User:Olliminatore/sign.js]]
importScript('User:RRuk/autocopyvio.js'); // [[User:RRuk/autocopyvio.js]]
importScript('User:Drilnoth/vgrefs.js'); // [[User:Drilnoth/vgrefs.js]]
importScript('User:Zalgo/autocopyvio.js'); // [[User:Zalgo/autocopyvio.js]]
importScript('User:Mr.Z-man/patrollinks.js'); // [[User:Mr.Z-man/patrollinks.js]]
importScript('User:Pilaf/InstaView/monobook.js'); // [[User:Pilaf/InstaView/monobook.js]]
importScript('User:TheJosh/Scripts/NewUserPatrol.js'); // [[User:TheJosh/Scripts/NewUserPatrol.js]]
importScript('User:TheJosh/Scripts/RecentChangesPatrol.js');
importScript('User:Jorgenev/scripts/EnhancedUserContribs.js');
importScript('User:MarkS/extraeditbuttons.js'); //[[User:MarkS/extraeditbuttons.js]]
importScript('User:Drilnoth/codefixer.js'); //See [[User:Drilnoth/codefixer.js/doc]] for details
importScript('User:AzaToth/twinkle.js');
importScript('User:Henrik/js/afc-helper.js'); 
importScript('User:Cameltrader/Advisor.js');
importScript('User:GregU/dashes.js');
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
toolbarLink_PR = true;
importScript('User:WikiBhasha.MSR/WikiBhasha.js');
importScript("User:Mountain/shorturl.js");
// Add [[WP:Reflinks]] launcher in the toolbox on left
addOnloadHook(function () {
 addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName 
   + "?client=script&citeweb=on&overwrite=&limit=30&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});
importScript('User:Howcheng/quickimgdelete.js');
qid_autoSave = false;

// HistoryCount
addOnloadHook(function (){
    var N = 500;      // <<== CHANGE TO YOUR LIKING
    var x = document.getElementById('ca-history');
    if(!x) return;
    x.getElementsByTagName('a')[0].href += "&limit=" + N;
});

// </source>[[Category:Wikipedia scripts]]
function welcome() {
    if (document.title.indexOf('Editing User talk:') == 0) {
        document.editform.wpTextbox1.value = document.editform.wpTextbox1.value + '==' + 'Welcome' + '==\n' + '{{subst:User:' + 'MatthewFenton/Welcome}}\n~~' + '~~';
        document.editform.wpSummary.value = 'Welcome a user to Wikipedia using JS WW';
    }
}
function welcome_tab() {
    add_link('javascript:welcome()', 'Welcome');
}
 
if (document.title.indexOf('Editing User talk:') == 0) {
 addOnloadHook(welcome_tab);
}
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]] 
winc('User:Omegatron/monobook.js/addlink.js');