From 03366c60561917cc8237e0eaf89d913ddf8aaf73 Mon Sep 17 00:00:00 2001 From: TPD94 <39639333+TPD94@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:54:18 -0400 Subject: [PATCH] Add Youtube / Update Amazon, C+, Polsat / Update UI (#59) --- .gitignore | 6 +- manifest.json | 4 +- popup.html | 156 ++++++++++++++++--------- popup.js | 18 ++- popup_drawList.js | 28 ++--- popup_showHistory.js | 10 +- popup_updateNotice.js | 4 +- python/pre.py | 16 +++ python/schemes/Amazon.py | 14 +-- python/schemes/CanalPlus.py | 7 -- python/schemes/CanalPlus2.py | 5 - python/schemes/CanalPlusPL.py | 4 + python/schemes/PolSatBoxGo.py | 4 + python/schemes/Polsat.py | 6 - python/schemes/YouTube.py | 5 + selectRules.conf | 8 +- style.css | 212 +++++++++++++++++++++++----------- 17 files changed, 323 insertions(+), 184 deletions(-) delete mode 100644 python/schemes/CanalPlus.py delete mode 100644 python/schemes/CanalPlus2.py create mode 100644 python/schemes/CanalPlusPL.py create mode 100644 python/schemes/PolSatBoxGo.py delete mode 100644 python/schemes/Polsat.py create mode 100644 python/schemes/YouTube.py diff --git a/.gitignore b/.gitignore index df0c8b7..414ff3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ device.wvd - device_client_id_blob device_private_key - client_id.bin private_key.pem - -remote.json +.idea +remote.json \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9602d20..5eb945b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "Widevine L3 Guessor 2024", + "name": "Widevine L3 Decrypter", "version": "240731.1", "version_name": "a1297aa", "icons": { @@ -28,7 +28,7 @@ } ], "browser_action": { - "default_title": "Widevine Guessor" + "default_title": "Widevine Decrypter" }, "web_accessible_resources": ["inject.js"], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" diff --git a/popup.html b/popup.html index bcd6dff..219e4df 100644 --- a/popup.html +++ b/popup.html @@ -1,85 +1,129 @@ - + + + + - Widevine L3 Guessor 2024 + Widevine L3 Decrypter + + -
-

-
+ + + +
- Widevine content hasn't detected in this page.
- Open widevine-protected website and try again! + Widevine content hasn't detected in this page. +
+ Open Widevine protected website and try again!
-