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
- Go to your browsers extensions page (or the URL such as
Chrome://extensions
). - Check
Developer Mode
on. - Click
Load Unpacked
. - Select the directory of the extension.
Only works on Chromium browsers.
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.
- Add remove button in UI to remove stored listings