Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dthung1602/the-spamminator
Behold - the spamminator - A browser extension cleaning up spam in Facebook comments plugin
https://github.com/dthung1602/the-spamminator
browser-extension chrome-extension facebook-comments facebook-comments-plugin firefox-extension manga mangakakalot manganelo meme spam-filter spam-filtering
Last synced: 30 days ago
JSON representation
Behold - the spamminator - A browser extension cleaning up spam in Facebook comments plugin
- Host: GitHub
- URL: https://github.com/dthung1602/the-spamminator
- Owner: dthung1602
- License: mit
- Created: 2022-04-27T14:48:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T08:14:35.000Z (over 2 years ago)
- Last Synced: 2024-11-09T06:20:14.024Z (3 months ago)
- Topics: browser-extension, chrome-extension, facebook-comments, facebook-comments-plugin, firefox-extension, manga, mangakakalot, manganelo, meme, spam-filter, spam-filtering
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Chrome Web Store][chrome-rating]][chrome-rating-url]
[![Firefox Web Store][firefox-rating]][firefox-rating-url]
The Spamminator
Remove spams from Facebook comment for Mangakakalot & Manganelo
Report Bug
ยท
Request Feature## About The Project
Simply get rid of "๐ฅ๐ฅ neW BaNger aLErt ๐ฅ๐ฅ" in the comment section
#### From this
![](images/demo/original.png)
#### To this
![](images/demo/remove.png)
#### Or replace it with a picture
![](images/demo/replace-by-image.png)
#### Or some text
![](images/demo/replace-by-text.png)
#### Click on the Spam icon in the tool bar to customize
![](images/demo/toolbar.png)
## Installation
- Chrome (desktop only) + Edge: https://chrome.google.com/webstore/detail/thespamminator/dnpihknfmkmoldifndaajhcceejniabd
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/thespamminator/## Development
1. Clone the repo
```sh
git clone https://github.com/dthung1602/the-spamminator
```
2. Load extension for debugging in Chrome:
- Make a symlink `manifest.json` -> `manifest-v3.json`
```shell
rm manifest.json
ln -s manifest-v3.json manifest.json
```
or simply
```shell
make v3
```
- Go to [chrome://extensions/](chrome://extensions/)
- Click on `Load unpacked` button on the top left
- Select the cloned repo
3. Load extension for debugging in Firefox:
- Make a symlink `manifest.json` -> `manifest-v2.json`
```shell
rm manifest.json
ln -s manifest-v2.json manifest.json
```
or simply
```shell
make v2
```
- Go to [about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox)
- Click on `Load Temporary Add-on`
- Select the manifest.json file
- Note that Chrome can also load manifest v2, but this will be deprecated in June 2023
4. Package for distribution:
- Run `build.sh` (or `make build`)
- The output zip files are in the `output` directory## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Duong Thanh Hung - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/dthung1602/the-spamminator](https://github.com/dthung1602/the-spamminator)
## Acknowledgements
* [Best README template](https://github.com/othneildrew/Best-README-Template)
* [Img Shields](https://shields.io)
* Icons from [svgrepo](https://www.svgrepo.com/)
* Random spam meme on the Internet[contributors-shield]: https://img.shields.io/github/contributors/dthung1602/the-spamminator.svg?style=flat-square
[contributors-url]: https://github.com/dthung1602/the-spamminator/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dthung1602/the-spamminator.svg?style=flat-square
[forks-url]: https://github.com/dthung1602/the-spamminator/network/members
[stars-shield]: https://img.shields.io/github/stars/dthung1602/the-spamminator.svg?style=flat-square
[stars-url]: https://github.com/dthung1602/the-spamminator/stargazers
[issues-shield]: https://img.shields.io/github/issues/dthung1602/the-spamminator.svg?style=flat-square
[issues-url]: https://github.com/dthung1602/the-spamminator/issues
[license-shield]: https://img.shields.io/github/license/dthung1602/the-spamminator.svg?style=flat-square
[license-url]: https://github.com/dthung1602/the-spamminator/blob/master/LICENSE
[chrome-rating]: https://img.shields.io/chrome-web-store/rating/dnpihknfmkmoldifndaajhcceejniabd?label=Chrome%20rating&style=flat-square&color=green
[chrome-rating-url]: https://chrome.google.com/webstore/detail/thespamminator/dnpihknfmkmoldifndaajhcceejniabd
[firefox-rating]: https://img.shields.io/amo/rating/thespamminator?label=Firefox%20rating&style=flat-square&color=yellow
[firefox-rating-url]: https://addons.mozilla.org/en-US/firefox/addon/thespamminator/