Last active
February 15, 2024 18:07
-
-
Save rbanffy/01f85f6d5ee7531f49e9287f2ae9a15f to your computer and use it in GitHub Desktop.
Bookmarklets
This file contains 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
javascript:window.open("https://twitter.com/intent/tweet?url="+encodeURIComponent(document.location)+"&text="+encodeURIComponent(document.title),%20"_new") | |
javascript:window.open("https://news.ycombinator.com/submitlink?u="+encodeURIComponent(document.location)+"&t="+encodeURIComponent(document.title)) | |
python -c "import random, string; print(''.join(random.sample(string.digits + string.ascii_letters + '$&-_!', 20)))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment