Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrol0x/ebay-listing-extension
Remove eBay listings from search results.
https://github.com/hydrol0x/ebay-listing-extension
chrome-extension ebay extension javascript
Last synced: 1 day ago
JSON representation
Remove eBay listings from search results.
- Host: GitHub
- URL: https://github.com/hydrol0x/ebay-listing-extension
- Owner: hydrol0x
- Created: 2022-07-06T15:25:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T00:42:14.000Z (over 2 years ago)
- Last Synced: 2023-04-05T02:22:14.757Z (over 1 year ago)
- Topics: chrome-extension, ebay, extension, javascript
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove eBay search result listings.
Add a button that lets you remove an eBay listing from the search results. Once removed, the listing is saved and will be persistently removed even if the page is reloaded or exited.
Made with the help of a freeCodeCamp [tutorial](https://www.youtube.com/watch?v=0n809nd4Zu4&ab_channel=freeCodeCamp.org)
## To install this extension
1. Go to your browsers extensions page (or the URL such as `Chrome://extensions`).
2. Check `Developer Mode` on.
3. Click `Load Unpacked`.
4. Select the directory of the extension.## Compatability
Only works on Chromium browsers.
## How to use
The extension will load an `x` button which you can click to remove a search result. On click, the result will be removed. The URL of the result is also saved and it will be removed on reload or whenever found again.
## To-add features
1. Add remove button in UI to remove stored listings