Title as it is.
UserStyles to hide personal information at Amazon.co.jp by shzawa
Details
Authorshzawa
LicenseNo License
Categorywww.amazon.co.jp
Created
Updated
Size687 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name UserStyles to hide personal information at Amazon.co.jp
@version 20231002.01.08
@namespace userstyles.world/user/shzawa
@description Title as it is.
@author shzawa
@license No License
==/UserStyle== */
@-moz-document domain("amazon.co.jp") {
body {
padding-right: 0 !important;
}
#nav-global-location-popover-link {
display: none !important;
}
#nav-link-accountList-nav-line-1 {
display: none !important;
}
#nav-flyout-ewc {
display: none !important;
}
#buyNow {
display: none !important;
}
#nav-discobar-jppoints-link {
display: none !important;
}
#contextualIngressPt {
display: none !important;
}
}