Skip to content

Instantly share code, notes, and snippets.

@shun-shobon
Last active January 28, 2022 02:26
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shun-shobon/eee81cc60ef0433afd40a62130487b49 to your computer and use it in GitHub Desktop.
Save shun-shobon/eee81cc60ef0433afd40a62130487b49 to your computer and use it in GitHub Desktop.
Hide private address on Amazon
/* ==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
Copy link

Issue: このCSSを有効にしていても商品ページを開くと本名/郵便番号が晒されます

@shun-shobon
Copy link
Author

shun-shobon commented Apr 26, 2021

@mirror-kt v0.2.0で修正しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment