diff --git a/background/style-manager.js b/background/style-manager.js index ca89f325..bdbf3748 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -225,7 +225,6 @@ const styleMan = (() => { URLS.extractUsoArchiveInstallUrl(style.updateUrl) || URLS.extractGreasyForkInstallUrl(style.updateUrl) || URLS.extractUSwInstallUrl(style.updateUrl) - // Vednoc, time to proxy updateUrl's as this code is now broken. ); if (url) style.url = style.installationUrl = url; style.originalDigest = await calcStyleDigest(style);