Fullscreen Google Keep

Edit Google Keep in fullscreen and hide the dashboard

< Fullscreen Google Keep 피드백

질문/댓글

§
작성: 2021-10-09

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:

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 now
Copied script content from Tampermonkey to Violentmonkey. Problem didn't occur anymore -> fixed.

§
작성: 2022-09-24

Ui有点丑

댓글 남기기

댓글을 남기려면 로그인하세요.