MediaWiki:Common.js: Revision history

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.

5 April 2023

28 January 2022

  • curprev 15:2315:23, 28 January 2022Karl talk contribs 1,516 bytes −6 No edit summary
  • curprev 15:1715:17, 28 January 2022Karl talk contribs 1,522 bytes +1,522 Created page with "// Any JavaScript here will be loaded for all // users on every page load. console.log('hello from common.js') // rename 'Discussion' tab or context menu button // to 'CSS' in the 'Publishing' namespace. const url = window.location.href, NS = 'Publishing', // content namespace cssNS = NS + 'CSS' // css namespace if (url.includes(NS + ':')) { console.log('this page is in namespace', NS) const talkAnchor = document.querySelector('#..."