What @tomxor said! To try it out, go to https://example.com and run the following setup code first:
c = document.createElement('canvas');
document.body.appendChild(c);
x = c.getContext('2d');
S = Math.sin;
T = Math.tan;
C = Math.cos;
t = 0;
You will then be able to paste the tweet code `eval(unescape(...` into the console and see one frame rendered. :-)