From 911bc64e39fa9d95227d85922bbf2268e14ec80e Mon Sep 17 00:00:00 2001 From: Dreamliner Date: Mon, 18 Sep 2023 21:46:02 +0200 Subject: [PATCH] added mxx --- chrome/skipper.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chrome/skipper.js b/chrome/skipper.js index aba0e416..09d80df9 100644 --- a/chrome/skipper.js +++ b/chrome/skipper.js @@ -295,22 +295,22 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar) { let p = document.createElement("p"); p.style = "margin: 0 0 0 5px;font-size: 14px;"; if (link.package_short_name == "amp") { - img.src = "https://images.justwatch.com/icon/430993/s100/image.png"; + img.src = "https://images.justwatch.com/icon/430993/s100/"; img.alt = "Prime icon"; p.textContent = "Prime (US VPN)"; } else if (link.package_short_name == "nfx") { - img.src = "https://images.justwatch.com/icon/207360008/s100/image.png"; + img.src = "https://images.justwatch.com/icon/207360008/s100/"; img.alt = "Netflix icon"; p.textContent = "Netflix (US)"; } else if (link.package_short_name == "dnp") { - img.src = "https://images.justwatch.com/icon/147638351/s100/disneyplus.jpg"; + img.src = "https://images.justwatch.com/icon/147638351/s100/"; img.alt = "Prime icon"; p.textContent = "Disney (US)"; } else if (link.package_short_name == "hlu") { - img.src = "https://images.justwatch.com/icon/116305230/s100/hulu.jpg"; + img.src = "https://images.justwatch.com/icon/116305230/s100/"; img.alt = "Hulu icon"; p.textContent = "Hulu (US)"; - } else if (link.package_short_name == "hbo") { + } else if (link.package_short_name == "mxx") { img.src = "https://images.justwatch.com/icon/305458112/s100"; img.alt = "HBO icon"; p.textContent = "HBO (US)";