Jump to content

User:Chlod/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chlod (talk | contribs) at 10:43, 4 January 2020 (yes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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 Wikipedia:Bypass your cache.
// === 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