View source for User:Moony/common.js
From Space Station 14 Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// 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
console.log("AAA");
var hasRecievedFirstMessage = false;
const currentSkin = mw.config.get("skin");
const portletLinkSelector = {
'vector': 'a > span',
'monobook': 'a',
'timeless': 'a'
};
const currentPortletLinkSelector = portletLinkSelector[currentSkin];
const currentPageLink = mw.util.addPortletLink(
'p-personal',
'#',
"Develop",
000
1:0
Return to User:Moony/common.js.