`:+shdmNMMMMNmdhs+:` `/smMMNdyo+/::::/+oydNMMmy/` :yMMms/. +/ ./smMMy: +mMNs- +M. .oNMm+ :mMm/ mMh` /mMm/ `yMMo . NMMN- +NMy` `mMm- y+. sMMMN .mMm. `mMm` `yMMd+ `MMMM: : `dMm` yMN. .dMMo/MMMM/ hd` `NMh :MM+ o` :MMMMMMMM/ yMh /MM/ yMN Nd. /MMMMMMMMd/oMMN :d` NMh NMy oMMdyyMMMMMymMMMMMMN- `dMy yMM MMs sMMMMMMMMN`:NMMMMMs-+NMMs oMM NMy //` sMMMMMMMN. .NMMMMMMMMMy` yMM hMN `yMd+ `MMMMMMomm oMMMMMMMMo h+ mMd :MM+ sMMmsdMMMNM: sh. yMMMMMMMM.:dM/ /MM/ hMN. `NMMMMMM/yM: yMdMMmMMMMMMMN `NMd `mMd` yMMMMMm +MM- ://MN.MMMMMMM+ `dMm` .mMm. /MMMMMM+ :+` `/.:MMMMMMy .mMm. `yMN+ sMMMMdyo hMMMMMs +NMh` /mMm/ -hMMMm- `hMMMNy- /mMN/ +mMNo. `/shmms` .hNmho: .omMNo` /hMMms/` `:smMMh/ `/ymMMNhso+/::::/+oshNMMmy/` `:+yhmNMMMMMMNmhyo:`No code this time, sorry!
Saturday, October 25, 2014
MOLOTOV
My friend has no idea what this is. *sighs*
Tuesday, October 7, 2014
Wednesday, October 1, 2014
Javascript Random Text (i.e. ZALGONATION)
What this does
This is a little thing I invented whilst reading about the String.fromCodePoint and the respective identity getter. By generating a random number (thanks to Mozilla.org's developer wiki for the code of generating random integer) between the range of the normal text's points (30 - 126), and repeating that a random number of times.- window.setInterval(function(){
- title = document.getElementsByTagName("title")[0]
- title.innerHTML = ""
- var m = gI(2,20)
- for(i=0;i<m;i++){
- title.innerHTML += String.fromCodePoint(gI(32,126))
- }
- },20)
Final Notes
I'm on the Mozilla Developer wiki! Nothing big, duy, but I might be!Links
Subscribe to:
Posts (Atom)