All public logs

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

Logs
  • 12:23, 6 October 2025 Arisepedia talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Prevent right-click, double-click, and text selection (function () { // Disable right-click everywhere document.addEventListener('contextmenu', function (e) { e.preventDefault(); }); // Prevent text selection start document.addEventListener('selectstart', function (e) { e.preventDefault(); }); // Block double-click and triple-click document.addEventListener('mousedown'...")