User:Souravmohanty2005/vector.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .css page for this skin is at User:Souravmohanty2005/vector.css. |
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');