unescape comments
|
|
Hi, thanks for this script. A suggestion: a simple change to line 68, namely changing commentsLink.substring(31,commentsLink.length) to unescape(commentsLink.substring(31,commentsLink.length)) leads to much more readable results. (Without the "%20"s.) |