User:Moony/devel.js: Revision history

From Space Station 14 Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 December 2021

  • curprev 23:1323:13, 21 December 2021Moony talk contribs 2,658 bytes +2,658 Created page with "// The user script that runs on the client side - this was thrown together in a couple hours // Apache 2.0/CC-BY-SA // (c) 2021 User:Ed6767 - full attributions https://github.com/wikimedia-gadgets/EasyWikiDev/commits/main/.wikidev/wikiscript.js let hasRecievedFirstMessage = false; const currentSkin = mw.config.get("skin"); const portletLinkSelector = { 'vector': 'a > span', 'monobook': 'a', 'timeless': 'a' } const currentPortletLinkSelector = portletLinkSelector[c..."