MediaWiki:Gadget-GoogleImagesTineye.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.

19 February 2022

  • curprev 16:5016:50, 19 February 2022ZI Jony talk contribs 1,348 bytes +1,348 Created page with "→‎global mw, $: →‎jshint curly:false: $(function () { 'use strict'; if (mw.config.get('wgNamespaceNumber') !== 6 || mw.config.get('wgAction') !== "view" || !document.getElementById('file')) return; var img = document.getElementById('file').getElementsByTagName('img'); if (!img || !img.length) return; // No preview image, e.g. for large PNGs img = img[0]; var imgURL = img.parentNode.href; if (!imgURL) return; // This occurs with thumbs of videos/sounds for insta..."