You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the SingleFile firefox extension to save itty.bitty.site to a file, and then used $ cat ittybitty.html | base64 | sed "1 s|^|data\:text/html;base64,|" to encode that into a data url. Obviously the current url is very verbose but 80% of that is jquery which can probably be replaced. You don't have to respond to this or respect it, but I found it interesting that you can put it in its own url.
The text was updated successfully, but these errors were encountered:
https://gist.github.com/voronoipotato/daf2c79626b71666c5812c2be7152e7c
I used the SingleFile firefox extension to save itty.bitty.site to a file, and then used
$ cat ittybitty.html | base64 | sed "1 s|^|data\:text/html;base64,|"
to encode that into a data url. Obviously the current url is very verbose but 80% of that is jquery which can probably be replaced. You don't have to respond to this or respect it, but I found it interesting that you can put it in its own url.The text was updated successfully, but these errors were encountered: