Extract product data from Game.co.za including barcode, image, category, price, and description. Export to CSV or Excel format.
Size
520 B
Version
1.0.0
Created
Apr 3, 2026
Updated
13 days ago
1// ==UserScript==
2// @name Game.co.za Price Comparison Tool
3// @description Extract product data from Game.co.za including barcode, image, category, price, and description. Export to CSV or Excel format.
4// @version 1.0.0
5// @match https://*.game.co.za/*
6// @icon https://www.game.co.za/favIcon.png
7// @require https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js
8// @require https://code.jquery.com/jquery-3.7.1.min.js
9// ==/UserScript==
10(function() {
11 'use strict';
12 // Your code here
13})();