blob: 0edeb2ddbc3561d466369027f77c8bc85ead5e9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<html>
<head>
<style>
HTML, .class_1 {
margin-block-start: 65%;
text-decoration: line-through blink overline underline;
}
.class_1 {
all: initial;
word-spacing: -27777ex;
text-align: justify ! important;
scale: 68;
text-rendering: geometricPrecision;
}
</style>
<script>
function start () {
const map = document.createElement('map')
const textarea = document.createElement('textarea')
textarea.setAttribute('class', 'class_1')
textarea.value = '㙐߲٩٠𝅯^=0]٫f󠆮⡛󠇬%۰꣭ሯc椕㐞9Nᷙ𛊍𝼑\\w٫%=⁄٩𪡢҃�'
textarea.selectionStart = 128
document.documentElement.appendChild(map)
map.insertAdjacentElement('afterbegin', textarea)
}
document.addEventListener('DOMContentLoaded', start)
</script>
</head>
</html>
|