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!
Posts by Martin Kleppe
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)