Removes the amazon location modal that shows your name and zip/post code. Good if you screenshare amazon tabs.
Remove Amazon doxxing modal by LeviSnoot-7910
Details
AuthorLeviSnoot-7910
LicenseMIT
Categoryamazon.com
Created
Updated
Size659 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 amazon.se - 10/10/2023, 10:40:31 PM
@namespace github.com/LeviSnoot/hide-amazon-location-modal
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("amazon.se"),
domain("amazon.com"),
domain("amazon.co.uk"),
domain("amazon.de"),
domain("amazon.ca"),
domain("amazon.co.jp"),
domain("amazon.com.au"),
domain("amazon.com.mx"),
domain("amazon.es"),
domain("amazon.eu"),
domain("amazon.fr"),
domain("amazon.in"),
domain("amazon.it"),
domain("amazon.nl") {
#nav-global-location-data-modal-action {
display: none !important;
}
}