Skip to content

Instantly share code, notes, and snippets.

@I3rixon
Created May 6, 2023 13:42
Show Gist options
  • Save I3rixon/5e9dfbfe1e7e35a6b5bbb62239a9890b to your computer and use it in GitHub Desktop.
Save I3rixon/5e9dfbfe1e7e35a6b5bbb62239a9890b to your computer and use it in GitHub Desktop.
Sort WebPage Wi-Fi Meshtastic js script add to Web Console of Browser
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://code.jquery.com/jquery-3.6.4.min.js';
document.head.appendChild(script);
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js';
document.head.appendChild(script);
$(".min-w-full").tablesorter();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment