Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save julienmru/8e156cc49e259d2a676205a8a90605e8 to your computer and use it in GitHub Desktop.
Save julienmru/8e156cc49e259d2a676205a8a90605e8 to your computer and use it in GitHub Desktop.
Get a text list of all Softaculous apps (separated by a comma)
// Execute in the console of https://www.softaculous.com/softaculous/apps
$.unique($('h5').map(function () { return $(this).closest('a').attr('title') }).toArray().sort()).join(', ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment