Skip to content

Amazon UK Privacy by cameronnahas

Screenshot of Amazon UK Privacy

Details

Authorcameronnahas

LicenseNo License

Categoryamazon.co.uk

Created

Updated

Size675 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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. First style here.

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);
}

Reviews

No reviews yet.