Код в мешке
252 subscribers
9.13K photos
1.61K videos
2.11K files
43.1K links
Код в мешке - про кодинг, и не только...
Это личная записная книжка

https://t.me/joinchat/AAAAAEIy6oGlr8oxqTMS5w
Download Telegram
Forwarded from О фишках в Telegram
Помимо изображений, Telegram умеет показывать архивы zip, файлы pdf и музыку в предпросмотре (для музыки также цепляются ID3v2-теги)

#tips
Forwarded from Conflux Updates
🤔How can I replace any url in original message with a custom url? #tips
🤖: Following regex will replace all links.

"<a href.+?</a>"="<a href="https://confluxbot.com/">Display name (or emoji) for new link</a>"

or use url as link name as well to not hide the link inside some text:

"<a href.+?</a>"="<a href="https://confluxbot.com/">https://confluxbot.com/</a>"
Forwarded from Conflux Updates
1. How to change affiliate tags using text manipulation? #tips

- Amazon
url:tag=yourAffiliateTag-21

- Flipkart
url:affid=yourAffiliateId

2. How to change remove any usernames from message?

(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=

3. How to change any username / telegram link to a custom username?

(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=@MyCustomName
Forwarded from Conflux Updates
1. How to change affiliate tags using text manipulation? #tips

- Amazon
url:tag=yourAffiliateTag-21

- Flipkart
url:affid=yourAffiliateId

2. How to change remove any usernames from message?

(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=

3. How to change any username / telegram link to a custom username?

(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=@MyCustomName