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:
parent
db55fb6267
commit
7670c44fc3
1 changed files with 1 additions and 0 deletions
1
bookmarklet.js
Normal file
1
bookmarklet.js
Normal 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); }})();
|
||||
Loading…
Add table
Reference in a new issue