From bc29f06d87958a3f2556c10d30320bfdf6f49685 Mon Sep 17 00:00:00 2001 From: r3nor <67505421+r3nor@users.noreply.github.com> Date: Sat, 30 Apr 2022 11:51:13 +0000 Subject: [PATCH] Don't load googletagmanager --- Updater.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Updater.py b/Updater.py index 94428cf..0b860b0 100755 --- a/Updater.py +++ b/Updater.py @@ -132,6 +132,7 @@ find_and_replace('code/pp/pp.js','"\'$!|"))','"\'$!|"))||true') #Don't load Google Analytics find_and_replace('index.html','//www.google-analytics.com/analytics.js','') +find_and_replace('index.html', '//www.googletagmanager.com', '#') #Allow the import of pictures of URLs (bypassing mirror.php) find_and_replace('code/pp/pp.js','"mirror.php?url="+encodeURIComponent','') @@ -142,4 +143,4 @@ find_and_replace('code/storages/dropboxStorage.html', 'var redirectUri = window. #Remove Facebook Pixel Domains find_and_replace('index.html','https://connect.facebook.net','') -find_and_replace('index.html','https://www.facebook.com','') \ No newline at end of file +find_and_replace('index.html','https://www.facebook.com','')