Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrminemeet/amznshipwarn
A browser extension that adds a warning to the Amazon page, if the item is not shipped by Amazon directly
https://github.com/mrminemeet/amznshipwarn
amazon firefox-addon shipping
Last synced: about 2 months ago
JSON representation
A browser extension that adds a warning to the Amazon page, if the item is not shipped by Amazon directly
- Host: GitHub
- URL: https://github.com/mrminemeet/amznshipwarn
- Owner: MrMinemeet
- License: mit
- Created: 2024-11-02T09:01:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T18:20:17.000Z (2 months ago)
- Last Synced: 2024-11-20T19:26:21.809Z (2 months ago)
- Topics: amazon, firefox-addon, shipping
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/amznshipwarn/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmznShipWarn
A browser extension that adds a warning to the Amazon page, if the item is not shipped by Amazon directly## How to install
### 🦊 Firefox
Currently, Firefox is the only browser that is supported.
![[Firefox Add-Ons](https://addons.mozilla.org/en-US/firefox/addon/amznshipwarn/)(https://addons.mozilla.org/en-US/firefox/addon/amznshipwarn/)](./get-the-addon-small.png)## How does it work?
The exension checks the page for the text that holds the shipping information. If the text contains the word "Amazon", the extension does nothing. If the text does not contain the word "Amazon", the extension adds a warning to the page. In order to get the user's attention and make them aware of potential shipping costs.## Currently supported Amazon sites
The following Amazon sites are currently supported, but not every site has been tested.
Furthermore, not every site has it's own translation for the warning message.- amazon.com
- amazon.co.uk
- amazon.ca
- amazon.com.au
- amazon.de
- amazon.fr
- amazon.it
- amazon.es
- amazon.nl
- amazon.com.br
- amazon.in
- amazon.co.jp
- amazon.cn
- amazon.com.mx
- amazon.sa
- amazon.eg
- amazon.sg
- amazon.com.tr## External Dependencies
The extension is minified using the [Google Closure Compiler](https://github.com/google/closure-compiler).