Skip to content

Instantly share code, notes, and snippets.

@paulinfrancis
Created November 2, 2016 21:02
Show Gist options
  • Save paulinfrancis/6a87933014970111f735a9f247f0974b to your computer and use it in GitHub Desktop.
Save paulinfrancis/6a87933014970111f735a9f247f0974b to your computer and use it in GitHub Desktop.
javascript:(function(){var btn = document.createElement('a'); btn.setAttribute('download', true); btn.setAttribute('href', document.querySelector('meta[itemprop="contentURL"]').content); btn.innerText = 'download'; document.querySelector('.content').appendChild(btn);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment