From 65fa0074176b3eb4d61c1c1efb2717fc6bdacc8d Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:42:54 +0200 Subject: [PATCH] patch stylesheet url to new non-reddit host --- powerdeletesuite.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/powerdeletesuite.js b/powerdeletesuite.js index 47e4d53..e5761eb 100644 --- a/powerdeletesuite.js +++ b/powerdeletesuite.js @@ -139,9 +139,8 @@ var pd = { pd.setup.applyCentral(); }, applyStyles: function () { - // BUG: replace url $.ajax({ - url: "/r/PowerDeleteSuite/about/stylesheet/.json", + url: "https://raw.githubusercontent.com/mykola2312/PowerDeleteSuite/master/stylesheet.json", context: $("#pd__style"), }).then( function (data) {