Please sign in to access this page

screamify

screamify

1 devlog
45m
Created by ali

Lengthens your URLs by screaming them out.

Timeline

Earned sticker

new project! I got the lengthening function working. the formula is basically this (pseudocode):
divider = 20
qty(a) = ((charCode - (charCode % divider)) / divider)
qty(h) = characterCode % divider

Update attachment