This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Telegram Web Sort by reactions | |
| // @name:ru Telegram Web Сортировка по реакциям | |
| // @name:zh Telegram Web 按反应排序 | |
| // @version 0.1.5 | |
| // @description Allows you to find posts with a lot of reactions (likes) in Telegram | |
| // @description:ru Позволяет найти сообщения с наибольшим количеством реакций (лайков) в Телеграм | |
| // @description:zh 允许您在电报中找到有很多反应(喜欢)在 Telegram | |
| // @author sokollondon | |
| // @match https://web.telegram.org/a/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |