Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garnetred/hide-amazon-cart
This browser extension hides your Amazon cart from view in the sidebar.
https://github.com/garnetred/hide-amazon-cart
amazon chrome-extension firefox-addon firefox-extension productivity shopping shopping-cart
Last synced: 2 months ago
JSON representation
This browser extension hides your Amazon cart from view in the sidebar.
- Host: GitHub
- URL: https://github.com/garnetred/hide-amazon-cart
- Owner: garnetred
- Created: 2023-05-15T21:02:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T02:48:58.000Z (6 months ago)
- Last Synced: 2024-07-31T05:05:30.740Z (6 months ago)
- Topics: amazon, chrome-extension, firefox-addon, firefox-extension, productivity, shopping, shopping-cart
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/hide-amazon-cart/ajpehjilbkljgjkdjlooccaopmfgcpeb
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hide Amazon Cart
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/decemberthedeveloper)
## Chrome Web Store
This extension is now publicly available via the [Chrome Web Store](https://chrome.google.com/webstore/detail/hide-amazon-cart/ajpehjilbkljgjkdjlooccaopmfgcpeb).## Abstract
This browser extension hides the Amazon cart sidebar that appears on the right-hand side if a user has at least one item in the cart. Normally, you would see this sidebar on the `/cart` route and when viewing other Amazon items. With this extension the cart is hidden, but you can still view your cart by visiting `amazon./cart`.The following domains are currently supported:
- amazon.co.uk
- amazon.it
- amazon.co.jp
- amazon.nl
- amazon.sa
- amazon.com.mx
- amazon.com.au
- amazon.in
- amazon.de
- amazon.es
- amazon.fr
- amazon.ca
- amazon.com## Tech Stack
This project uses vanilla JS, CSS, and HTML.## Setup/Installation
You can clone the repo locally using `git clone`.### Chrome (and other Chromium-based browsers)
[This article](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome extensions page via the puzzle piece icon in the toolbar. From there, you can click "load unpacked extension" and choose the folder via the popup. You should then see the yellow cart icon appear in the toolbar.
When you click on the icon, you should see "Hide Amazon Cart." If you navigate to Amazon and add an item to your cart, you should not see the sidebar in the `amazon.com/cart` page or on other Amazon item pages.
### Firefox
You can navigate to `about:addons` and select the gear icon. From there, you can install the extension from a file and select the `.xpi` file in the `web-ext-artifacts` folder. There may be a popup asking about browser tab permissions, and you can click yes or accept. Then if you go to `amazon.com`, you should see the extension requesting access to the page, which you can enable.After this, when you add items to your cart you shouldn't see the sidebar. There's currently a bug where the sidebar flickers and then disappears.
## Preview
Amazon Item Page
![HideAmazonCart](https://github.com/garnetred/hide-amazon-cart/assets/59572865/343eacea-cc89-448d-ac4c-a85f54c19f9b)## Next Steps
I hope to update this extension shortly to support a few more of the Amazon top-level domains.