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
This commit is contained in:
j0be 2016-09-26 10:55:43 -04:00 committed by GitHub
parent db55fb6267
commit 7670c44fc3

1
bookmarklet.js Normal file
View file

@ -0,0 +1 @@
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); }})();