Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.