Main public logs

Jump to navigation Jump to search

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

Logs
  • 14:50, 16 August 2026 Mihail Abramov talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function bpLoadStats() { var onlineEl = document.getElementById('bp-online'); var updatedEl = document.getElementById('bp-updated'); if (!onlineEl || !updatedEl) return; fetch('/api/roblox-stats') .then(function(r) { return r.json(); }) .then(function(d) { if (d.playing !== undefined) { onlineEl.textContent = d.playing.toLocaleString('en...")