From f36c7c4c90a6c34d7d5da1fd5c4d1f1494914db4 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Fri, 7 Dec 2018 20:23:08 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- bookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); })();