Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:36, 2 February 2025 VancityRothaug talk contribs created page User:VancityRothaug/ShowRevisionID.js (Created page with "** Show Revision ID **: // Shows the revison id on history pages // Documentation at en:w:User:BrandonXLF/ShowRevisionID // By en:w:User:BrandonXLF $(function() { if (location.search.includes('action=history') || location.href.includes('Special:Watchlist') || location.href.includes('Special:Contributions')) { var items = document.querySelectorAll('li[data-mw-revid]'); for (var i = 0; i < items.length; i++) { items[i].getElementsByClassName('mw-change...")