From 49a693e701ba1fe7a29ad669d8de77aecdd790bf Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Sun, 28 Sep 2025 14:15:42 +0000
Subject: [PATCH] Remove ad integrations from video pages to improve user
experience
Removes all AdSenseAd components from VideoPage.tsx, including mid-content and pre-footer ads, and adjusts the rendering of recommended videos.
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/ev0BWRm
---
.replit | 8 ++---
client/src/pages/VideoPage.tsx | 66 +++++++++++++++++-----------------
2 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/.replit b/.replit
index f270cff..dd7d269 100644
--- a/.replit
+++ b/.replit
@@ -15,6 +15,10 @@ run = ["npm", "run", "start"]
localPort = 5000
externalPort = 80
+[[ports]]
+localPort = 33967
+externalPort = 3002
+
[[ports]]
localPort = 34033
externalPort = 3001
@@ -23,10 +27,6 @@ externalPort = 3001
localPort = 35637
externalPort = 3000
-[[ports]]
-localPort = 35815
-externalPort = 3002
-
[env]
PORT = "5000"
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index d9cbd39..ffd6018 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -504,6 +504,18 @@ export default function VideoPage() {
{/* Fixed Header Ad */}