Hi,
I have been using a modified form of the bookmarklet to wrap the description in blockquotes for over a year now. The code is as follows:
javascript:document.location.href='pukka:url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&extended='+encodeURIComponent(window.getSelection())+'';
For some weird reason (Chrome update?), the bookmarklet stopped working. When I use the default one, it works. Any idea what's going on and how to fix it?