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/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": {

Datei anzeigen

@ -1,6 +1,6 @@
! Homepage: https://gitea.sebastian-tobie.de/sebastian/cookiedb
! Title: Meine Blockliste
! Version: 7
! Version: 9
! Kosmetische Regeln
aniwave.to##+js(nowoif)
@ -36,19 +36,20 @@ 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
||google.com^$third-party
||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,~css
||google.com^$third-party,~css
||ggpht.com^$all,~css
youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false)
youtube.com##+js(set, Object.prototype.adBlocksFound, 0)
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
||gak.webtoons.com^$all
||getclicky.com^$all
||ggpht.com^$all
||ggrecon.com^$all
||gizchina.com^$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 {
name: string;