/ Published in: JavaScript
add jquery with a bookmarklet http://jmill.net/jQueryBookmarklet, and run this script in console
Expand |
Embed | Plain Text
var res = []; $("cite").each(function(i, v){ var v1 = $(v).html(); res.push(v1.substring(0, v1.indexOf("/"))); }); copy(res);
You need to login to post a comment.
