diff --git a/bookmarklet.js b/bookmarklet.js index 9093187..372bcee 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -1,6 +1,6 @@ javascript:(function () { var s = document.createElement('script'); s.setAttribute("type", "text/javascript"); - s.setAttribute("src", "https://rawgit.com/Sjord/tablefilter/master/tablefilter.js"); + s.setAttribute("src", "https://cdn.jsdelivr.net/gh/Sjord/tablefilter/tablefilter.js"); document.body.appendChild(s); })();