When you use Google Keep via keep.google.com on a desktop browser, it shows a very annoying animation each time you type (a rotating arrow). This style makes the whole toolbar transparent while the mouse cursor is away from it.
keep.google.com - autohide toolbar by upsiflu
Details
Authorupsiflu
LicenseNo License
Categorykeep.google.com
Created
Updated
Size595 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name keep.google.com - autohide toolbar
@version 20220627.20.53
@namespace userstyles.world/user/upsiflu
@description When you use Google Keep via keep.google.com on a desktop browser, it shows a very annoying animation each time you type (a rotating arrow). This style makes the whole toolbar transparent while the mouse cursor is away from it.
@author upsiflu
@license No License
==/UserStyle== */
@-moz-document domain("keep.google.com") {
header > div:not(:hover) >div:not(:first-child) {opacity:0;}
header > div>div {transition:opacity .2s;}
}