Skip to content
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

[BUG] Error on Youtube - Using an undefined variable #1015

Open
2 tasks done
Calyx- opened this issue Mar 9, 2024 · 1 comment
Open
2 tasks done

[BUG] Error on Youtube - Using an undefined variable #1015

Calyx- opened this issue Mar 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Calyx-
Copy link

Calyx- commented Mar 9, 2024

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest nightly version

  • I am using the latest nightly version

What browsers are you seeing the problem on?

Firefox

Current Behavior

The extension loads an external JS file (seventv.youtubesite.3.0.17.2p-xtLcl.js) which attempts to add an event listener to the window.navigation object.

According to https://developer.mozilla.org/en-US/docs/Web/API/Window/navigation this property is only implemented on Chromium browsers, and does not exist on Firefox, Opera or Safari.

Expected Behavior

The extension should load on Youtube when using Firefox

Steps To Reproduce

Install the extension on Firefox, load up a Youtube stream.

@Calyx- Calyx- added the bug Something isn't working label Mar 9, 2024
@pimothyxd
Copy link
Contributor

It's unlikely this will be fixed before the rewrite is complete. You can follow the rewrite over at https://github.com/SevenTV/SevenTV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants