Greasy Fork is available in English.

2048

just search 2048 on cmg and play it

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         2048
// @namespace    https://github.com/PatheticMustan/HackingGames
// @version      1.2
// @description  just search 2048 on cmg and play it
// @author       PatheticMustan
// @match        https://www.coolmathgames.com/0-2048
// @icon         https://gabrielecirulli.github.io/2048/meta/og_image.png
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
})();
javascript:localStorage.setItem("gameState",`{"grid":{"size":4,"cells":[[{"position":{"x":0,"y":0},"value":2048},{"position":{"x":0,"y":1},"value":2048},{"position":{"x":0,"y":2},"value":2048},{"position":{"x":0,"y":3},"value":2048}],[{"position":{"x":1,"y":0},"value":2048},{"position":{"x":1,"y":1},"value":2048},{"position":{"x":1,"y":2},"value":2048},{"position":{"x":1,"y":3},"value":2048}],[{"position":{"x":2,"y":0},"value":2048},{"position":{"x":2,"y":1},"value":2048},{"position":{"x":2,"y":2},"value":2048},{"position":{"x":2,"y":3},"value":2048}],[{"position":{"x":3,"y":0},"value":2048},{"position":{"x":3,"y":1},"value":2048},{"position":{"x":3,"y":2},"value":2048},{"position":{"x":3,"y":3},"value":2048}]]},"score":696969,"over":false,"won":true,"keepPlaying":true}`)