Skip to content

Instantly share code, notes, and snippets.

@tormich
Last active August 17, 2019 09:11
Show Gist options
  • Save tormich/7a05cbfe4497071360e02bfc047a86c6 to your computer and use it in GitHub Desktop.
Save tormich/7a05cbfe4497071360e02bfc047a86c6 to your computer and use it in GitHub Desktop.
Bookmark to share a page on telegram im
javascript:void(txt=prompt("Message text:", document.title), (txt!== null)?window.open("https://telegram.me/share/url?url="+ encodeURIComponent(window.location.href) +"&text="+encodeURIComponent( txt) +"&utm_source=share2", "_blank"):false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment