All public logs

From Jcastle.info

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

Logs
  • 20:50, 25 May 2025 Eric talk contribs created page Widget:CommentsRSS (Created page with "<div id="recent-comments" style="font-size: 0.9em;"></div> <script> fetch('/view/Special:CommentsRSS') .then(res => res.text()) .then(str => (new window.DOMParser()).parseFromString(str, "text/xml")) .then(data => { const items = data.querySelectorAll("item"); const container = document.getElementById("recent-comments"); if (items.length === 0) { container.innerHTML = "<p>No recent comments.</p>"; return; } container.innerHTML = "...")