diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 35cd1f0b..64ad1546 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,7 +12,7 @@ Bugfixes: * Fix backslash escapes breaking parsing for format strings -Special thanks to arlenestrigger, fyhtma, BlindWanda, chr1sx, James Joint, musicianjam888, Velocidensity, Egor Popov, Froktime for their contributions and reports for this release +Special thanks to arlenestrigger, fyhtma, BlindWanda, chr1sx, James Joint, musicianjam888, Velocidensity, Egor Popov, Froktime, siloricity for their contributions and reports for this release --- diff --git a/src/userscript.ts b/src/userscript.ts index 2613b4d3..33a071fc 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -33366,6 +33366,9 @@ var $$IMU_EXPORT$$; (domain === "store.playstation.com" && string_indexof(src, "/image?") >= 0) || // https://blog.us.playstation.com/tachyon/2020/04/49811271288_81f0c02714_k.jpg?resize=1088,612&crop_strategy=smart&zoom=1.5 (domain_nosub === "playstation.com" && /^blog\./.test(domain)) || + // thanks to siloricity on discord: + // https://image.api.playstation.com/vulcan/img/rnd/202010/2319/CByG3NffVx7xnvzUbqu57slz.jpg?w=780&thumb=false + domain === "image.api.playstation.com" || // https://www.snopes.com/tachyon/2021/01/mcdonalds-curved-glass.jpg?resize=1200,630&quality=65 (domain_nowww === "snopes.com" && string_indexof(src, "/tachyon/") >= 0) || // https://images.interactives.dk/cdn-connect/98f5b7864bfb4efba3e65b9d0c983122.jpg?auto=compress&ch=Width%2CDPR&ixjsv=2.2.4&w=750 diff --git a/userscript.user.js b/userscript.user.js index 71313cfa..8f562f04 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -30467,6 +30467,9 @@ var $$IMU_EXPORT$$; (domain === "store.playstation.com" && string_indexof(src, "/image?") >= 0) || // https://blog.us.playstation.com/tachyon/2020/04/49811271288_81f0c02714_k.jpg?resize=1088,612&crop_strategy=smart&zoom=1.5 (domain_nosub === "playstation.com" && /^blog\./.test(domain)) || + // thanks to siloricity on discord: + // https://image.api.playstation.com/vulcan/img/rnd/202010/2319/CByG3NffVx7xnvzUbqu57slz.jpg?w=780&thumb=false + domain === "image.api.playstation.com" || // https://www.snopes.com/tachyon/2021/01/mcdonalds-curved-glass.jpg?resize=1200,630&quality=65 (domain_nowww === "snopes.com" && string_indexof(src, "/tachyon/") >= 0) || // https://images.interactives.dk/cdn-connect/98f5b7864bfb4efba3e65b9d0c983122.jpg?auto=compress&ch=Width%2CDPR&ixjsv=2.2.4&w=750