-
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:25, 8 May 2026 Harry talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Go to top button $(function() { var btn = $('<a href="#top" id="go-top">↑ Top</a>'); $('body').append(btn); $(window).scroll(function() { if ($(this).scrollTop() > 300) { btn.fadeIn(); } else { btn.fadeOut(); } }); });")