diff --git a/src/manifest.json b/src/manifest.json
index d641413..462f0b8 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,10 +1,8 @@
{
"name": "Watch on Odysee",
- "version": "1.7.2",
+ "version": "1.7.3",
"permissions": [
"https://www.youtube.com/",
- "https://invidio.us/channel/*",
- "https://invidio.us/watch?v=*",
"https://api.lbry.com/*",
"https://lbry.tv/*",
"tabs",
diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx
index 9874700..782c010 100644
--- a/src/popup/popup.tsx
+++ b/src/popup/popup.tsx
@@ -20,9 +20,6 @@ function WatchOnLbryPopup() {
setSetting('enabled', enabled.toLowerCase() === 'yes')} />
-
- setSetting('redirect', redirect)} />
diff --git a/src/tools/YTtoLBRY.css b/src/tools/YTtoLBRY.css
index 470d1f5..994ffec 100644
--- a/src/tools/YTtoLBRY.css
+++ b/src/tools/YTtoLBRY.css
@@ -1,8 +1,8 @@
body {
--color-text: whitesmoke;
- --color-backround: rgb(28, 31, 34);
- --color-card: #2a2e32;
- --color-primary: rgb(43, 187, 144);
+ --color-backround: rgb(20, 14, 27);
+ --color-card: #231830;
+ --color-primary: rgb(239, 25, 112);
background-color: var(--color-backround);
color: var(--color-text);