User:Barek/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:Barek/vector.css. |
// Custom navigation tabs at top of page
// copied from: Wikipedia:WikiProject User scripts/Scripts/Six tabs
// importScript('Wikipedia:WikiProject User scripts/Scripts/Six tabs');
// CommonsHelper Helper (CH²) by Krimpet
// [[User:Krimpet/CH2.js]] (calls [[User:Krimpet/CH2_en.js]])
// importScript('User:Krimpet/CH2.js');
// Add links in the "toolbox" for Google and Yahoo! searches
// [[Wikipedia:WikiProject User scripts/Scripts/Google link]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Google link');
// Highlights admin signatures - color used is set in [[User:Barek/monobook.css]]
// [[User:Ais523 non-admin/adminrights.js]]
importScript('User:Ais523 non-admin/adminrights.js');
// This script adds custom links to the interaction portlet.
// Custom "recent changes linked" lists
addOnloadHook(function () {
addPortletLink('p-interaction', 'http://en.wikipedia.org/wiki/Special:RecentChangesLinked/' +
'Wikipedia:WikiProject Ships/Articles cruiseships','Cruise ship changes')
addPortletLink('p-interaction', 'http://en.wikipedia.org/wiki/Special:RecentChangesLinked/' +
'Category:Cruise_lines','Cruise line changes')
addPortletLink('p-interaction', 'http://en.wikipedia.org/w/index.php?title=Special:RecentChangesLinked&hidebots=0&target=' +
'User:Barek/userspace','My user content')
});
// Highlights redirects used on a given page
// [[User:Splarka/dabfinder.js]]
importScript('User:Splarka/dabfinder.js');