Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 05:01, 23 May 2025 Polygnotus talk contribs created page User:Polygnotus/Scripts/WebArchives.js (Created page with '// Wikipedia Archive Checker - Add to your common.js // Adds an archive checking form to Special:Preferences (function() { 'use strict'; // Only run on preferences page if (mw.config.get('wgCanonicalSpecialPageName') !== 'Preferences') { return; } // Create the archive checker section function createArchiveChecker() { const section = document.createElement('div'); section.id = 'archive-checker-secti...')