View telegramScript.user.js
// ==UserScript== | |
// @name Telegram Script | |
// @author thefabledowl@gmail.com | |
// @version 0.3 | |
// @description Greasemonkey script to extract users/history | |
// @author You | |
// @downloadUrl https://gist.github.com/fabledowl/4d6f84b211a2918fb9ee9556550df5b0/raw/telegramScript.user.js | |
// @updateUrl https://gist.github.com/fabledowl/4d6f84b211a2918fb9ee9556550df5b0/raw/telegramScript.user.js | |
// @include https://web.telegram.org/* | |
// @grant none |
View getUsers.user.js
// ==UserScript== | |
// @name Telegram - Get Users | |
// @author thefabledowl@gmail.com | |
// @desription Greasemonkey script to extract users from Telegram groups | |
// @namespace https://fabledowlblog.wordpress.com/ | |
// @include https://web.telegram.org/* | |
// @downloadUrl https://gist.github.com/fabledowl/8c8db5858e096866c42dfa114034f0f2/raw/getUsers.user.js | |
// @updateUrl https://gist.github.com/fabledowl/8c8db5858e096866c42dfa114034f0f2/raw/getUsers.user.js | |
// @version 0.4 | |
// @grant none |