brian-girko / always-active

Pretend a webpage is in its active state even if not
https://webextension.org/listing/always-active.html
75 stars 12 forks source link

Doesn't work in google meet website. #11

Closed Shashank-Salian closed 2 years ago

Shashank-Salian commented 3 years ago

This extension doesn't work in meet.google.com website. Google meet displays the request join dialogue only when the visibilityState is not "hidden" and this extension was not able to bypass this website. Please find a fix for this.

ghost commented 2 years ago

Try adding this to your policy:

,
  "meet.google.com": [
    "visibility"
  ]
brian-girko commented 2 years ago

I tried to figure out how Google Meet detects the visibility state but couldn't find anything. If anybody can help, let me know

brian-girko commented 2 years ago

Should be fixed by 0.1.9 release.