Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cside/rakuten-pr-blocker
楽天市場の検索結果から PR 商品(広告商品)を除外する
https://github.com/cside/rakuten-pr-blocker
chrome-extension edge-extension firefox-addon greasyfork rakuten userscript
Last synced: 8 days ago
JSON representation
楽天市場の検索結果から PR 商品(広告商品)を除外する
- Host: GitHub
- URL: https://github.com/cside/rakuten-pr-blocker
- Owner: Cside
- License: mit
- Created: 2023-09-04T02:11:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T11:41:14.000Z (2 months ago)
- Last Synced: 2024-10-28T16:34:03.381Z (about 2 months ago)
- Topics: chrome-extension, edge-extension, firefox-addon, greasyfork, rakuten, userscript
- Language: HTML
- Homepage: https://chrome.google.com/webstore/detail/mighblgjmcfaldhjjkhhbnpbmckeeelo
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 楽天から PR 商品を消す(ブラウザ拡張)
## Install
- [Chrome](https://chrome.google.com/webstore/detail/mighblgjmcfaldhjjkhhbnpbmckeeelo)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/mjhlhgjoomicojmbbckebkcemighmnah)
- [Firefox](https://addons.mozilla.org/firefox/addon/%E6%A5%BD%E5%A4%A9%E3%81%8B%E3%82%89pr%E5%95%86%E5%93%81%E3%82%92%E6%B6%88%E3%81%99/)
- [Greasy Fork](https://greasyfork.org/scripts/474585)楽天の検索結果から PR 商品(広告商品)を削除します。
## How to Build
Replace `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/rakuten-pr-blocker/issues) before writing your code.
Create a branch from `develop` and make a pull request to `develop` .
## Release Notes
[/releases](https://github.com/Cside/rakuten-pr-blocker/releases)
## License
[The MIT License](/LICENSE).