7 ms·
The author doesn't appear to have documented the bookmarklet itself. If they are here or another person, can you suggest what it might look like to have a book
by cgb_ 4y ago
The author doesn't appear to have documented the bookmarklet itself. If they are here or another person, can you suggest what it might look like to have a bookmarklet collect the url, page title, meta description and image, and then set window.location.href ?
- forgotmypw17 4y agoI use such a bookmarklets to paste things into my own pastebin-like site. It logs the selected text, page title, and url. Clips are then grouped by url and domain. My profile has the link
- akpa1 4y agoHere you go! https://gist.github.com/codemicro/f7d4d4b687c3ec2e7186ef7efecfcc35 https://gist.github.com/codemicro/f7d4d4b687c3ec2e7186ef7efe... It didn't even cross my mind that people might be interested in seeing that. - author