MediaWiki:Common.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 January 2025

  • curprev 08:3708:37, 4 January 2025Derf talk contribs 645 bytes +645 Created page with "document.querySelectorAll("h2, h3, h4, h5, h6").forEach(function(t){t.addEventListener("contextmenu",function(e){navigator.clipboard.writeText(window.location.href.split("#")[0]+"#"+t.firstElementChild.id)})});$(":not(.references li) ol li").click(function(a){a.stopPropagation(),$(this).hasClass("highlighted")?($(this).removeClass("highlighted"),$(this).find("li").removeClass("highlighted")):($(this).addClass("highlighted"),$(this).find("li").addClass("highlighted"))});d..."