Skip to content
Marcus edited this page Oct 9, 2023 · 8 revisions

Welcome to the show-geforce-on-steam wiki!

General Workflow

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.

Game Fetching

We fetch games on a regular basis and update the data.js file. We have automated this process using github actions.

Clone this wiki locally