changed the google keep preset to use paths instead of class names

This commit is contained in:
Ell 2022-04-02 15:29:05 +02:00
parent a7cf61b9d0
commit 4ca103fc83

View file

@ -35,7 +35,8 @@ div.dwlvNd {
hideOnMobile: true,
zoomLevel: 1,
customCss: `/* hide the menu bar and the "Keep" text */
.PvRhvb-qAWA2, .gb_2d.gb_Zc {
html > body > div > div > div:first-child,
html > body > div > header > div > div > div > div > a > span {
display: none !important;
}`
},