Misplaced Pages

User:Conifer/common.js

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Conifer

This is an old revision of this page, as edited by Conifer (talk | contribs) at 18:42, 12 August 2012 (Some new code). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 18:42, 12 August 2012 by Conifer (talk | contribs) (Some new code)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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:Conifer/common.css.
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 Misplaced Pages:Bypass your cache.
importScript('User:Shubinator/DYKcheck.js'); // DYKcheck tool
importScript('User:Ais523/votesymbols.js');
importScript('User:Ale_jrb/Scripts/igloo.js'); // ]
importScript('User:Equazcion/SidebarTranslate.js'); // ]
importScript('Misplaced Pages:AutoEd/complete.js');
importScript('User:Cameltrader/Advisor.js');
importScript('User:Ohconfucius/script/EngvarB.js'); // ]
importScript('User:Ohconfucius/script/MOSNUM dates.js'); // ]
importScript('User:Ohconfucius/script/Common Terms.js'); // ]
importScript('User:Ohconfucius/script/formatgeneral.js'); // ]
importScript('User:King of Hearts/closexfd.js');
importScript('User:Equazcion/sysopdetector.js');
importScript('User:PleaseStand/userinfo.js');
importScript('User:Yair rand/interwikiwatchlist.js');
importScript('User:ערן/autocomplete.js');
importScript('User:Js/ajaxPreview.js'); // ]
importScript('User:Writ Keeper/Scripts/deletionFinder.js');
importScript('User:GregU/dashes.js');
importScript('User:Mr.Z-man/closeAFD.js');
importScript('User:Writ Keeper/Scripts/SearchNamespace.js');
importScript('User:Lenore/autolink.js'); // ]
importScript('User:Ucucha/duplinks.js'); // ]
importScript('User:Odie5533/SnipManager.user.js');
importScript('User:Nageh/rollbackSum.js');
importScript('User:Equazcion/ActiveWatchers.js'); // Linkback: ]
importScript('User:Equazcion/LiveDiffLink.js'); // Linkback: ]
importScript('User:Xenocidic/statusChanger2.js');
importScript('User:Equazcion/link intermediate revisions.js');
importScript('User:Dudemanfellabra/diffs.js');
importScript('User:Ais523/bracketmatch.js');
importScript('User:Henrik/js/automod.js');
importStylesheet('User:The wub/commentr.css');
importScript('User:Rami_R/rfppClerk.js');
importScript('User:Gimmetrow/fixRefs.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=20&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});
$("a.new").filter("").each(function(index, el) { el=$(el); el.attr('href', el.attr('href').replace('wiki/Wikipedia:Upload?wpDestFile=', 'w/index.php?action=edit&redlink=1&title=File:')); })