A quick go at making things private on the browser to keep away eyes in case of work or streaming. Could use some work with only hiding name and keeping some other parts. Might expand to other parts of the website. First style here.
Amazon UK Privacy by cameronnahas

Details
Authorcameronnahas
LicenseNo License
Categoryamazon.co.uk
Created
Updated
Code size675 B
Code checksum13a8d321
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Amazon Privacy
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A quick go at making things private on the browser to keep away eyes in case of work or streaming. Could use some work with only hiding name and keeping some other parts. Might expand to other parts of the website.
@author Cameron Nahas
==/UserStyle== */
@-moz-document domain("amazon.co.uk") {
#nav-link-accountList {
filter: blur(10px);
}
}
#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow #nav-global-location-slot .a-declarative .nav-a.nav-a-2.a-popover-trigger.a-declarative {
filter: blur(10px);
}