# eBay Total Auction Price

## Summary

* This userscript augments the functionality of eBay and runs in an userscript manager such as the [Tampermonkey](https://www.tampermonkey.net/) add-on for Firefox and Chrome.
* Inserts the `eBay auction price` + `shipping` = `Total price` in the auction listing.
* To streamline the process of reviewing auction items.
* Initially this script was developed on the UK eBay site, and I have extended functionality to International eBay.  Or at least all the sites that I have been able to test without eBay redirecting me to a default .com site.

## Known Issues

* Due to the number of sites and pages across the eBay empire, expect there to be pages where the script doesn't find the prices to add up.  I'll keep updating the script as I personally use it, however if you find any pages that could do with adding then just let me know.

## Install Options

* [ebaytotalprice-userscript.user.js](https://github.com/subz390/ebaytotalprice-userscript/raw/master/userscripts/ebaytotalprice-userscript.user.js)
* [ebaytotalprice-userscript-min.user.js](https://github.com/subz390/ebaytotalprice-userscript/raw/master/userscripts/ebaytotalprice-userscript-min.user.js)
* [Greasy Fork](https://greasyfork.org/en/scripts/8630-ebay-total-auction-price)
* [![](https://data.jsdelivr.com/v1/package/gh/subz390/ebaytotalprice-userscript/badge)](https://www.jsdelivr.com/package/gh/subz390/ebaytotalprice-userscript)
* The `userscripts` folder contains both minified and regular bundles of the current stable release. The minified version offers a slight performance improvement over the regular, else they're functionally identical.
* In case you didn't already know, you can install userscripts directly from the GitHub Raw view of the userscript file, [view the script here](https://github.com/subz390/ebaytotalprice-userscript/blob/master/userscripts/ebaytotalprice-userscript.user.js) and click on the `Raw` button.

## Gallery List Page
![Imgur](https://i.imgur.com/24hoYMa.png)

![Imgur](https://i.imgur.com/OTS0qPS.png)

![Imgur](https://i.imgur.com/SRQ5VsD.png)

## Auction Item Page

![Imgur](https://i.imgur.com/BLl78i0.png)

![Imgur](https://i.imgur.com/haPUWi5.png)
