PowerDeleteSuite/bookmarklet.js
j0be 7670c44fc3 Initial bookmarklet
This version will now append the script straight from github so that I can release updates without having to force everyone to get newer versions of the script manually
2016-09-26 10:55:43 -04:00

1 line
245 B
JavaScript

javascript:(function () {var str = '<script id="pd-script" src="https://rawgit.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js" />'; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); }})();