Combined display of all available logs of skyHow. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:42, 13 July 2025 Mr. A talk contribs created page User:Mr. A/common.js (Created page with "// Word, character and byte counter for the wiki editor $(function() { // 1. Detect only the source editor using the recommended hook mw.hook('wikipage.editform').add(function($editForm) { if ($('#wpTextbox1').length === 0) return; // 2. Create the counter var counter = $(` <div id="mw-edit-counter" style=" position: fixed; bottom: 20px; right: 20px; padding: 12px...")