All public logs
Combined display of all available logs of Polyamory Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:04, 7 March 2025 Captain talk contribs created page MediaWiki:Common.js (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...")