UNPKG

nb.sh

Version:

CLI and local web note-taking, bookmarking, and archiving with encryption, search, Git-backed versioning and syncing, tagging, and more in a single portable script.

11 lines (10 loc) 302 B
(function linkImgElements($, window, document) { $(document).ready(function() { $('img').each(function() { $(this).wrap(function() { return '\ <a target="_blank" rel="noopener noreferrer" href="' + $(this).attr('src') + '"></a>'; }) }) }); }(jQuery, window, document));