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; | |
| } | |
| } |
@mirror-kt v0.2.0で修正しました。