We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seems to cause added lag on the YouTube site.
Console logs from youtube.com:
[main.js:1532:14](moz-extension://0edcb5d9-321a-471f-8913-edb711bb2142/main.js) TypeError: document.querySelector(...) is null watchPageEveryLoad moz-extension://0edcb5d9-321a-471f-8913-edb711bb2142/main.js:1532 wait moz-extension://0edcb5d9-321a-471f-8913-edb711bb2142/main.js:38 (Async: setInterval handler) waitFor moz-extension://0edcb5d9-321a-471f-8913-edb711bb2142/main.js:33 urlListen moz-extension://0edcb5d9-321a-471f-8913-edb711bb2142/main.js:818
Seems to be from this line in main.js:
if (notNeedNewString == true) { document.querySelector("#bt-desc-upload-date #published-on").style.display = "none";
Browser: Firefox 112.0.2 Layout Select: Disabled
The text was updated successfully, but these errors were encountered:
I think I found the fix. It'll be in update 1.0.2.
Sorry, something went wrong.
Fixed as of 1.0.2.
No branches or pull requests
This seems to cause added lag on the YouTube site.
Console logs from youtube.com:
Seems to be from this line in main.js:
Browser: Firefox 112.0.2
Layout Select: Disabled
The text was updated successfully, but these errors were encountered: