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.

6 November 2025

  • curprev 13:3613:36, 6 November 2025 Nugenta talk contribs 604 bytes +310 No edit summary
  • curprev 13:2913:29, 6 November 2025 Nugenta talk contribs 294 bytes +294 Created page with "mw.hook('wikipage.content').add(function($c){ $c.find('a[target="_blank"]').each(function(){ if (!this.rel || this.rel.indexOf('noopener') === -1) this.rel = (this.rel ? this.rel + ' ' : '') + 'noopener'; if (this.rel.indexOf('noreferrer') === -1) this.rel += ' noreferrer'; }); });"