Skip to content

Instantly share code, notes, and snippets.

div {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
/* Chrome Safari */
&::-webkit-scrollbar {
width: 0;
height: 0;
}
}
@ilyoff
ilyoff / get_telegram_channel_id
Created November 7, 2018 23:12
make channel public, if it is private, take it's public name and use in the url. Make request, in response you'll get the id.
curl 'https://api.telegram.org/bot<bot-token>/sendMessage?chat_id=@<channel_name>&text=123'
@ilyoff
ilyoff / error console.log.js
Last active May 10, 2018 16:18
Error console.log
console.error('(╯°□°)╯︵ ┻━┻');