Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchet/telegram-ad-filter
Hide sponsored messages on https://web.telegram.org/k
https://github.com/vchet/telegram-ad-filter
tampermonkey telegram telegram-web userjs userscript
Last synced: 3 months ago
JSON representation
Hide sponsored messages on https://web.telegram.org/k
- Host: GitHub
- URL: https://github.com/vchet/telegram-ad-filter
- Owner: VChet
- License: mit
- Created: 2019-03-02T21:24:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T16:36:40.000Z (4 months ago)
- Last Synced: 2024-10-14T00:44:31.368Z (3 months ago)
- Topics: tampermonkey, telegram, telegram-web, userjs, userscript
- Language: JavaScript
- Homepage: https://openuserjs.org/scripts/VChet/Telegram_Ad_Filter
- Size: 1.4 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Telegram Ad Filter
[![version](https://img.shields.io/github/tag/VChet/telegram-ad-filter.svg?label=version)](https://github.com/VChet/telegram-ad-filter/tags)
[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-7fffff?style=flat)](https://github.com/neostandard/neostandard)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)UserScript for [Telegram WebK](https://web.telegram.org/k/) that minimizes messages containing words from the [ad-word list](https://github.com/VChet/telegram-ad-filter/blob/master/blacklist.json).
## Preview
![Preview](./meta/preview.gif)
## Installation
1. Install [Violentmonkey](https://violentmonkey.github.io/get-it/)
1. Install the script- [from GitHub](https://github.com/VChet/telegram-ad-filter/raw/master/tg-ad-filter.user.js)
- [from OpenUserJS](https://openuserjs.org/scripts/VChet/Telegram_Ad_Filter)
- [from Greasy Fork](https://greasyfork.org/en/scripts/379355)## Contribute
If you have any ideas, bug reports, or feature requests, feel free to [contribute](https://github.com/VChet/telegram-ad-filter/pulls) or report [issues](https://github.com/VChet/telegram-ad-filter/issues).
## Development
1. [Fork](https://github.com/VChet/telegram-ad-filter/fork) and download this repository.
1. Make your changes in `tg-ad-filter.user.js`.
1. Commit your changes.
1. Make a pull request.