Page history
Jump to navigation
Jump to search
6 February 2024
19 February 2022
18 February 2022
no edit summary
no edit summary
+1
no edit summary
+1
no edit summary
+107
Created page with "→All JavaScript here will be loaded for users of the Vector skin: const wikiStorage = window.localStorage; var darkMode = wikiStorage.getItem('darkMode'); if (darkMode == null) { window.localStorage.setItem('darkMode', 0); } var footerLinks = document.getElementById('footer-places'); var modeSwitch = document.createElement('li'); modeSwitch.setAttribute('id', 'footer-places-skin-mode'); modeSwitch.setAttribute('onclick', 'switchSkin()'); function switchSkinShared(..."
+1,038