Skip to content

Commit 47a8365

Browse files
authored
Update AKS - List to JSON.js
1 parent 0b209e4 commit 47a8365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AKS - List to JSON.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://www.allkeyshop.com/blog/list/Revadike/305737/
2+
13
console.log(JSON.stringify([...document.querySelectorAll("tr.game-row")].map(e => ({
24
gameId: e.dataset.gameId,
35
productId: e.querySelector(".metacritic-button").dataset.productId,

0 commit comments

Comments
 (0)