MediaWiki:FFXIHelper.js: Revision history

From HorizonXI Wiki

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.

16 May 2026

  • curprev 11:0311:03, 16 May 2026 Starfox9507 talk contribs 509 bytes +509 Created page with "Copy to Clipboard helper for FFXIHelper: function copyURLToClipboard() { url = document.location.href; navigator.clipboard.writeText(url).then(function() { console.log('copyURLToClipboard(): Copied!'); mw.notify( 'Copied to Clipboard !', { autoHide: true, type: 'warn' } ); }, function() { mw.notify( 'Error copying to clipboard. Please report on our Discord.', { autoHide: true, type: 'error' } ); console.log('copyURLToClipb..."