mefaba/show-geforce-on-steam

Latest PR Problems

mefaba opened this issue · 4 comments

mefaba commented

Extension is not working on wishlist page and game pages. The reason is that following command returns null document.getElementById("appHubAppName");

@arcataroger

@mefaba I fixed the wishlist in #12, but not sure about the game page. I'm not getting that error =/ Can you reliably reproduce it?

mefaba commented

I am looking into it

mefaba commented

The below selector does not return a node with game id. We should select another element on game pages which has game id of the game.
document.getElementById("appHubAppName");

mefaba commented

I fixed this issue with latest commit @arcataroger