From eaadc8e3a94b39f82f4cac730eb1e0d41638ef63 Mon Sep 17 00:00:00 2001 From: gyq180 Date: Thu, 25 Jul 2024 01:57:46 +0800 Subject: [PATCH] Update content.js Add another cdn url for image --- scripts/content.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/content.js b/scripts/content.js index e47dc16..33b1b78 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -213,6 +213,7 @@ function integrate(settings, userdata, decommissioned, cards, bundles, limited, "[href*=\"store.steampowered.com/app/\"]", "[href*=\"s.team/a/\"]", "[style*=\"cdn.akamai.steamstatic.com/steam/apps/\"]", + "[style*=\"media.st.dl.eccdnx.com/steam/apps/\"]", "[style*=\"cdn.edgecast.steamstatic.com/steam/apps/\"]", "[style*=\"steamcdn-a.akamaihd.net/steam/apps/\"]", "[style*=\"steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/\"]", @@ -222,6 +223,7 @@ function integrate(settings, userdata, decommissioned, cards, bundles, limited, "[style*=\"steamcdn-a.opskins.media/steamcommunity/public/images/apps/\"]", "[style*=\"steamdb.info/static/camo/apps/\"]", "img[src*=\"cdn.akamai.steamstatic.com/steam/apps/\"]", + "img[src*=\"media.st.dl.eccdnx.com/steam/apps/\"]", "img[src*=\"cdn.edgecast.steamstatic.com/steam/apps/\"]", "img[src*=\"steamcdn-a.akamaihd.net/steam/apps/\"]", "img[src*=\"steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/\"]",