1
0
Fork 0

Reduced the google block to third party

Dieser Commit ist enthalten in:
Sebastian Tobie 2024-10-12 22:49:42 +02:00
Ursprung 8b5d3e7369
Commit 76f419f592
3 geänderte Dateien mit 18 neuen und 17 gelöschten Zeilen

Datei anzeigen

@ -4,7 +4,8 @@
"https://deno.land/x/denoflate@1.2.1/mod.ts": "f5628e44b80b3d80ed525afa2ba0f12408e3849db817d47a883b801f9ce69dd6", "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.js": "b9f9ad9457d3f12f28b1fb35c555f57443427f74decb403113d67364e4f2caf4",
"https://deno.land/x/denoflate@1.2.1/pkg/denoflate_bg.wasm.js": "d581956245407a2115a3d7e8d85a9641c032940a8e810acbd59ca86afd34d44d", "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": { "workspace": {
"packageJson": { "packageJson": {

Datei anzeigen

@ -1,6 +1,6 @@
! Homepage: https://gitea.sebastian-tobie.de/sebastian/cookiedb ! Homepage: https://gitea.sebastian-tobie.de/sebastian/cookiedb
! Title: Meine Blockliste ! Title: Meine Blockliste
! Version: 7 ! Version: 9
! Kosmetische Regeln ! Kosmetische Regeln
aniwave.to##+js(nowoif) aniwave.to##+js(nowoif)
@ -36,19 +36,20 @@ reddit.com##^responseheader(set-cookie)
youtube-nocookie.com##^responseheader(set-cookie) youtube-nocookie.com##^responseheader(set-cookie)
! Domainblocks ! Domainblocks
!! google !! google
||youtube-nocookie.com^$all ||youtube-nocookie.com^$third-party
||youtube.com^$all ||youtube.com^$third-party
||google-analytics.com^$all ||google-analytics.com^$third-party
||google.de^$all ||google.de^$third-party
||googleadservices.com^$all ||googleadservices.com^$third-party
||googleoptimize.com^$all ||googleoptimize.com^$third-party
||googlesyndication.com^$all ||googlesyndication.com^$third-party
||googletagmanager.com^$all ||googletagmanager.com^$third-party
||googletagservices.com^$all ||googletagservices.com^$third-party
||googlevideo.com^$all ||googlevideo.com^$third-party
||googleapis.com^$all ||googleapis.com^$third-party
||gstatic.com^$all ||gstatic.com^$third-party,~css
||google.com^$third-party ||google.com^$third-party,~css
||ggpht.com^$all,~css
youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false) youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false)
youtube.com##+js(set, Object.prototype.adBlocksFound, 0) youtube.com##+js(set, Object.prototype.adBlocksFound, 0)
youtube.com##+js(set, ytplayer.config.args.raw_player_response.adPlacements, []) youtube.com##+js(set, ytplayer.config.args.raw_player_response.adPlacements, [])
@ -132,7 +133,6 @@ youtube.com##+js(set, Object.prototype.hasAllowedInstreamAd, true)
||fsdn.com^$all ||fsdn.com^$all
||gak.webtoons.com^$all ||gak.webtoons.com^$all
||getclicky.com^$all ||getclicky.com^$all
||ggpht.com^$all
||ggrecon.com^$all ||ggrecon.com^$all
||gizchina.com^$all ||gizchina.com^$all
||glomex.com,glomex.cloud^$all ||glomex.com,glomex.cloud^$all

Datei anzeigen

@ -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 { class userjs {
name: string; name: string;