This blog post was brought to you by the generosity of AJATT's patrons!

If you would like to support the continuing production of AJATT content, please consider making a monthly donation through Patreon.

Right there ↑ . Go on. Click on it. Patrons get goodies like early access to content (days, weeks, months and even YEARS before everyone else), mutlimedia stuff and other goodies!


Updated and Fixed Surusu Add Card Bookmarklet

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:

  1. (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;

  2 comments for “Updated and Fixed Surusu Add Card Bookmarklet

  1. June 30, 2012 at 14:13

    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 🙂

  2. July 1, 2012 at 03:02

    Is my suspicion that the “Close” button in the middle is calculated for us? ^^ That simplifies things.

Leave a Reply

Your email address will not be published. Required fields are marked *