Hide private address on Amazon
- Install Stylus for Chrome, Firefox.
- Click here to install
hide-address.user.css
.
Hide private address on Amazon
hide-address.user.css
./* ==UserStyle== | |
@name Hide Address | |
@description Hide private address on Amazon | |
@namespace https://github.com/shun-shobon | |
@updateURL https://gist.github.com/shun-shobon/eee81cc60ef0433afd40a62130487b49/raw/hide-address.user.css | |
@version 0.2.0 | |
==/UserStyle== */ | |
@-moz-document domain("amazon.com"), domain("amazon.co.jp") { | |
div#nav-global-location-slot { | |
display: none !important; | |
} | |
a#nav-link-accountList > div.nav-line-1-container > span.nav-line-1 { | |
display: none !important; | |
} | |
div#contextualIngressPtLabel_deliveryShortLine { | |
display: none !important; | |
} | |
} |
Issue: このCSSを有効にしていても商品ページを開くと本名/郵便番号が晒されます