Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created May 13, 2015 06:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldodds/43672c30cb1fdb6d3bd3 to your computer and use it in GitHub Desktop.
Save ldodds/43672c30cb1fdb6d3bd3 to your computer and use it in GitHub Desktop.
Scribd bypass
var id = window.location.href.match(/\/doc\/([0-9]+)\//)[1]
window.location.href = "https://www.scribd.com/document_downloads/" + id + "?extension=pdf&from=embed&source=embed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment