Last active
April 9, 2020 02:19
-
-
Save oaustegard/2ade4772c6b0c4e9aabc8742a25211e2 to your computer and use it in GitHub Desktop.
Bookmarklets to create new GSuite documents - unbelievably simple, but used ALLthe time
This file contains 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
//docs | |
javascript:window.open("https://docs.new"); | |
//sheets | |
javascript:window.open("https://sheets.new"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment