diff --git a/FAQ.md b/FAQ.md index 3cca8a0c..71ae52ca 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ -# Frequent Asked Questions (FAQ) +# Frequently Asked Questions (FAQ) ## Installation @@ -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,13 @@ 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) **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. 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) 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 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 @@