Created
June 9, 2021 20:58
-
-
Save luetkemj/e93a8921ed8308fd63a4755d44d89b54 to your computer and use it in GitHub Desktop.
Bookmarklet to generate img with src from public google doc link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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