MediaWiki:Common.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 March 2025

  • curprev 14:0414:04, 7 March 2025Captain talk contribs 573 bytes +573 Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: links = document.getElementsByTagName("a") for (let i = 0; i<links.length; i++) { console.log(links[i].href) let link = links[i].href if(link.startsWith("https://polyamory.wiki/w/Pirates") && !link.includes("action=")){ links[i].href = link.replace("https://polyamory.wiki/w/Pirates:","https://pirates.polyamory.wiki/w/") if(links[i].innerHTML.startsWith("Pirates:") && !links[i].innerHTML.sta..."