User:Chlod/common.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:Chlod/common.css. |
// === ADDITIONAL NOTES ===
// As a JavaScript developer, I might write code here that isn't
// properly documented. If you want to know what a specific part
// of my common.js does, please reach out to my on my talk page.
//
// Thank you! Have a nice day.
//
// PS: Whoever uses single quotes for strings is a monster.
// === SCRIPTS BY OTHER USERS ===
//importScript("script"); //[[script]]
importScript("User:Guywan/Scripts/12HourFormat.js"); // [[User:Guywan/Scripts/12HourFormat]]
importScript("User:Þjarkur/NeverUseMobileVersion.js"); // [[User:Þjarkur/NeverUseMobileVersion]]
importScript("User:Thespaceface/MetricFirst.js"); // [[User:Thespaceface/MetricFirst]]
importScript("User:Pythoncoder/Scripts/userHighlighter.js"); // [[User:Pythoncoder/Scripts/userHighlighter]]
importScript("User:Evad37/EditWarChecker.js"); // [[User:Evad37/EditWarChecker]]
importScript("User:BrandonXLF/QuickEdit.js"); // [[User:BrandonXLF/QuickEdit]]
importScript("User:Mxn/CommentsInLocalTime.js"); // [[User:Mxn/CommentsInLocalTime]]
importScript("User:Mvolz/displayContributions.js"); //[[User:Mvolz/displayContributions]]
importScript("User:Anne drew Andrew and Drew/PageDetails"); //[[User:Anne drew Andrew and Drew/PageDetails]]
importScript("User:Enterprisey/fancy-diffs.js"); //[[User:Enterprisey/fancy-diffs]]
// === STYLESHEETS BY OTHER USERS ===
importStylesheet("User:BrandonXLF/FloatHead.css"); // [[User:BrandonXLF/FloatHead]]
importStylesheet("User:BrandonXLF/GreenRedirects.css"); // [[User:BrandonXLF/GreenRedirects]]
// === EVERYTHING BELOW THIS POINT WAS WRITTEN BY "Chlod" ===
// I take responsibility for whatever is written below this section, including sublinks.
importScript("User:Chlod/Scripts/rcp-cv-quicklink.js"); // [[User:Chlod/Scripts/RCP-CV Quicklink]]
// END