Skip to content

Instantly share code, notes, and snippets.

@luetkemj
Created June 9, 2021 20:58
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 luetkemj/e93a8921ed8308fd63a4755d44d89b54 to your computer and use it in GitHub Desktop.
Save luetkemj/e93a8921ed8308fd63a4755d44d89b54 to your computer and use it in GitHub Desktop.
Bookmarklet to generate img with src from public google doc link
javascript:{const googleDocIdForYou = window.location.pathname.split('/')[3];const imgtag = `<img src="https://drive.google.com/uc?id=${googleDocIdForYou}" />`;prompt("Copy This HTML:", imgtag);};void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment