From 73fc64bb342ae5ff762aaaf990213e81b534ad05 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 28 Sep 2025 14:04:22 +0000 Subject: [PATCH] Remove all advertisements from the website for an ad-free user experience Remove AdSense integrations from HeaderAd, netflix-grid, VideoPage, and home components. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/sMbpUIe --- client/src/components/HeaderAd.tsx | 18 +++--------------- client/src/components/netflix-grid.tsx | 12 ------------ client/src/pages/VideoPage.tsx | 18 ------------------ client/src/pages/home.tsx | 12 ------------ 4 files changed, 3 insertions(+), 57 deletions(-) diff --git a/client/src/components/HeaderAd.tsx b/client/src/components/HeaderAd.tsx index 4284e15..b03cfd5 100644 --- a/client/src/components/HeaderAd.tsx +++ b/client/src/components/HeaderAd.tsx @@ -21,22 +21,10 @@ export default function HeaderAd() { }, []); return ( -
- {/* Mobile: 320x50px */} +
+ {/* Desktop Only: 970x90px Header Ad */} - - {/* Desktop: 970x90px Wide Header Ad */} -
- {/* Mobile inline ads after video 4 and 8 in "Meist Angesehen" category only */} - {category.title.includes("Meist Angesehen") && (index === 3 || index === 7) && ( -
- -
- )} ))}
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 6d10745..fcad506 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -784,15 +784,6 @@ export default function VideoPage() { {/* Recommended videos sidebar */}
- {/* Sidebar Ad - 300x250 Before Recommended Videos */} -
- -

Empfohlene Videos

@@ -848,15 +839,6 @@ export default function VideoPage() { ))}
- {/* Bottom Sidebar Ad - 300x250 After Recommended Videos */} -
- -
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 7d6623d..ffb74fa 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -221,18 +221,6 @@ export default function Home() { - {/* Desktop Bottom Banner Ad - 970x90 before footer */} -
-
- -
-
{/* Footer */}