← Back

2048

2048 clone I made. Drag the link to your bookmarks bar. Then use it on any website to add it (even this one!)

The link

Source code:

The code for the bookmarklet is here, the full source code is available on my github.

javascript:x=document.createElement('script');x.src='https://bitofbeans.github.io/js2048Game/new/script.js'; x.id = 'script'; void document.getElementsByTagName('head')[0].appendChild(x);

Raw Injection Code
Raw Script Code
Raw Stylesheet