Pro tip for if you have XSS but you can only use upper case:
aem1k.com/transliterat...
transliterate.js by @aemkei.bsky.social works great!
@aemkei.bsky.social
JavaScript Code Golfer AEM1k.com, Tixy.land, JSFuck.com Ubilabs Founder, Google Maps Expert
Pro tip for if you have XSS but you can only use upper case:
aem1k.com/transliterat...
transliterate.js by @aemkei.bsky.social works great!
Write any JavaScript with 6 Characters: []()!+
jsfuck.com
JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.
The most minimalist creative coding environment is alive:
ā¶ tixy.land
Control the size and color of a 16x16 dot matrix with a single JavaScript function. The input is limited to 32 characters ā but no limits to your creativity!
š“š“
š“š“
Good lord. It's a quine clock aem1k.com/qlock/
Created by Martin Kleppe, of JSFuck esoteric.codes/blog/intervi...
Making it valid JavaScript code:
[ć,āµ] = "ćāµ";
ļ¾ ćļ¾ = x => x == ć;
[ć,ć,ć,ć].map((ć) => āµ); // [āµ,āµ,āµ,āµ]
[āµ,āµ,ć,āµ].filter(ļ¾ ćļ¾ ); // [ć]
[āµ,āµ,ć,ć].find(ļ¾ ćļ¾ ); // ć
[āµ,āµ,āµ,ć].findIndex(ļ¾ ćļ¾ ); // 3
[ć,ć,ć,āµ].every(ļ¾ ćļ¾ ); // false
and so forth...
(an idea I stole from @aemkei.bsky.social, a few years ago)