d0whc3r / Telegram-Media-Downloader

A Tampermonkey script allowing you to download images and videos from Telegram web even if the group restricts downloading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Media Downloader

A Tampermonkey script allowing you to download images, GIFs and videos from Telegram webapp even if the channel disables downloading and restricts saving content.

Installation

Greasy Fork

  1. Install Tampermonkey
  2. Install this script by visiting Greasy Fork: https://greasyfork.org/en/scripts/446342-telegram-media-downloader

Manual Installation

  1. Install Tampermonkey
  2. Open Tampermonkey Dashboard, drag & drop src/tel_download.js into it and clicks the "install" button

How to Use

This script only works on Telegram Webapp.

For channels and chats that allow saving content, this script will have no effect. Please just use the official download button provided by the telegram webapp instead.

For channels and chats that disable downloading and restrict saving content, this script will add the download button back for images, GIFs and videos.

Image Download Button GIF Download Button Video Download Button

The script will silently download files in background, and only after it finishes downloading the entire file the browser will then save the file locally. Therefore, if you are downloading a large video, it's normal that you see nothing happening for a quite a while before the browser starts downloading. To check the downloading progress, refer to the following instructions.

Supported Webapp Versions

There are 2 different versions of telegram webapps:

This script should work on both versions of webapp. If you are using another different version of webapp and find this script does not work, please raise an issue to our GitHub repo.

Check Downloading Progress

If you would like to check the current downloading progress, you can open browser DevTools -> console and check the text output.

Support Author

If you like this script, you can support me via Venmo or buy me a coffee :)

About

A Tampermonkey script allowing you to download images and videos from Telegram web even if the group restricts downloading.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%