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

media list not working #569

Open
andrew200356 opened this issue Sep 8, 2024 · 4 comments
Open

media list not working #569

andrew200356 opened this issue Sep 8, 2024 · 4 comments

Comments

@andrew200356
Copy link

I notice the media list disappeared many times after I played videos on site like bilibili.com or youtube. I wonder why. Currently the media list does not show up at all. I am using edge

@polywock
Copy link
Owner

polywock commented Sep 8, 2024

Hello. Is this Edge flag enabled? If so, does disabling it fix the issue?

Paste this into the Edge search bar.

edge://flags#enable-experimental-web-platform-features

@andrew200356
Copy link
Author

andrew200356 commented Sep 9, 2024

I tried with the flag on (the one you provided) but it is still not working. I installed google and found the media list works on chrome so I guess it is an edge issue.

update:
I test again and found the media list disappeared after I switched to other tabs, which does not happened in the older version (now it does not work in both edge and chrome).

Also, I notice when I play videos in Youtube there is always an 0:00 media show up, like this:
image

@andrew200356 andrew200356 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2024
@andrew200356 andrew200356 reopened this Sep 9, 2024
@polywock
Copy link
Owner

polywock commented Sep 9, 2024

Please do the following and let me know if there's any output or error.

  1. Open Global Speed options page.
  2. Right click on the page and click "Inspect"
  3. Open the console tab.
  4. Paste in the following code and then press enter.
await chrome.storage.session.set({"woot": true});
await chrome.storage.session.get();

@polywock
Copy link
Owner

Does this version of Global Speed fix your issue?

global-speed-chromium.zip

Disable original Global Speed.
Download global-speed-chromium.zip and extract folder.
Open edge://extensions
Enable developer mode on the left side of the page.
Click Load Unpacked and select extracted folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants