User:VancityRothaug/ShowRevisionID.js: Difference between revisions
From Test Wiki
Content deleted Content added
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..." |
(No difference)
|