patch stylesheet url to new non-reddit host

This commit is contained in:
mykola2312 2024-03-09 14:42:54 +02:00
parent 10c0d62203
commit 65fa007417

View file

@ -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) {