Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daattali/single-page-amazon-return-labels-extension
Print Amazon return labels as a single page
https://github.com/daattali/single-page-amazon-return-labels-extension
amazon chrome-extension firefox-addon
Last synced: 2 months ago
JSON representation
Print Amazon return labels as a single page
- Host: GitHub
- URL: https://github.com/daattali/single-page-amazon-return-labels-extension
- Owner: daattali
- License: mit
- Created: 2023-08-06T23:51:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T23:01:42.000Z (3 months ago)
- Last Synced: 2024-10-14T09:45:55.329Z (3 months ago)
- Topics: amazon, chrome-extension, firefox-addon
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/single-page-amazon-return/ojbaedhfdbgjnbaejemkihhhhpmnogln
- Size: 1.44 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Single-Page Amazon Return Labels (Chrome / Firefox / Edge extension)
> *Created by [Dean Attali](https://deanattali.com)*
_Install the [Chrome extension](https://chrome.google.com/webstore/detail/single-page-amazon-return/ojbaedhfdbgjnbaejemkihhhhpmnogln) or [Firefox extension](https://addons.mozilla.org/en-CA/firefox/addon/one-page-amazon-return-labels/) or [Edge extension](https://microsoftedge.microsoft.com/addons/detail/accdbfgoenjdokcjejdkkahlhidkbllb)_
Every time I want to print a return label from Amazon, the Print Preview shows that it'll result in more than 1 page. This happens because there is a lot of unnecessary text on the return label, such as the instructions and the "Must be returned by ...". If you remove those, then the label will usually fit on one page. This extension automatically hides the unnecessary pieces from getting printed so that you can save time and paper.
Obviously this will not *always* work, because some shipping methods require multiple labels and will never be able to fit on one page, but it seems to work on the majority of return labels I tried.
Countries supported: amazon.com, amazon.ca, amazon.de, amazon.co.uk -- contact me if you want to add support to your country.
**If you enjoy my work (or just want to get special perks!), you should [support me on GitHub](https://github.com/sponsors/daattali).**
## Installation
Go to the [Chrome extension store](https://chrome.google.com/webstore/detail/single-page-amazon-return/ojbaedhfdbgjnbaejemkihhhhpmnogln) or [Firefox extensions page](https://addons.mozilla.org/en-CA/firefox/addon/one-page-amazon-return-labels/) or [Edge extensions](https://microsoftedge.microsoft.com/addons/detail/accdbfgoenjdokcjejdkkahlhidkbllb) to instantly install with one click.
## Settings
Clicking on the extension's icon in the toolbar will show the settings page. After changing any setting, the page must be refreshed to take effect. There are currently three settings:
- **Remove unnecessary content when printing**: This is the main feature of the extension. When this is turned on, unnecessary content from the label will be removed when printing.
- **Remove unnecessary content when viewing web page**: When this is turned on, unnecessary content will be hidden when viewing the page.
- **Remove "Item Descriptions" list**: The Item Descriptions table that appears below the return label can be useful for you, but it's not required for shipping. If you want to minimize printing, then turn this off. I personally like to know what item the label is for, so I keep this on.## Screenshots
**Before** (notice the label takes up two pages):
[![](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-before.png)](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-before.png)
**After** (the label prints on a single page):
[![](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-after.png)](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-after.png)
**Settings:**
[![](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-options.png)](https://github.com/daattali/amazon-one-page-return-printer-extension/blob/master/img/doc/screenshot-options.png)
---
To see my other projects, visit [deanattali.com/projects](https://deanattali.com/projects)