praveenmadis / Download Tables

// ==UserScript==
// @name         Download Tables
// @namespace    https://openuserjs.org/users/praveenmadis
// @description  Showing the current basic and recommended format for a User script.
// @copyright 2025, praveenmadis (https://openuserjs.org/users/praveenmadis)
// @license MIT
// @version      0.0.8
// @include      https://www.example.com/*
// @grant        none
// ==/UserScript==

// ==OpenUserJS==
// @author       praveenmadis
// ==/OpenUserJS==

// @updateURL https://openuserjs.org/meta/praveenmadis/Download_Tables.meta.js
// @downloadURL https://openuserjs.org/install/praveenmadis/Download_Tables.user.js

/*
 * Please begin typing or paste your User script now.
 *
 * NOTE: It is still strongly recommended to use the Author Tools panel to
 * add your "@updateURL" even if we are not in lockdown.
 *
 */
 
(function () {
    console.log('XXXXXXXXXXXXXXXXXXXXXXXX');
})();