Edit Google Keep in fullscreen and hide the dashboard
< Відгуки до Fullscreen Google Keep
If someone encounters the same problem as me:Google Chrome 94.0.4606.71, Tampermonkey 4.13:Problem: Script does not work (i.e. does not change anything at Google Keep web page).TL;DR: Solution summary:add "// @inject-into content" to scriptand use ViolentmonkeyInvestigation (details):Browser dev tools console on keep.google.com shows errors like:
Uncaught (in promise) TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.
Google Keep website apparently has new security stuff that breaks this script.If I, in hope for a fix, add "// @inject-into content" to script, error changes to
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createElement')
jQuery is apparently messed up nowCopied script content from Tampermonkey to Violentmonkey. Problem didn't occur anymore -> fixed.
Ui有点丑
Sign in to post a reply.
If someone encounters the same problem as me:
Google Chrome 94.0.4606.71, Tampermonkey 4.13:
Problem: Script does not work (i.e. does not change anything at Google Keep web page).
TL;DR: Solution summary:
add "// @inject-into content" to script
and use Violentmonkey
Investigation (details):
Browser dev tools console on keep.google.com shows errors like:
Google Keep website apparently has new security stuff that breaks this script.
If I, in hope for a fix, add "// @inject-into content" to script, error changes to
jQuery is apparently messed up now
Copied script content from Tampermonkey to Violentmonkey. Problem didn't occur anymore -> fixed.