Blurs the page elements that contain addresses on most amazon sites(Tested on Amazon.co.uk and amazon.ca)
Inspired by Linus Sebastian
Authorioangogo
LicenseNo License
Categoryamazon
Created
Updated
Code size424 B
Code checksumd1ea555
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Blurs the page elements that contain addresses on most amazon sites(Tested on Amazon.co.uk and amazon.ca)
Inspired by Linus Sebastian
/* ==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;
}
}