Skip to content

Commit

Permalink
🔖 Release version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila authored Aug 8, 2023
2 parents bff9dac + 04325fb commit c0046df
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
20 changes: 19 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frequent Asked Questions (FAQ)
# Frequently Asked Questions (FAQ)

## Installation

Expand Down Expand Up @@ -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, ...
Expand All @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.chromium.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/popup/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3 class="list-item-title">Donate (Extension)</h3>
</li>
<li>
<a
href="https://paypal.me/gatogameryt"
href="https://donate.perfprod.com"
target="_blank"
class="list-item"
>
Expand Down

0 comments on commit c0046df

Please sign in to comment.