Jump to content

Main public logs

Combined display of all available logs of Shell Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:04, 27 February 2025 John talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".new").forEach(function (link) { let pageTitle = link.getAttribute("title") || link.textContent; let wikiURL = "https://en.wikipedia.org/wiki/" + encodeURIComponent(pageTitle.replace(/_/g, " ")); link.href = wikiURL; // Redirect the link to Wikipedia link.classList.r...")