Size
355 B
Version
1.0.1
Created
Dec 16, 2025
Updated
about 2 months ago
1// ==UserScript==
2// @name Extension for www.crazygames.com
3// @description A new extension
4// @version 1.0.1
5// @match https://*.crazygames.com/*
6// @icon https://imgs.crazygames.com/favicons/touch-icon.png?metadata=none&quality=60&width=32&height=32&fit=crop&format=png
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();