Displays a text area with game titles and keys so you can copy them out easily.
< Valutazione su Fanatical Keys Backup
Script needs update, because website styles have changed.In function getGames, you need to change selector in line 25. from ".order-item" to ".new-order-item".25> let is = bundle.querySelectorAll(".new-order-item");
getGames
".order-item"
".new-order-item"
25> let is = bundle.querySelectorAll(".new-order-item");
Accedi per pubblicare una risposta.
Script needs update, because website styles have changed.
In function
getGames
, you need to change selector in line 25. from".order-item"
to".new-order-item"
.25> let is = bundle.querySelectorAll(".new-order-item");