There were some minor issues with the bookmarklet that came up during the recent server upgrade. They’re fixed now. Go here to get yourself the new, updated and fixed version of the bookmarklet 1.
Notes:
- (with the redundant “escape” call removed)
Old:
javascript:var d=document;var tx=(d.selection?d.selection.createRange().text:d.getSelection());var url=encodeURIComponent(d.location.href);var title=encodeURIComponent(d.title);var subw=window.open('http://www.surusu.com/addqaui.php?front='+escape(encodeURIComponent(tx))+'&back='+title+'&source='+url).document;
New:
javascript:var d=document;var tx=(d.selection?d.selection.createRange().text:d.getSelection());var url=encodeURIComponent(d.location.href);var title=encodeURIComponent(d.title);var subw=window.open('http://www.surusu.com/addqaui.php?front='+encodeURIComponent(tx)+'&back='+title+'&source='+url).document;
↩
Woah! Just noticed Surusu’s new rating system. Could we get a bit of a guideline to how to rate our answers under the new system? You know, so we know about how potent each option is 🙂
Is my suspicion that the “Close” button in the middle is calculated for us? ^^ That simplifies things.