Skip to content

amazon privacy by ioangogo

Screenshot of amazon privacy

Details

Authorioangogo

LicenseNo License

Categoryamazon

Created

Updated

Size424 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blurs the page elements that contain addresses on most amazon sites(Tested on Amazon.co.uk and amazon.ca)

Inspired by Linus Sebastian

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Amazon Privacy
@version        2022-10-15
@description    Hides addresses, useful for streamers
@author         nyangogo
@namespace userstyles.world
@preprocessor stylus
==/UserStyle== */

@-moz-document url("*.amazon\\.*."), url("") {
#cipInsideDeliveryBlock_feature_div{
    filter: blur(10px)!important;
}

#nav-global-location-slot{
    filter: blur(10px)!important;
}
}

Reviews

No reviews yet.