Skip to content

Instantly share code, notes, and snippets.

@nooitaf
Created May 31, 2018 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nooitaf/8f86e21283521989ac402c6a9d2e86ab to your computer and use it in GitHub Desktop.
Save nooitaf/8f86e21283521989ac402c6a9d2e86ab to your computer and use it in GitHub Desktop.
vlcfy - Javacript Bookmark Tool makes nginx document listing urls usable by Apple Automator Script
javascript:(function(){var els = document.getElementsByTagName('a');for (var i=0;i<els.length;i++){ els[i].innerHTML = els[i].href };return false;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment