Copy protected content from Google doc
Today I learned how to copy text from a Google Doc in a simplified view by changing the URL and disabling JavaScript. Here’s the process:
- Change the end of the document URL from
/edit
to/mobilebasic
. - Disable JavaScript:
- Click the Site settings icon to the left of the URL.
- Select “Site settings.”
- Under “Permissions,” change “Javascript” to “Block.”
- Go back to the tab with your document and reload the page.
- Select all text in your document using
Ctrl+A
. - Copy the selection with
Ctrl+C
. - Open a new document and paste the text using
Ctrl+V
. - Re-enable JavaScript:
- Repeat Step 2 above.
- For Step 2.3, change “Javascript” back to “Allow” (default).
This trick can be used for Google Sheet too.