User:Svartava/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.

10 June 2022

  • curprev 12:5412:54, 10 June 2022Svartava talk contribs 5,112 bytes −2 No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit
  • curprev 12:5112:51, 10 June 2022Svartava talk contribs 5,114 bytes +5,114 Created page with "'use strict'; jQuery(document).ready(function () { var curRevisionId = mw.config.get('wgCurRevisionId'); function createAnchorLink(label, href, wikilink, title) { var span = document.createElement('span'); var link = document.createElement('a'); link.href = href; link.addEventListener('click', function (ev) { ev.preventDefault(); // IE if (window.clipboardData && window.clipboardData.setData) { window.clipboardData.setData('text', wikilink);..."