-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Youtube Anti Translate is slowing down Firefox" message and Firefox freezes when viewing a playlist #1
Comments
The reason is the
pair of lines unconditionally in The call to This loop is the reason for the bug. Removing the two lines fixes the bug. |
I will also add a check in |
Testing some more, it seems the
have their use, as the title sometimes doesn't get updated without them, when In that case, we get:
which means So these lines will be put back, and
will be added to |
It is interesting, that on a It is possible to see it after a while when everything has loaded, when I hover a mouse over a video, the only change
which does not start the infinite loop. |
The reason why it doesn't start an infinite loop is the (it goes up by 10 when I move the mouse over a suggested video. If I end up at an even number moving the mouse erratically, the moment I move the mouse again, it goes up by 1 to an odd number. ) |
If I remove the check, it makes a similar infinite loop. Eg:
|
Steps to reproduce:
Install version 1.5.14 from addons.mozilla.org
Go to https://www.youtube.com/playlist?list=PLiNeEis1npnCBYNHB36-hZJ4dDLZ3dIo2
Alternatively, to end up on the same page:
The message is displayed:
Firefox uses a lot of RAM, and eventually freezes.
The text was updated successfully, but these errors were encountered: