MediaWiki:TapToLoad.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.

15 February 2025

  • curprev 09:3409:34, 15 February 2025 Minionguyjpro talk contribs 1,222 bytes +1,222 Created page with "// Wait for the document to be fully loaded document.addEventListener('DOMContentLoaded', function() { // Check if the MobileDetect library is available if (typeof MobileDetect !== 'undefined') { // Create a new MobileDetect object var md = new MobileDetect(window.navigator.userAgent); // Check if the user is on a mobile device if (md.mobile()) { // Hide the iframe for mobile users initially var iframes = d..."