[object Object]

← back to Bubbesblock

Keep AdSense out of private notification pages

5a6874aa38c4ce0747a668b2a20aaf149f9bf34c · 2026-09-10 00:59:24 -0700 · Steve Abrams

Files touched

Diff

commit 5a6874aa38c4ce0747a668b2a20aaf149f9bf34c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 00:59:24 2026 -0700

    Keep AdSense out of private notification pages
---
 public/bookmarks.html     | 1 -
 public/notifications.html | 1 -
 2 files changed, 2 deletions(-)

diff --git a/public/bookmarks.html b/public/bookmarks.html
index 3b68893..e127083 100644
--- a/public/bookmarks.html
+++ b/public/bookmarks.html
@@ -1,6 +1,5 @@
 <!DOCTYPE html>
 <html lang="en"><head>
-    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" />
 <title>BubbesBlock — Bookmarks</title><link rel="stylesheet" href="/styles.css" />
 </head><body>
diff --git a/public/notifications.html b/public/notifications.html
index dea9098..ad7ef70 100644
--- a/public/notifications.html
+++ b/public/notifications.html
@@ -1,6 +1,5 @@
 <!DOCTYPE html>
 <html lang="en"><head>
-    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" />
 <title>BubbesBlock — Notifications</title><link rel="stylesheet" href="/styles.css" />
 </head><body>

← 8c817f2 Keep AdSense out of private inbox  ·  back to Bubbesblock  ·  TK-11341: strip AdSense loader from private /inbox route (se f17e95d →