Readme: list->table, added "unsupported" section
This commit is contained in:
parent
e2b186b03a
commit
777c932620
1 changed files with 37 additions and 25 deletions
60
README.md
60
README.md
|
@ -1,33 +1,45 @@
|
||||||
# Killergram
|
# Killergram
|
||||||
An Android Xposed module to remove sponsored messages of Telegram.
|
Xposed module for removing sponsored messages in Telegram.
|
||||||
|
|
||||||
Also allows you to copy or save messages when "Restrict saving content" is enabled.
|
Also allows you to copy or save messages when "Restrict saving content" is enabled.
|
||||||
Forwarding messages is still not working due to server limitation.
|
Forwarding messages is still not working due to server limitation.
|
||||||
|
|
||||||
## Supported clients
|
## Supported clients
|
||||||
- **Official** `org.telegram.messenger`
|
These clients were successfully tested with Killergram enabled.
|
||||||
- **Official** `org.telegram.messenger.web`
|
|
||||||
- **Official** `org.telegram.messenger.beta`
|
| Name | Package | Notes |
|
||||||
- **Nekogram** `tw.nekomimi.nekogram`
|
|:--------------:|:--------------------------------|:-------------|
|
||||||
- **Nekogram X** `nekox.messenger`
|
| Official | `org.telegram.messenger` | |
|
||||||
- **Forkgram** `org.forkclient.messenger`
|
| Official | `org.telegram.messenger.web` | |
|
||||||
- **Forkgram** `org.forkclient.messenger.beta`
|
| Official | `org.telegram.messenger.beta` | |
|
||||||
- **exteraGram** `com.exteragram.messenger`
|
| Nekogram X | `nekox.messenger` | |
|
||||||
- **exteraGram** `com.exteragram.messenger.beta`
|
| Forkgram | `org.forkclient.messenger` | |
|
||||||
- **MDGram** `org.telegram.mdgram`
|
| Forkgram | `org.forkclient.messenger.beta` | |
|
||||||
- **MDGram** `org.telegram.mdgramyou`
|
| exteraGram | `com.exteragram.messenger` | |
|
||||||
- **BGram** `org.telegram.BifToGram`
|
| exteraGram | `com.exteragram.messenger.beta` | |
|
||||||
- **OwlGram** `it.owlgram.android`
|
| MDGram | `org.telegram.mdgram` | Only AdBlock |
|
||||||
- **Catogram** `ua.itaysonlab.messenger`
|
| MDGram | `org.telegram.mdgramyou` | Only AdBlock |
|
||||||
- **Catogram X** `org.nift4.catox`
|
| BGram | `org.telegram.BifToGram` | |
|
||||||
- **Nanogram** `com.cool2645.nekolite`
|
| Catogram | `ua.itaysonlab.messenger` | |
|
||||||
- **Ninjagram** `me.ninjagram.messenger`
|
| Catogram X | `org.nift4.catox` | |
|
||||||
- **Ninjagram** `org.ninjagram.messenger`
|
| Nullgram | `top.qwq2333.nullgram` | |
|
||||||
- **Graph (Telegraph)** `ir.ilmili.telegraph`
|
| Nanogram | `com.cool2645.nekolite` | |
|
||||||
- **Plus Messenger** `org.telegram.plus`
|
| Ninjagram | `me.ninjagram.messenger` | |
|
||||||
- **iMe Messenger** `com.iMe.android`
|
| Ninjagram | `org.ninjagram.messenger` | |
|
||||||
- **aka** `org.aka.messenger`
|
| Graph | `ir.ilmili.telegraph` | |
|
||||||
- **TurboTel Pro** `ellipi.messenger`
|
| Plus Messenger | `org.telegram.plus` | |
|
||||||
|
| iMe Messenger | `com.iMe.android` | |
|
||||||
|
| aka | `org.aka.messenger` | |
|
||||||
|
| TurboTel Pro | `ellipi.messenger` | |
|
||||||
|
|
||||||
|
## Unsupported clients
|
||||||
|
These mods have a built-in Xposed protection
|
||||||
|
which is *impossible* to bypass.
|
||||||
|
|
||||||
|
| Name | Package |
|
||||||
|
|:--------:|:-----------------------|
|
||||||
|
| Nekogram | `tw.nekomimi.nekogram` |
|
||||||
|
| OwlGram | `it.owlgram.android` |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under the
|
This project is licensed under the
|
||||||
|
|
Loading…
Add table
Reference in a new issue