just search 2048 on cmg and play it
// ==UserScript==
// @name 2048
// @namespace https://github.com/PatheticMustan/HackingGames
// @version 1.4
// @description just search 2048 on cmg and play it
// @author PatheticMustan
// @match https://2048game.com/*
// @icon https://gabrielecirulli.github.io/2048/meta/og_image.png
// @license MIT
// ==/UserScript==
(function() {
'use strict';
})();
javascript:localStorage.setItem("gameState",`{
"grid":{
"size":4,
"cells":[
[
{"position":{"x":0,"y":0},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":0,"y":1},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":0,"y":2},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":0,"y":3},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
],
[
{"position":{"x":1,"y":0},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":1,"y":1},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":1,"y":2},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":1,"y":3},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
],
[
{"position":{"x":2,"y":0},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":2,"y":1},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":2,"y":2},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":2,"y":3},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
],
[
{"position":{"x":3,"y":0},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":3,"y":1},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":3,"y":2},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999},
{"position":{"x":3,"y":3},"value":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
]
]
},
"score":9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999,
"over":false,
"won":true,
"keepPlaying":true
}`);