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

Hamburger Menu not working #224

Closed
tadhgj opened this issue Mar 1, 2022 · 2 comments
Closed

Hamburger Menu not working #224

tadhgj opened this issue Mar 1, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@tadhgj
Copy link

tadhgj commented Mar 1, 2022

I found out that F12 is bound to "screenshot". Delightful.

Anyways, I cannot open this nice hamburger menu I saw in the extension photos.

This is the error posted in the console:

Uncaught TypeError: Cannot read properties of null (reading 'style')
    at isLocation (enhanced.js:4176:65)
    at enhanced.js:3251:9

Said line number:
return document.querySelector('.X1asv.ahEBEd.LJni0').style.opacity != '0'

I believe Stadia has changed some css class tags. I thought this problem was because I installed this on Microsoft Edge, but it's the same on Chrome.

Note: I am running Pi-Hole on this network, which would block ads and trackers, but after allowing a whitelist, I did not see any changes.

@ChristopherKlay
Copy link
Owner

I believe Stadia has changed some css class tags. I thought this problem was because I installed this on Microsoft Edge, but it's the same on Chrome.

That's the case, yes. The classes for the main menu changed and thus the function that checks if the menu is open/in use isn't able to target it anymore.

I'll drop the 1.20.0 update later today, resolving this issue (:

@ChristopherKlay ChristopherKlay added the bug Something isn't working label Mar 2, 2022
@tadhgj
Copy link
Author

tadhgj commented Mar 3, 2022

It's fixed! Thanks.

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