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
1 line
245 B
JavaScript
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); }})();
|