User:Bgwhite/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:Bgwhite/vector.css. |
// ****** Mdash script – add links at top in same pulldown menu as "move". Comment out if using AutoEd
//importScript("User:GregU/dashes.js");
// ****** AutoEd CheckWiki version
importScript('Wikipedia:AutoEd/wikichecker.js');
// ****** Adds improved viewing of diffs. For some reason, it doesn't work when enabled in gadgets, but does if added here.
importScript('User:Cacycle/wikEdDiff.js');
// ****** Adds some functions to watchlist. Documentation at [[User:Js/watchlist]]
if (wgCanonicalSpecialPageName == 'Watchlist')
importScript('user:js/watchlist.js');
// ****** Add the page size of the article to the toolbox. Documentation at [[User:Dr pda/prosesize]]
importScript('User:Dr_pda/prosesize.js');
// ****** DYKCheck. Documentation at [[User:Shubinator/DYKcheck]]
importScript('User:Shubinator/DYKcheck.js');
// ****** Hide the sidebar in Vector. Can access sidebar by alt-shift-a. Documentations at [[User:PleaseStand/Hide Vector sidebar]
importScript('User:PleaseStand/hide-vector-sidebar.js');
// ****** Hide the "Mark all read" button on the watchlist
importScript('User:Equazcion/RemoveMarkAll.js');
// ******* Put interwiki links in the sidebar into English and add a Google translate option.
importScript('User:Equazcion/SidebarTranslate.js');
// ******* [[User:Equazcion/LiveDiffLink]]
importScript('User:Equazcion/LiveDiffLink.js');
// ****** Add My Dashboard and Sandbox to the Personal toolbar
function addNewpages(){
addPortletLink("p-personal","https://en.wikipedia.org/wiki/User:Bgwhite/Dashboard" ,"My Dashboard","pt-mydashboard","View my Dashboard", "", document.getElementById('pt-logout'));
addPortletLink("p-personal","https://en.wikipedia.org/wiki/User:Bgwhite/Sandbox" ,"My Sandbox","pt-mydashboard","View my Sandbox", "", document.getElementById('pt-logout'));
}
addOnloadHook(addNewpages);
// ****** [[User:Equazcion/CatListMainTalkLinks]]
//importScript('User:Equazcion/CatListMainTalkLinks.js');
// ****** Amdmin detector
// ****** Adds group settings next to page name on talk/user pages.
importScript('User:Equazcion/sysopdetector.js');
var showUserGroupSettings = {
'groups': true,
'editcount':false,
'blocked':true
};
// ****** Change American words into British words
importScript('User:Ohconfucius/script/EngvarB.js'); //[[User:Ohconfucius/script/EngvarB.js]]
// ****** Add article history toolserver links to sidebar
importScript('User:Equazcion/SidebarHistoryTools.js');
// ****** Add "Template Parameter Wizard" to the advanced toolbar. See screenshot at File:Param_wizard_screenshot.png
importScript('User:קיפודנחש/TemplateParamWizard.js');