From 16669ce612213cfffcc842252be574ea2e83a965 Mon Sep 17 00:00:00 2001 From: meequrox <117393211+meequrox@users.noreply.github.com> Date: Fri, 16 Dec 2022 19:16:52 +0000 Subject: [PATCH] :bug: Fixed loader animation source Closes https://github.com/jerone/UserScripts/issues/155 --- Github_Image_Viewer/Github_Image_Viewer.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Image_Viewer/Github_Image_Viewer.user.js b/Github_Image_Viewer/Github_Image_Viewer.user.js index 8090b2c..f5c2a02 100644 --- a/Github_Image_Viewer/Github_Image_Viewer.user.js +++ b/Github_Image_Viewer/Github_Image_Viewer.user.js @@ -47,7 +47,7 @@ _floaterMeta: null, _imageUrl: null, - _loaderSrc: "https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif", + _loaderSrc: "https://github.githubassets.com/images/spinners/octocat-spinner-32.gif", _imageRegex: /.+(\.jpe?g|\.png|\.gif|\.bmp|\.ico|\.tiff?)$/i, Initialize: function() {