From e8006d65d88e791fb0eec183dc939ab28dd96c57 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sat, 12 Oct 2024 22:49:42 +0200 Subject: [PATCH] Reduced the google block to third party --- deno.lock | 3 ++- ublockorigin | 26 +++++++++++++------------- userscript build.ts | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/deno.lock b/deno.lock index 151cf77..6cd727b 100644 --- a/deno.lock +++ b/deno.lock @@ -4,7 +4,8 @@ "https://deno.land/x/denoflate@1.2.1/mod.ts": "f5628e44b80b3d80ed525afa2ba0f12408e3849db817d47a883b801f9ce69dd6", "https://deno.land/x/denoflate@1.2.1/pkg/denoflate.js": "b9f9ad9457d3f12f28b1fb35c555f57443427f74decb403113d67364e4f2caf4", "https://deno.land/x/denoflate@1.2.1/pkg/denoflate_bg.wasm.js": "d581956245407a2115a3d7e8d85a9641c032940a8e810acbd59ca86afd34d44d", - "https://deno.land/x/esbuild@v0.20.2/mod.js": "67c608ee283233f5d0faa322b887356857c547a8e6a00981f798b2cd38e02436" + "https://deno.land/x/esbuild@v0.20.2/mod.js": "67c608ee283233f5d0faa322b887356857c547a8e6a00981f798b2cd38e02436", + "https://deno.land/x/esbuild@v0.23.0/mod.js": "46f2e569b50e4d1f1b379b2f9785a9b9437d52911b849df8797d9ca40ce3e1c9" }, "workspace": { "packageJson": { diff --git a/ublockorigin b/ublockorigin index fef85e3..447e5b9 100644 --- a/ublockorigin +++ b/ublockorigin @@ -1,6 +1,6 @@ ! Homepage: https://gitea.sebastian-tobie.de/sebastian/cookiedb ! Title: Meine Blockliste -! Version: 7 +! Version: 8 ! Kosmetische Regeln aniwave.to##+js(nowoif) @@ -36,18 +36,18 @@ reddit.com##^responseheader(set-cookie) youtube-nocookie.com##^responseheader(set-cookie) ! Domainblocks !! google -||youtube-nocookie.com^$all -||youtube.com^$all -||google-analytics.com^$all -||google.de^$all -||googleadservices.com^$all -||googleoptimize.com^$all -||googlesyndication.com^$all -||googletagmanager.com^$all -||googletagservices.com^$all -||googlevideo.com^$all -||googleapis.com^$all -||gstatic.com^$all +||youtube-nocookie.com^$third-party +||youtube.com^$third-party +||google-analytics.com^$third-party +||google.de^$third-party +||googleadservices.com^$third-party +||googleoptimize.com^$third-party +||googlesyndication.com^$third-party +||googletagmanager.com^$third-party +||googletagservices.com^$third-party +||googlevideo.com^$third-party +||googleapis.com^$third-party +||gstatic.com^$third-party ||google.com^$third-party youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false) youtube.com##+js(set, Object.prototype.adBlocksFound, 0) diff --git a/userscript build.ts b/userscript build.ts index 76360e9..de52c77 100644 --- a/userscript build.ts +++ b/userscript build.ts @@ -1,4 +1,4 @@ -import * as esbuild from "https://deno.land/x/esbuild@v0.20.2/mod.js"; +import * as esbuild from "https://deno.land/x/esbuild@v0.23.0/mod.js"; class userjs { name: string;