From b0fe54efc87d9d510f9c0bc9f180e2cd8392a656 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20G=C3=B3mez?=
<88756568+zGato@users.noreply.github.com>
Date: Tue, 8 Aug 2023 10:46:02 +0200
Subject: [PATCH 1/7] =?UTF-8?q?=E2=9C=A8=20Fix=20typo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8c915ad9..20adeae6 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ TTV LOL PRO removes _most_ livestream ads from Twitch. This is free, don't expec
- removes banner ads,
- removes ads on VODs.
-**Frequent Asked Questions (FAQ):**
+**Frequently Asked Questions (FAQ):**
- [Click here](FAQ.md)
From db18f56c604b76cb9aef6ecd1b7a9708d6eecbf0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20G=C3=B3mez?=
<88756568+zGato@users.noreply.github.com>
Date: Tue, 8 Aug 2023 10:46:21 +0200
Subject: [PATCH 2/7] =?UTF-8?q?=E2=9C=A8=20Fix=20typo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ.md b/FAQ.md
index 3cca8a0c..b3500de7 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,4 +1,4 @@
-# Frequent Asked Questions (FAQ)
+# Frequently Asked Questions (FAQ)
## Installation
From 8a06175ad194a279c1272e8ec51b0d0085e9067b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20G=C3=B3mez?=
<88756568+zGato@users.noreply.github.com>
Date: Tue, 8 Aug 2023 10:48:13 +0200
Subject: [PATCH 3/7] =?UTF-8?q?=F0=9F=94=97=20Update=20proxies=20donations?=
=?UTF-8?q?=20link?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/popup/menu.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/popup/menu.html b/src/popup/menu.html
index 2f91da03..b4b2cf38 100644
--- a/src/popup/menu.html
+++ b/src/popup/menu.html
@@ -144,7 +144,7 @@
Donate (Extension)
From 38aaca12ad7dc6592e0307b3666a693de2ac3c11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20G=C3=B3mez?=
<88756568+zGato@users.noreply.github.com>
Date: Tue, 8 Aug 2023 10:59:16 +0200
Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=93=B0=20Added=20some=20QNAs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FAQ.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/FAQ.md b/FAQ.md
index b3500de7..aa5b4ddf 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -70,12 +70,20 @@ A) Firefox's Extension has some techniques to optimize your requests to the prox
Proxying all requests will overload more the default proxy servers, thus we only recommend this as last resort.
+#### Q) My non-proxied count keeps going up, is this normal?
+
+A) On Firefox, by default, you have the option "Proxy ad requests" selected. If that's the case, this is completely normal and you shouldn't worry about anything. Your ads will be blocked only when Twitch's server triggers it to you. This reduces significantly the load on the servers and bandwidth consumption.
+
### Chrome
#### Q) I do still get ads after installing it, what should I do)
A) This is easily fixed by enabling `laissez-passer`. Please read the disclaimer on the extension's Options Page
+#### Q) My non-proxied count keeps going up, is this normal?
+
+A) On Chrome, all your weavers (Proxied) requests should be being proxied for the blocker to be working correctly. If you're using the public proxies, refer to [here](#q-i-have-constant-buffering-streams-appear-as-offline-). If you're self-hosting, make sure your connections to your server are being successful.
+
### All platforms
#### Q) I have constant buffering, streams appear as offline, ...
@@ -95,3 +103,12 @@ Support the proxies costs: https://github.com/sponsors/zGato
Please take a look at Marc's Sponsors page for the perks: https://github.com/sponsors/zGato. You can make the donation to either Younes or Marc, the perks will be the same.
Thank you for your support.
+
+## Others
+
+#### Q) I can't login back to Twitch with the extension enabled
+
+A) TL:DR. Disable the extension to login, after doing so you can enable it back and you'll not be prompted to login for a long time again.
+This has been answered before [here](https://github.com/younesaassila/ttv-lol-pro/issues/198). If you're using your own self-hosted proxy you shouldn't have this issue, but if you're using the public proxies or you have multiple self-hosted proxies and you have them behind a round robin loadbalancer you may experience this issue.
+
+To fix it, make sure all your requests are being proxied through the same server, and not proxied through different ones at the same time. You can use IP hash algorithms for this for example.
From 2e5ccd6890da41260a66a71238c18944da6775d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20G=C3=B3mez?=
<88756568+zGato@users.noreply.github.com>
Date: Tue, 8 Aug 2023 11:03:33 +0200
Subject: [PATCH 5/7] =?UTF-8?q?=E2=9C=A8=20Fix?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FAQ.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/FAQ.md b/FAQ.md
index aa5b4ddf..01b275ed 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -108,7 +108,8 @@ Thank you for your support.
#### Q) I can't login back to Twitch with the extension enabled
-A) TL:DR. Disable the extension to login, after doing so you can enable it back and you'll not be prompted to login for a long time again.
+A) **TLDR:** Disable the extension to login, after doing so you can enable it back and you'll not be prompted to login for a long time again.
+
This has been answered before [here](https://github.com/younesaassila/ttv-lol-pro/issues/198). If you're using your own self-hosted proxy you shouldn't have this issue, but if you're using the public proxies or you have multiple self-hosted proxies and you have them behind a round robin loadbalancer you may experience this issue.
To fix it, make sure all your requests are being proxied through the same server, and not proxied through different ones at the same time. You can use IP hash algorithms for this for example.
From e83467cb5228dcf51b3a88002c8f863961234a21 Mon Sep 17 00:00:00 2001
From: younesaassila <47226184+younesaassila@users.noreply.github.com>
Date: Tue, 8 Aug 2023 11:58:01 +0200
Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20linter=20warning?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FAQ.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/FAQ.md b/FAQ.md
index 01b275ed..71ae52ca 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -72,7 +72,7 @@ Proxying all requests will overload more the default proxy servers, thus we only
#### Q) My non-proxied count keeps going up, is this normal?
-A) On Firefox, by default, you have the option "Proxy ad requests" selected. If that's the case, this is completely normal and you shouldn't worry about anything. Your ads will be blocked only when Twitch's server triggers it to you. This reduces significantly the load on the servers and bandwidth consumption.
+A) On Firefox, by default, you have the option "Proxy ad requests" selected. If that's the case, this is completely normal and you shouldn't worry about anything. Your ads will be blocked only when Twitch's server triggers it to you. This reduces significantly the load on the servers and bandwidth consumption.
### Chrome
@@ -110,6 +110,6 @@ Thank you for your support.
A) **TLDR:** Disable the extension to login, after doing so you can enable it back and you'll not be prompted to login for a long time again.
-This has been answered before [here](https://github.com/younesaassila/ttv-lol-pro/issues/198). If you're using your own self-hosted proxy you shouldn't have this issue, but if you're using the public proxies or you have multiple self-hosted proxies and you have them behind a round robin loadbalancer you may experience this issue.
+This has been answered before [here](https://github.com/younesaassila/ttv-lol-pro/issues/198). If you're using your own self-hosted proxy you shouldn't have this issue, but if you're using the public proxies or you have multiple self-hosted proxies and you have them behind a round robin loadbalancer you may experience this issue.
To fix it, make sure all your requests are being proxied through the same server, and not proxied through different ones at the same time. You can use IP hash algorithms for this for example.
From 04325fb4b472a59f57388264d27a99bee6a757be Mon Sep 17 00:00:00 2001
From: younesaassila <47226184+younesaassila@users.noreply.github.com>
Date: Tue, 8 Aug 2023 12:02:49 +0200
Subject: [PATCH 7/7] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20numbe?=
=?UTF-8?q?r=20to=202.1.6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package-lock.json | 4 ++--
package.json | 2 +-
src/manifest.chromium.json | 2 +-
src/manifest.firefox.json | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3b83342c..40a42594 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ttv-lol-pro",
- "version": "2.1.5",
+ "version": "2.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ttv-lol-pro",
- "version": "2.1.5",
+ "version": "2.1.6",
"license": "GPL-3.0",
"dependencies": {
"bowser": "^2.11.0",
diff --git a/package.json b/package.json
index 20b26445..9f8380b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ttv-lol-pro",
- "version": "2.1.5",
+ "version": "2.1.6",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
"@parcel/bundler-default": {
"minBundles": 10000000,
diff --git a/src/manifest.chromium.json b/src/manifest.chromium.json
index 8006039c..365e8aa5 100644
--- a/src/manifest.chromium.json
+++ b/src/manifest.chromium.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
- "version": "2.1.5",
+ "version": "2.1.6",
"background": {
"service_worker": "background/background.ts",
"type": "module"
diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json
index 0fbaf03c..556b21a5 100644
--- a/src/manifest.firefox.json
+++ b/src/manifest.firefox.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
- "version": "2.1.5",
+ "version": "2.1.6",
"background": {
"scripts": ["background/background.ts"],
"persistent": false