diff --git a/bookmarklet.js b/bookmarklet.js
index b5cf461..f58cf0b 100644
--- a/bookmarklet.js
+++ b/bookmarklet.js
@@ -1 +1 @@
-javascript:(function () {var str = ''; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); }})();
+javascript:(function () {$.ajax({url: 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js', context: $('#pd__style') }).then(function(data) {var str = ''; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); } }, function() {alert('Error retreiving PowerDeleteSuite from github'); }); })();