-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Marcus edited this page Oct 9, 2023
·
8 revisions
Welcome to the show-geforce-on-steam wiki!
contentScript.js
gets injected into the page whenever users enter Steam search, wishlist....pages.
setup()
Initially called function
We want to inject GeForce Now tag into the web page. Each page has different selectors, HTML, CSS to work with. Therefore, there are separate functions for each page(SearchPage, HomePage, GamePage, WishListPage). Based on which page the user currently is, one of those functions gets called.
We fetch games on a regular basis and update the data.js
file. We have automated this process using github actions.