Found 1421 bookmarks
Custom sorting
// version 2.2 // Updated jQuery to stable head // removed padding changes on hover, too messy // avoid Tweet This, ADN and Facebook Share links // version 2.1 // // Fixed jQuery injection // version 2.0 // // no repeated urls // handle relative links and local hashes better // better handling of title attributes // add origin link at top of output // don't force selection on click, allow copying individual parts // add a close button // truncate long titles at 50 chars // Do a better job of incrementing/decrementing padding (function () { function callback() { (function ($) { var jQuery = $; $("#loadingp").fadeOut("fast", function () { $(this).remove(); }); var selectLinks = function () { var doc = document, text = doc.getElementById("linkoutput"), range, selection; if (doc.body.createTextRange) { range = doc.body.createTextRange(); range.moveToElementText(text); range.select(); } else if (window.getSelection) { selection = window.getSelection(); range = doc.createRange(); range.se...
// version 2.2 // Updated jQuery to stable head // removed padding changes on hover, too messy // avoid Tweet This, ADN and Facebook Share links // version 2.1 // // Fixed jQuery injection // version 2.0 // // no repeated urls // handle relative links and local hashes better // better handling of title attributes // add origin link at top of output // don't force selection on click, allow copying individual parts // add a close button // truncate long titles at 50 chars // Do a better job of incrementing/decrementing padding (function () { function callback() { (function ($) { var jQuery = $; $("#loadingp").fadeOut("fast", function () { $(this).remove(); }); var selectLinks = function () { var doc = document, text = doc.getElementById("linkoutput"), range, selection; if (doc.body.createTextRange) { range = doc.body.createTextRange(); range.moveToElementText(text); range.select(); } else if (window.getSelection) { selection = window.getSelection(); range = doc.createRange(); range.se...
// version 2.2 // Updated jQuery to stable head // removed padding changes on hover, too messy // avoid Tweet This, ADN and Facebook Share links // version 2.1 // // Fixed jQuery injection // version 2.0 // // no repeated urls // handle relative links and local hashes better // better handling of title attributes // add origin link at top of output // don't force selection on click, allow copying individual parts // add a close button // truncate long titles at 50 chars // Do a better job of incrementing/decrementing padding (function () { function callback() { (function ($) { var jQuery = $; $("#loadingp").fadeOut("fast", function () { $(this).remove(); }); var selectLinks = function () { var doc = document, text = doc.getElementById("linkoutput"), range, selection; if (doc.body.createTextRange) { range = doc.body.createTextRange(); range.moveToElementText(text); range.select(); } else if (window.getSelection) { selection = window.getSelection(); range = doc.createRange(); range.se...