Wait- I don't have much to say actually…
Just know that I tend to get very upset when I see misaligned pixels
⁂ ⁂ ⁂
Open here
|
Avatar: Faye from Finding Paradise
⁂ ⁂ ⁂
Wait- I don't have much to say actually…
Just know that I tend to get very upset when I see misaligned pixels
⁂ ⁂ ⁂
Open here
|
Avatar: Faye from Finding Paradise
⁂ ⁂ ⁂{
// `$0` is Google Chrome's variable referent to the currently inspected DOM element.
// Replace it with any DOM reference you want, if you need to.
let s = new XMLSerializer().serializeToString($0); // convert DOM element to string
let data = window.btoa(s); // string to base64
A high-school project I made in 2021. This is not something I would want to keep updated.
PHP
> **[Check out the pen here!](https://codepen.io/gabixel/pen/Ggreeoa)**