EarthBot
Created page with "→Any JavaScript here will be loaded for all users on every page load.: →Table of contents: $(document).ready(function() { const mwPagesDiv = $('#mw-pages'); const firstDivInsideMwPages = mwPagesDiv.find('div:first'); const newElement = $('.toctitle'); newElement.css('display', ''); // Insert the new element before the first div inside #mw-pages newElement.insertBefore(firstDivInsideMwPages); });"