Jump to content

User:SkSlick/technical/js/injectNav.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
const page = mw.config
  .get('wgRelevantPageName') 

if (true
// page.startsWith("User:SkSlick"
) {
  alert("test")
  for (let i = 1; i <= 6; i++ {
    const content = document
      .getElementByTag("h" + i)
    const pel = document
      .createElement('p')
    pel.append("An insert text")

    content.append(pel)
  }
}

/*
<noinclude>
{{DEFAULTSORT:{{SUBPAGENAME}}}} 
</noinclude>
*/