Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cside/amazon-unsponsor
Amazon のスポンサー商品と広告を削除するブラウザ拡張機能
https://github.com/cside/amazon-unsponsor
amazon chrome-extension edge-addon
Last synced: 2 days ago
JSON representation
Amazon のスポンサー商品と広告を削除するブラウザ拡張機能
- Host: GitHub
- URL: https://github.com/cside/amazon-unsponsor
- Owner: Cside
- License: mit
- Created: 2023-09-19T03:01:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T11:00:00.000Z (2 months ago)
- Last Synced: 2024-10-28T16:34:06.114Z (about 2 months ago)
- Topics: amazon, chrome-extension, edge-addon
- Language: HTML
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Amazon のスポンサー商品を非表示にする(ブラウザ拡張)
Amazon の検索結果からスポンサー商品・広告を消します。
## Install
- [Chrome](https://chrome.google.com/webstore/detail/mjjmlgebfdbccbacinhcjjeiphmfjodl)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/bmkmfacogjfmnoocnhjnlmdfohihdpmo)
- [Firefox](https://addons.mozilla.org/firefox/addon/amazon%E3%81%AE%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B5%E3%83%BC%E5%95%86%E5%93%81%E3%82%92%E9%9D%9E%E8%A1%A8%E7%A4%BA%E3%81%AB%E3%81%99%E3%82%8B/)
## How to BuildReplace `YOUR_TOKEN` with your Github access token that includes `read:packages` permission
```bash
cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=YOUR_TOKEN
@cside:registry=https://npm.pkg.github.com/
EOFpnpm install
pnpm run build
```## How to Send Pull Requests
⚠️ If you have a feature request, please discuss it with me on [/issues](https://github.com/Cside/amazon-unsponsor/issues) before writing your code.
Create a branch from `develop` and make a pull request to `develop` .
## Release Notes
[/releases](https://github.com/Cside/amazon-unsponsor/releases)
## License
[The MIT License](/LICENSE).