User:Jbhunley/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:Jbhunley/vector.css. |
importScript('User:AzaToth/twinkle.js')
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
/* User:APerson/delsort.js */
importScript( 'User:APerson/delsort.js' );// Backlink: [[User:APerson/delsort.js]]
importScript('User:Shubinator/DYKcheck.js'); // DYK Checker and character counti
window.hotcat_use_category_links = true;
// sMirC Emoticons-bar for the WikiEditor
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Perhelion/WikiEditorEmoticons.js&action=raw&ctype=text/javascript&maxage=86400&smaxage=86400&bcache=1');
// Pending changes link in toolbar
// By Epigenius, 2015
// with some help from MusikAnimal's talk page
function pendingchanges(){
mw.util.addPortletLink("p-tb", "https://en.wikipedia.org/wiki/Special:PendingChanges", "Pending changes", "tb-pendingchanges","View the list of pending changes");
}
$(pendingchanges);
//Test Script for patrolling new pages
function addNewpages(){
mw.util.addPortletLink("p-tb","http://en.wikipedia.org/wiki/Special:NewPagesFeed" ,"New Pages","tb-Newpages","View the list of New pages (NEW Special:New Pages Feed");
}
$(addNewpages);
//Popups configuration
window.popupOnlyArticleLinks = false;
importScript('User:Apoc2400/refToolbarPlus.js');