Please sign in to edit, using the button at the upper right corner of the page.


User:Mg27713/common.js: Difference between revisions

From Gunn Wiki
Jump to navigation Jump to search
Created page with "if (location.href.endsWith("#internalLink")) { for (var e of document.getElementsByClassName("gw-mainpage-notice")) { e.style.display = "block"; } }"
(No difference)

Revision as of 01:30, 13 November 2021

if (location.href.endsWith("#internalLink")) {
    for (var e of document.getElementsByClassName("gw-mainpage-notice")) {
        e.style.display = "block";
    }
}