491 lines
37 KiB
Plaintext
491 lines
37 KiB
Plaintext
|
|
<HTML>
|
|||
|
|
<HEAD>
|
|||
|
|
<META CHARSET="UTF-8">
|
|||
|
|
<TITLE>ꖅ𖤞ꖅ𖥕ꖅ𖤞ꖅ⊞ꖅ𖤞ꖅ𖥕ꖅ𖤞ꖅ◦୦◦◯◦୦◦⠀ ⠀◦୦◦◯◦୦◦ꖅ𖤞ꖅ𖥕ꖅ𖤞ꖅ⊞ꖅ𖤞ꖅ𖥕ꖅ𖤞ꖅ</TITLE>
|
|||
|
|
<STYLE>
|
|||
|
|
*{--I:9PX}
|
|||
|
|
</STYLE>
|
|||
|
|
<SCRIPT>
|
|||
|
|
window.ꕤ=(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,6))
|
|||
|
|
window.𖧷=()=>performance.now()/1000/ꕤ
|
|||
|
|
T=document.title;setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(3) //.replace(/(\..{}).*/,'$1') \\
|
|||
|
|
.split('')
|
|||
|
|
.map
|
|||
|
|
(
|
|||
|
|
(O,I,H)=>
|
|||
|
|
{if(O==='.') return ' ✺ ';OO=H.slice(0,I).filter(X=>['0','1','2'].includes(X)).length;OOO=OO%3===0
|
|||
|
|
if(O==='2') return OOO?'🟠':'🟧'
|
|||
|
|
if(O==='1') return OOO?'🟢':'🟩'
|
|||
|
|
if(O==='0') return OOO?'🟣':'🟪'
|
|||
|
|
return O}).join('')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,6).join('')+''+[...ᙏ].slice(6).join('');ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);window.TᙏT=[...XMMX].reverse().join``+MOM+XMMX.join``
|
|||
|
|
document.title =window.TᙏT + ' 𖥕 ' + T + ' 𖥕 ' + window.TᙏT;},window.ꕤ*1000)
|
|||
|
|
</SCRIPT>
|
|||
|
|
<SCRIPT>
|
|||
|
|
window.ꕤ=(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,6))
|
|||
|
|
|
|||
|
|
function renderInstance(container)
|
|||
|
|
{
|
|||
|
|
MAX_LINES=parseInt(container.dataset.maxLines) || 40
|
|||
|
|
container.textContent=""
|
|||
|
|
|
|||
|
|
G=performance.now()/1000/parseFloat(eval(container.dataset.g))
|
|||
|
|
|
|||
|
|
columns=[]
|
|||
|
|
maxColHeight=0
|
|||
|
|
|
|||
|
|
for (i=Math.floor(G);i>=0;i--)
|
|||
|
|
{
|
|||
|
|
t=i.toString(3) //.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
bars=[...t].map((O,I,H)=>
|
|||
|
|
{
|
|||
|
|
if (O!=='1') return ' '
|
|||
|
|
OO=H.slice(0,I).filter(X=>X==='0'||X==='1'||X==='2').length
|
|||
|
|
return (OO%3===0) ? '🟢' : '🟩'
|
|||
|
|
}
|
|||
|
|
)
|
|||
|
|
columns.push(bars)
|
|||
|
|
maxColHeight=Math.max(maxColHeight,bars.length)
|
|||
|
|
|
|||
|
|
if (columns.length>MAX_LINES*1) break
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
rows=[]
|
|||
|
|
for (row=0;row<maxColHeight;row++)
|
|||
|
|
{
|
|||
|
|
line=Array(MAX_LINES*2+1).fill(' ')
|
|||
|
|
|
|||
|
|
columns.forEach((col,idx)=>
|
|||
|
|
{
|
|||
|
|
bar=col[col.length-maxColHeight+row]
|
|||
|
|
if (!bar) return
|
|||
|
|
L=MAX_LINES-idx
|
|||
|
|
R=MAX_LINES+idx
|
|||
|
|
if (L>= 0) line[L]=bar
|
|||
|
|
if (R<MAX_LINES*2+1) line[R]=bar
|
|||
|
|
}
|
|||
|
|
)
|
|||
|
|
|
|||
|
|
line[MAX_LINES]=(row%3 === 0) ? '⚪' : '⬜'
|
|||
|
|
//' ' : ' '\\
|
|||
|
|
//'⚪' : '⬜'\\
|
|||
|
|
//'🟢' : '🟩'\\
|
|||
|
|
rows.push(line.join(''))
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
//middleRow=rows[0]
|
|||
|
|
middleRow=rows.reverse()[0]
|
|||
|
|
upward=rows.slice(1)
|
|||
|
|
downward=rows.slice(1).reverse()
|
|||
|
|
;
|
|||
|
|
|
|||
|
|
[...downward,middleRow,...upward].forEach(line=>
|
|||
|
|
{
|
|||
|
|
div=document.createElement("DIV")
|
|||
|
|
div.textContent=line
|
|||
|
|
div.style.cssText=`WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;COLOR:RGBA(0,244,124,1.148125);TEXT-ALIGN:CENTER`
|
|||
|
|
container.appendChild(div)
|
|||
|
|
}
|
|||
|
|
)
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
function animate()
|
|||
|
|
{
|
|||
|
|
document.querySelectorAll("[data-palindrome]").forEach(el=>renderInstance(el))
|
|||
|
|
requestAnimationFrame(animate)
|
|||
|
|
}
|
|||
|
|
animate()
|
|||
|
|
</SCRIPT>
|
|||
|
|
</HEAD>
|
|||
|
|
|
|||
|
|
<BODY STYLE="MARGIN:0;LINE-HEIGHT:1">
|
|||
|
|
<CENTER>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<DIV DATA-PALINDROME DATA-MAX-LINES="364" DATA-G="window.ꕤ/Math.pow(3,0)" STYLE="--I:1PX;FONT-SIZE:VAR(--I);"></DIV>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript)
|
|||
|
|
OOOOOOOOO.style="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:VAR(--I);COLOR:RGBA(0,244,124,1.145)"
|
|||
|
|
setInterval(()=>OOOOOOOOO.textContent=window.TᙏT,window.ꕤ*1000)})()
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<DIV DATA-PALINDROME DATA-MAX-LINES="364" DATA-G="window.ꕤ/Math.pow(3,0)" STYLE="--I:1PX;FONT-SIZE:VAR(--I);"></DIV>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3" width="729" height="729" style="IMAGE-RENDERING:PIXELATED">
|
|||
|
|
<title> 𖥕⊞𖥕 ◦୦◦◯◦୦◦⠀ ⠀◦୦◦◯◦୦◦ 𖥕⊞𖥕 </title>
|
|||
|
|
<style>
|
|||
|
|
*{--O:#FF0B83;SHAPE-RENDERING:OPTIMIZESPEED}
|
|||
|
|
@KEYFRAMES ⊞⊞⊞
|
|||
|
|
{
|
|||
|
|
0% { FILTER : HUE-ROTATE(540DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*11.111111111% { FILTER : HUE-ROTATE(500DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
16.67% { FILTER : HUE-ROTATE(480DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*22.222222222% { FILTER : HUE-ROTATE(460DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
33.33% { FILTER : HUE-ROTATE(420DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*44.444444444% { FILTER : HUE-ROTATE(380DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
50% { FILTER : HUE-ROTATE(360DEG) SATURATE(1) ; OPACITY:1 }
|
|||
|
|
/*55.555555555% { FILTER : HUE-ROTATE(340DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
66.67% { FILTER : HUE-ROTATE(300DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*77.777777777% { FILTER : HUE-ROTATE(260DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
83.33% { FILTER : HUE-ROTATE(240DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*88.888888888% { FILTER : HUE-ROTATE(220DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
100% { FILTER : HUE-ROTATE(180DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
}
|
|||
|
|
@KEYFRAMES ⊞
|
|||
|
|
{
|
|||
|
|
0% { FILTER : HUE-ROTATE(540DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*11.111111111% { FILTER : HUE-ROTATE(500DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
16.67% { FILTER : HUE-ROTATE(480DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*22.222222222% { FILTER : HUE-ROTATE(460DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
33.33% { FILTER : HUE-ROTATE(420DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*44.444444444% { FILTER : HUE-ROTATE(380DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
50% { FILTER : HUE-ROTATE(360DEG) SATURATE(0) ; OPACITY:1 }
|
|||
|
|
/*55.555555555% { FILTER : HUE-ROTATE(340DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
66.67% { FILTER : HUE-ROTATE(300DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*77.777777777% { FILTER : HUE-ROTATE(260DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
83.33% { FILTER : HUE-ROTATE(240DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
/*88.888888888% { FILTER : HUE-ROTATE(220DEG) SATURATE(0) ; OPACITY:0 }*/
|
|||
|
|
100% { FILTER : HUE-ROTATE(180DEG) SATURATE(0) ; OPACITY:0 }
|
|||
|
|
}
|
|||
|
|
.IIIIIII{ANIMATION:!⊞⊞⊞! CALC(84.406022589954030768899117092091000289089388918088900852079S/3/3/3/3/3/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(9);/*OPACITY:1;FILTER:SATURATE(1)*/}
|
|||
|
|
.IIIIII{ANIMATION:⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S/3/3/3/3/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(27);/*OPACITY:1;FILTER:SATURATE(0)*/}
|
|||
|
|
.IIIII{ANIMATION:⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S/3/3/3/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(81);/*OPACITY:1;FILTER:SATURATE(0)*/}
|
|||
|
|
.IIII{ANIMATION:⊞⊞⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S/3/3/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(243);/*OPACITY:1;FILTER:SATURATE(1)*/}
|
|||
|
|
.III{ANIMATION:⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S/3/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(729);/*OPACITY:1;FILTER:SATURATE(0)*/}
|
|||
|
|
.II{ANIMATION:⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S/3*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(2187);OPACITY:1;FILTER:SATURATE(0)}
|
|||
|
|
.I{ANIMATION:⊞⊞⊞ CALC(84.406022589954030768899117092091000289089388918088900852079S*3) LINEAR INFINITE;ANIMATION-TIMING-FUNCTION:STEPS(6561);OPACITY:1;FILTER:SATURATE(1)}
|
|||
|
|
</style>
|
|||
|
|
<DEFS>
|
|||
|
|
<pattern id="IIIIII" patternUnits="userSpaceOnUse" width=".01234567901234567901234567901234" height=".01234567901234567901234567901234">
|
|||
|
|
<rect x=".00205761316872427983539094650206" y=".00205761316872427983539094650206" width=".00411522633744855967078189300411" height=".00411522633744855967078189300411" stroke="VAR(--O)" stroke-width=".0013717421124828532235939643347"/>
|
|||
|
|
<rect x=".00617283950617283950617283950617" y=".00205761316872427983539094650206" width=".00411522633744855967078189300411" height=".00411522633744855967078189300411" stroke="VAR(--O)" stroke-width=".0013717421124828532235939643347"/>
|
|||
|
|
<rect x=".00617283950617283950617283950617" y=".00617283950617283950617283950617" width=".00411522633744855967078189300411" height=".00411522633744855967078189300411" stroke="VAR(--O)" stroke-width=".0013717421124828532235939643347"/>
|
|||
|
|
<rect x=".00205761316872427983539094650206" y=".00617283950617283950617283950617" width=".00411522633744855967078189300411" height=".00411522633744855967078189300411" stroke="VAR(--O)" stroke-width=".0013717421124828532235939643347"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
<pattern id="IIIII" patternUnits="userSpaceOnUse" width=".03703703703703703703703703703703" height=".03703703703703703703703703703703">
|
|||
|
|
<rect x=".00617283950617283950617283950617" y=".00617283950617283950617283950617" width=".01234567901234567901234567901234" height=".01234567901234567901234567901234" stroke="VAR(--O)" stroke-width=".00411522633744855967078189300411"/>
|
|||
|
|
<rect x=".01851851851851851851851851851852" y=".00617283950617283950617283950617" width=".01234567901234567901234567901234" height=".01234567901234567901234567901234" stroke="VAR(--O)" stroke-width=".00411522633744855967078189300411"/>
|
|||
|
|
<rect x=".01851851851851851851851851851852" y=".01851851851851851851851851851852" width=".01234567901234567901234567901234" height=".01234567901234567901234567901234" stroke="VAR(--O)" stroke-width=".00411522633744855967078189300411"/>
|
|||
|
|
<rect x=".00617283950617283950617283950617" y=".01851851851851851851851851851852" width=".01234567901234567901234567901234" height=".01234567901234567901234567901234" stroke="VAR(--O)" stroke-width=".00411522633744855967078189300411"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
<pattern id="IIII" patternUnits="userSpaceOnUse" width=".11111111111111111111111111111111" height=".11111111111111111111111111111111">
|
|||
|
|
<rect x=".01851851851851851851851851851852" y=".01851851851851851851851851851852" width=".03703703703703703703703703703703" height=".03703703703703703703703703703703" stroke="VAR(--O)" stroke-width=".01234567901234567901234567901234"/>
|
|||
|
|
<rect x=".05555555555555555555555555555555" y=".01851851851851851851851851851852" width=".03703703703703703703703703703703" height=".03703703703703703703703703703703" stroke="VAR(--O)" stroke-width=".01234567901234567901234567901234"/>
|
|||
|
|
<rect x=".05555555555555555555555555555555" y=".05555555555555555555555555555555" width=".03703703703703703703703703703703" height=".03703703703703703703703703703703" stroke="VAR(--O)" stroke-width=".01234567901234567901234567901234"/>
|
|||
|
|
<rect x=".01851851851851851851851851851852" y=".05555555555555555555555555555555" width=".03703703703703703703703703703703" height=".03703703703703703703703703703703" stroke="VAR(--O)" stroke-width=".01234567901234567901234567901234"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
<pattern id="III" patternUnits="userSpaceOnUse" width=".33333333333333333333333333333333" height=".33333333333333333333333333333333">
|
|||
|
|
<rect x=".05555555555555555555555555555555" y=".05555555555555555555555555555555" width=".11111111111111111111111111111111" height=".11111111111111111111111111111111" stroke="VAR(--O)" stroke-width=".03703703703703703703703703703703"/>
|
|||
|
|
<rect x=".16666666666666666666666666666666" y=".05555555555555555555555555555555" width=".11111111111111111111111111111111" height=".11111111111111111111111111111111" stroke="VAR(--O)" stroke-width=".03703703703703703703703703703703"/>
|
|||
|
|
<rect x=".16666666666666666666666666666666" y=".16666666666666666666666666666666" width=".11111111111111111111111111111111" height=".11111111111111111111111111111111" stroke="VAR(--O)" stroke-width=".03703703703703703703703703703703"/>
|
|||
|
|
<rect x=".05555555555555555555555555555555" y=".16666666666666666666666666666666" width=".11111111111111111111111111111111" height=".11111111111111111111111111111111" stroke="VAR(--O)" stroke-width=".03703703703703703703703703703703"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
<pattern id="II" patternUnits="userSpaceOnUse" width="1" height="1">
|
|||
|
|
<rect x=".16666666666666666666666666666666" y=".16666666666666666666666666666666" width=".33333333333333333333333333333333" height=".33333333333333333333333333333333" stroke="VAR(--O)" stroke-width=".11111111111111111111111111111111"/>
|
|||
|
|
<rect x=".5" y=".16666666666666666666666666666666" width=".33333333333333333333333333333333" height=".33333333333333333333333333333333" stroke="VAR(--O)" stroke-width=".11111111111111111111111111111111"/>
|
|||
|
|
<rect x=".5" y=".5" width=".33333333333333333333333333333333" height=".33333333333333333333333333333333" stroke="VAR(--O)" stroke-width=".11111111111111111111111111111111"/>
|
|||
|
|
<rect x=".16666666666666666666666666666666" y=".5" width=".33333333333333333333333333333333" height=".33333333333333333333333333333333" stroke="VAR(--O)" stroke-width=".11111111111111111111111111111111"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
<pattern id="I" patternUnits="userSpaceOnUse" width="3" height="3">
|
|||
|
|
<rect x=".5" y=".5" width="1" height="1" stroke="VAR(--O)" stroke-width=".33333333333333333333333333333333"/>
|
|||
|
|
<rect x="1.5" y=".5" width="1" height="1" stroke="VAR(--O)" stroke-width=".33333333333333333333333333333333"/>
|
|||
|
|
<rect x="1.5" y="1.5" width="1" height="1" stroke="VAR(--O)" stroke-width=".33333333333333333333333333333333"/>
|
|||
|
|
<rect x=".5" y="1.5" width="1" height="1" stroke="VAR(--O)" stroke-width=".33333333333333333333333333333333"/>
|
|||
|
|
</pattern>
|
|||
|
|
|
|||
|
|
</DEFS>
|
|||
|
|
//<SCRIPT>\\
|
|||
|
|
//ᐱ=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);ᐱ.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";\\
|
|||
|
|
//T=document.title;\\
|
|||
|
|
//setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(3)\\
|
|||
|
|
//.replaceAll('2','🞉')\\
|
|||
|
|
//.replaceAll('1','🟢')\\
|
|||
|
|
//.replaceAll('0','🞊')\\
|
|||
|
|
//.replaceAll('.','𖣠')\\
|
|||
|
|
//ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);ᐱ.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;document.title = ᐱ.textContent + ' 𖥕 ' + T + ' 𖥕 ' + ᐱ.textContent},84.406022589954030768899117092091000289089388918088900852079*1000/Math.pow(3,6));\\
|
|||
|
|
//</SCRIPT>\\
|
|||
|
|
//<SCRIPT>\\
|
|||
|
|
//ᐯ=document.currentScript.insertAdjacentElement('AFTEREND',document.createElement('DIV'));ᐯ.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";\\
|
|||
|
|
//T=document.title;\\
|
|||
|
|
//setInterval(()=>{ᙎ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(3)\\
|
|||
|
|
//.replaceAll('2','🞉')\\
|
|||
|
|
//.replaceAll('1','🟢')\\
|
|||
|
|
//.replaceAll('0','🞊')\\
|
|||
|
|
//.replaceAll('.','𖣠')\\
|
|||
|
|
//ᙎᙎ=[...ᙎ];WOW=ᙎᙎ[0]; XWWX=ᙎᙎ.slice(1);ᐯ.textContent=[...XWWX].reverse().join``+WOW+XWWX.join``;document.title = ᐯ.textContent + ' 𖥕 ' + T + ' 𖥕 ' + ᐯ.textContent},84.406022589954030768899117092091000289089388918088900852079*1000/Math.pow(3,6))\\
|
|||
|
|
//</SCRIPT>\\
|
|||
|
|
<rect class="IIIIIII" x="0" y="0" width="3" height="3" fill="URL(#!IIIIIII!)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="IIIIII" x="0" y="0" width="3" height="3" fill="URL(#IIIIII)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="IIIII" x="0" y="0" width="3" height="3" fill="URL(#IIIII)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="IIII" x="0" y="0" width="3" height="3" fill="URL(#IIII)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="III" x="0" y="0" width="3" height="3" fill="URL(#III)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="II" x="0" y="0" width="3" height="3" fill="URL(#II)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
<rect class="I" x="0" y="0" width="3" height="3" fill="URL(#I)" style="MIX-BLEND-MODE:DIFFERENCE"/>
|
|||
|
|
|
|||
|
|
<a target="_BLANK" href="HTTP://ARCHIVE.PH/ⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄⓄ.CARRD.CⓄ"><rect x="0" y="0" width="3" height="3" fill="#FFFFFFFF" style="MIX-BLEND-MODE:DIFFERENCE"/></a>
|
|||
|
|
|
|||
|
|
</svg>
|
|||
|
|
<BR>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<DIV DATA-PALINDROME DATA-MAX-LINES="364" DATA-G="window.ꕤ/Math.pow(3,0)" STYLE="--I:1PX;FONT-SIZE:VAR(--I);"></DIV>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript)
|
|||
|
|
OOOOOOOOO.style="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:VAR(--I);COLOR:RGBA(0,244,124,1.145)"
|
|||
|
|
setInterval(()=>OOOOOOOOO.textContent=window.TᙏT,window.ꕤ*1000)})()
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<DIV DATA-PALINDROME DATA-MAX-LINES="364" DATA-G="window.ꕤ/Math.pow(3,0)" STYLE="--I:1PX;FONT-SIZE:VAR(--I);"></DIV>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/(84.406022589954030768899117092091000289089388918088900852079/Math.pow(3,0))).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏ=[...ᙏ].slice(0,4).join('')+''+[...ᙏ].slice(4).join('')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
<SCRIPT>
|
|||
|
|
(()=>{T=document.title;const OOOOOOOOO=document.currentScript.parentNode.insertBefore(document.createElement('DIV'),document.currentScript);
|
|||
|
|
OOOOOOOOO.style.cssText="WHITE-SPACE:NOWRAP;LINE-HEIGHT:1;FONT-SIZE:9PX;COLOR:RGBA(0,244,124,1)";
|
|||
|
|
setInterval(()=>{ᙏ=(performance.now()/1000/Math.pow(3,0)).toString(10)//.replace(/(\..{}).*/,'$1')\\
|
|||
|
|
.replaceAll('9','𐧾').replaceAll('8','❋').replaceAll('7','፨').replaceAll('6','⠿').replaceAll('5','⸭').replaceAll('4','⁘').replaceAll('3','⋮').replaceAll('2','꞉').replaceAll('1','·').replaceAll('0','᮰').replaceAll('.',' ✺ ')
|
|||
|
|
ᙏᙏ=[...ᙏ];MOM=ᙏᙏ[0];XMMX=ᙏᙏ.slice(1);OOOOOOOOO.textContent=[...XMMX].reverse().join``+MOM+XMMX.join``;},window.ꕤ*1000)})()
|
|||
|
|
//document.title = OOOOOOOOO.textContent + ' 𖥕 ' + T + ' 𖥕 ' + OOOOOOOOO.textContent\\
|
|||
|
|
</SCRIPT>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
</CENTER>
|
|||
|
|
</BODY>
|
|||
|
|
</HTML>
|