[ overboard / sfw / alt / cytube] [ leftypol / b / WRK / hobby / tech / edu / ga / ent / 777 / posad / i / a / R9K / dead ] [ meta ]

/meta/ - Ruthless criticism of all that exists (in leftychan.net)

Discussions, querries, feedback and complaints about the site and its administration.
Name
Email
Subject
Comment
Flag
File
Embed
Password (For file deletion.)

Matrix   IRC Chat   Mumble   Telegram   Discord


 No.979[Last 50 Posts]

Or perhaps posting does, but I can't see the new posts.
>>

 No.980

test
>>

 No.988

Have you tried refreshing? Or checking on another machine like your phone?
>>

 No.990

test >>1
>>

 No.994


>>

 No.997

test
>>

 No.998

test
>>

 No.1000

yes
>>

 No.1001

it does
>>

 No.1009

> a b c d e f g h i

< a b c d e f g h i


a b c d e f g h i
>>

 No.1010

>orange
<text
>>

 No.1016

File: 1609850849739.png ( 589 B , 80x15 , 💛.png )

filename test
>>

 No.1019

test for >>>/leftypol/35097
text found as filename of >>>/leftypol/32563
no idea what it means

" 2003.mp4"
>>

 No.1020

[code]
000054a0 79 70 6f 6c 2f 33 32 35 36 33 3c 2f 61 3e 3c 62 |ypol/32563</a><b|
000054b0 72 2f 3e 6e 6f 20 69 64 65 61 20 77 68 61 74 20 |r/>no idea what |
000054c0 69 74 20 6d 65 61 6e 73 3c 62 72 2f 3e 3c 62 72 |it means<br/><br|
000054d0 2f 3e 22 20 20 20 20 32 30 30 33 2e 6d 70 34 22 |/>" 2003.mp4"|
000054e0 3c 2f 64 69 76 3e 3c 2f 64 69 76 3e 3c 2f 64 69 |</div></div></di|
[/code]
spaces
>>

 No.1021

testing it in the Subject
>>

 No.1022

testing it in the Name
>>

 No.1023

testing it in the Email
>>

 No.1024

the bytes in the filename
[code]
0000fec0 3d 22 70 6f 73 74 66 69 6c 65 6e 61 6d 65 22 20 |="postfilename" |
0000fed0 74 69 74 6c 65 3d 22 d9 81 d9 88 d8 aa 20 d8 a8 |title="…… ..|
0000fee0 d9 8a d9 87 d8 a7 20 d9 82 d8 a7 d8 b3 d9 80 d9 |…… ………|
0000fef0 80 d9 80 d9 80 d9 80 d9 85 20 d8 b3 d9 84 d8 b7 |……… ……|
0000ff00 d9 80 d9 80 d9 80 d9 80 d9 80 d8 a7 d9 86 20 32 |………….. 2|
0000ff10 30 30 33 2e 6d 70 34 22 3e d9 81 d9 88 d8 aa 20 |003.mp4">…… |
0000ff20 d8 a8 d9 8a d9 87 d8 a7 20 d9 82 d8 a7 d8 b3 d9 |…….. …….|
0000ff30 80 d9 80 d9 80 d9 80 d9 80 d9 85 20 d8 b3 d9 84 |……….. ….|
0000ff40 d8 b7 d9 80 d9 80 d9 80 d9 80 e2 80 a6 2e 6d 70 |…………..mp|
0000ff50 34 3c 2f 73 70 61 6e 3e 29 3c 2f 73 70 61 6e 3e |4</span>)</span>|
[/code]
>>

 No.1025

the source bytes seem correct

[code]
>>> s = "d9 81 d9 88 d8 aa 20 d8 a8 d9 8a d9 87 d8 a7 20 d9 82 d8 a7 d8 b3 d9 80 d9 80 d9 80 d9 80 d9 80 d9 85 20 d8 b3 d9 84 d8 b7 d9 80 d9 80 d9 80 d9 80 d9 80 d8 a7 d9 86 20 32 30 30 33 2e 6d 70 34 "
>>> b = bytes (int (t, base = 16) for t in s.split ())
>>> b
b'\xd9\x81\xd9\x88\xd8\xaa \xd8\xa8\xd9\x8a\xd9\x87\xd8\xa7 \xd9\x82\xd8\xa7\xd8\xb3\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x85 \xd8\xb3\xd9\x84\xd8\xb7\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd8\xa7\xd9\x86 2003.mp4'
>>> dec = b.decode ("utf-8")
>>> dec
' 2003.mp4'
>>> enc = dec.encode ("utf-8")
>>> enc
b'\xd9\x81\xd9\x88\xd8\xaa \xd8\xa8\xd9\x8a\xd9\x87\xd8\xa7 \xd9\x82\xd8\xa7\xd8\xb3\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x85 \xd8\xb3\xd9\x84\xd8\xb7\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd9\x80\xd8\xa7\xd9\x86 2003.mp4'
>>> enc == b
True
[/code]
>>

 No.1026

the characters

[code]
U+0641 Lo ARABIC LETTER FEH
U+0648 Lo ARABIC LETTER WAW
U+062A Lo ARABIC LETTER TEH
U+0020 Zs SPACE
U+0628 Lo ARABIC LETTER BEH
U+064A Lo ARABIC LETTER YEH
U+0647 Lo ARABIC LETTER HEH
U+0627 Lo ARABIC LETTER ALEF
U+0020 Zs SPACE
U+0642 Lo ARABIC LETTER QAF
U+0627 Lo ARABIC LETTER ALEF
U+0633 Lo ARABIC LETTER SEEN
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0645 Lo ARABIC LETTER MEEM
U+0020 Zs SPACE
U+0633 Lo ARABIC LETTER SEEN
U+0644 Lo ARABIC LETTER LAM
U+0637 Lo ARABIC LETTER TAH
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0640 Lm ARABIC TATWEEL
U+0627 Lo ARABIC LETTER ALEF
U+0646 Lo ARABIC LETTER NOON
U+0020 Zs SPACE
2 U+0032 Nd DIGIT TWO
0 U+0030 Nd DIGIT ZERO
0 U+0030 Nd DIGIT ZERO
3 U+0033 Nd DIGIT THREE
. U+002E Po FULL STOP
m U+006D Ll LATIN SMALL LETTER M
p U+0070 Ll LATIN SMALL LETTER P
4 U+0034 Nd DIGIT FOUR
[/code]
>>

 No.1027

Is a single letter deleted? U+0646 ARABIC LETTER NOON between ><.

><
>>

 No.1028

if erasure occurs before markup, em should follow
U+0646 ARABIC LETTER NOON in second place

''''
>>

 No.1029

same test with heading

====
>>

 No.1030

the U+0646 is still there during
> foreach ($config['markup'] as $markup) {
>>

 No.1031

can we get empty headings this way?

====
>>

 No.1032

can we get empty headings this way? 2

====
>>

 No.1033

headings3

aa
bb
>>

 No.1034

headings4

====
>>

 No.1035

headings5

cc

the opposite of >>1030 is true
>>

 No.1037

園, 💛 and U+0646 test

=園=園z園z園=園=
=💛=💛z💛z💛=💛=
zz

if the third becomes markup, the U+0646 is erased >>1035 by the time markup is applied
>>

 No.1038

ok, got it
>>

 No.1039

test
>>

 No.1044

File: 1610314030858.txt ( 4.77 KB , ffmpeg.php.txt )

txt upload test
>>

 No.1045

test
>>

 No.1046

rebuild trigger
>>

 No.1062

find >>>/leftypol/43520
>>

 No.1063

find >>>/leftypol/43522
>>

 No.1094

test
>>

 No.1107

testing cites
>>979
>>

 No.1134

>>

 No.2576

File: 1611498289569.png ( 551.93 KB , 512x512 , stupa_big_gate.png )

ICC Profile test for >>>/leftypol/55526
>>

 No.2578

ICC Profile test 3 for >>>/leftypol/55526
>>

 No.2580

File: 1611520875324.png ( 364.75 KB , 1596x1918 , sage-noiccp.png )

ICC Profile test 5 for >>>/leftypol/55526
>>

 No.2597

File: 1611808471975.txt ( 955 B , userjs..txt )

#129 test
>>

 No.2633

test
>>

 No.2634

File: 1611970755077.png ( 85.03 KB , 645x666 , 93bd9c348339ecb65c901592c2….png )

>>

 No.2637

File: 1611970908401.png ( 122.99 KB , 877x911 , feb7948febabc43878daf8c386….png )

Flood test
>>

 No.2638

>>2637
based
>>

 No.3300

test >>>/leftypol/30303
>>

 No.3301

>>

 No.3364

>>

 No.3549

unicode test

เรืองราวการใชประโยชน์จากความรักของคนสองคนทีมีอดีตมาพัวพัน เธอ….ไมเคยอยากจะลืมและเธอ….ทีไมอยากจะจำ บทสรุปเรืองราวของสองคนนีจะเปนเชนไร
>>

 No.3737

test

a &amp;= 0xFF
b = (b &lt;&lt; 8) | c
d &gt;&gt;= 8
>>

 No.3738

test

"asdf"
'asdf'
>>

 No.3813

test
>>

 No.3849

File: 1614986236830.mp4 ( 1.62 MB , 854x480 , glows_test.mp4 )

test
>>

 No.3893

File: 1615404351711.png ( 129 KB , 1920x1080 , error.png )

>>979
hey guys everytime I post I have the pic related error
the post goes through just fine but its a bit annoying
Im on firefox with ublock origin activated
>>

 No.3919

/TEST/
>>

 No.3920

test
test
=test=
>>

 No.3921

//test//
>>

 No.3922

test
test
>>

 No.3992

File: 1616532625018.png ( 85.77 KB , 609x282 , noiccp.png )

>>

 No.4006

test
>>

 No.4007

>>4006
testing the test
>>

 No.4017

>>979
test 5: the re-testening
>>

 No.5014

unicode test

╭──────༺♡༻──────╮

😳🥰😳🥰😳🥰😳🥰😳🥰😳
>>

 No.6776

test
>>

 No.7699

File: 1624541530565.jpg ( 61.05 KB , 140x50 , ac.jpg )

testing jpeg comment stripping
>>

 No.7788

File: 1625396152169.jpg ( 63.38 KB , 200x72 , ac.jpg )

testing jpeg comment stripping after SOF round 2 >>7699 after #184
>>

 No.7789

This >>7788 is stripped but the filesize is pre-strip:
>63.38 KB
>>

 No.7806

File: 1625484800917.jpg ( 3.6 KB , 200x72 , acdcÜ.jpg )

test 3
>>

 No.7807

File: 1625485532801.jpg ( 3.6 KB , 200x72 , ac/dc.jpg )

test 4
>>

 No.7808

test 5
>>

 No.7809

test >>7808 is for #289 versus >>>/leftypol_archive/1499

thanks, no-escape tech
>>

 No.7810

>>7808
kek

Get owned codemonkeys
>>

 No.7811

>>7808
>>7810
Haha that's on me. Nice.
>>

 No.7812

>>7808
I've deleted this until we patch it as it is a significant issue that could be exploited if noticed by an outsider.
I will also be deleting any post on the overboard that replicates the issue.
Sorry for the inconvenience.
>>

 No.7813

>>7812
thanks, all good
>>

 No.7814

>>7812
>deletes my spiffy and deliberately harmless demos after just 15 minutes
Meh, better safe than sorry, I guess.
>>

 No.7815

File: 1625489632685-0.png ( 965.87 KB , 1392x785 , ClipboardImage.png )

File: 1625489632685-1.png ( 409.8 KB , 1564x468 , ClipboardImage.png )

File: 1625489632685-2.jpg ( 9.43 KB , 154x300 , Hammer-and-Sickle-Medal.jpg )

>>7814
I really appreciate that, and I had a giggle, but we have /pol/ users posting right now and in the unlikely case one was smart enough to tell a friend, I suspect they could insert JS, or by externally linking collect IPs and browser fingerprints. I didn't know how long until someone able to perform the patch would be online so I took it seriously.
If it's any consolation, I saved your post as a memo. My insecure change should now be reverted, so please test again if you can.

I've been given two of these by anons, it's only fair I pass one off to you. Thank you, based hornyposter.
>>

 No.7816

>>7815
>I suspect they could insert JS, or by externally linking collect IPs and browser fingerprints
These are both true.

>My insecure change should now be reverted, so please test again if you can.

Here's the test again but without #289 it won't do much.

Thanks for the screenshots.
>>

 No.7867

unicode test
>>

 No.7871

u֑֨ⷶⷭⷢⷭnֵֽ֮ⷿⷼⷣiַׇֽ֛ⷫ҃cֲֳֵ֟ⷩⷺoֲ֑ⷳⷸⷲⷪdֱﬞ֛҄ⷸ҄eֽ֣ׅⷹⷲ֞ ֻ֛ⷬⷣⷨ֫tָׇֺⷨⷧⷰe֠֟֩ⷣ֙ⷭsֵ֓ⷵ֨ⷮⷠtׁ֤ⷩⷷⷴ֠
>>

 No.7878

unicode arabic test

ARABIC


ARABIC_SUPPLEMENT
ݐݑݒݓݔݕݖݗݘݙݚݛݜݝݞݟݠݡݢݣݤݥݦݧݨݩݪݫݬݭݮݯݰݱݲݳݴݵݶݷݸݹݺݻݼݽݾݿ

ARABIC_EXTENDED_A
ࢠࢡࢢࢣࢤࢥࢦࢧࢨࢩࢪࢫࢬࢭࢮࢯࢰࢱࢲࢳࢴࢵࢶࢷࢸࢹࢺࢻࢼࢽࢾࢿࣀࣁࣂࣃࣄࣅࣆࣇࣈࣉ࣏࣐࣑࣒࣓࣊࣋࣌࣍࣎ࣔࣕࣖࣗࣘࣙࣚࣛࣜࣝࣞࣟ࣠࣡࣢ࣰࣱࣲࣣࣦࣩ࣭࣮࣯ࣶࣹࣺࣤࣥࣧࣨ࣪࣫࣬ࣳࣴࣵࣷࣸࣻࣼࣽࣾࣿ

ARABIC_PRESENTATION_FORMS_A
ﭐﭑﭒﭓﭔﭕﭖﭗﭘﭙﭚﭛﭜﭝﭞﭟﭠﭡﭢﭣﭤﭥﭦﭧﭨﭩﭪﭫﭬﭭﭮﭯﭰﭱﭲﭳﭴﭵﭶﭷﭸﭹﭺﭻﭼﭽﭾﭿﮀﮁﮂﮃﮄﮅﮆﮇﮈﮉﮊﮋﮌﮍﮎﮏﮐﮑﮒﮓﮔﮕﮖﮗﮘﮙﮚﮛﮜﮝﮞﮟﮠﮡﮢﮣﮤﮥﮦﮧﮨﮩﮪﮫﮬﮭﮮﮯﮰﮱ﮲﮳﮴﮵﮶﮷﮸﮹﮺﮻﮼﮽﮾﮿﯀﯁﯂﯃﯄﯅﯆﯇﯈﯉﯊﯋﯌﯍﯎﯏﯐﯑﯒ﯓﯔﯕﯖﯗﯘﯙﯚﯛﯜﯝﯞﯟﯠﯡﯢﯣﯤﯥﯦﯧﯨﯩﯪﯫﯬﯭﯮﯯﯰﯱﯲﯳﯴﯵﯶﯷﯸﯹﯺﯻﯼﯽﯾﯿﰀﰁﰂﰃﰄﰅﰆﰇﰈﰉﰊﰋﰌﰍﰎﰏﰐﰑﰒﰓﰔﰕﰖﰗﰘﰙﰚﰛﰜﰝﰞﰟﰠﰡﰢﰣﰤﰥﰦﰧﰨﰩﰪﰫﰬﰭﰮﰯﰰﰱﰲﰳﰴﰵﰶﰷﰸﰹﰺﰻﰼﰽﰾﰿﱀﱁﱂﱃﱄﱅﱆﱇﱈﱉﱊﱋﱌﱍﱎﱏﱐﱑﱒﱓﱔﱕﱖﱗﱘﱙﱚﱛﱜﱝﱞﱟﱠﱡﱢﱣﱤﱥﱦﱧﱨﱩﱪﱫﱬﱭﱮﱯﱰﱱﱲﱳﱴﱵﱶﱷﱸﱹﱺﱻﱼﱽﱾﱿﲀﲁﲂﲃﲄﲅﲆﲇﲈﲉﲊﲋﲌﲍﲎﲏﲐﲑﲒﲓﲔﲕﲖﲗﲘﲙﲚﲛﲜﲝﲞﲟﲠﲡﲢﲣﲤﲥﲦﲧﲨﲩﲪﲫﲬﲭﲮﲯﲰﲱﲲﲳﲴﲵﲶﲷﲸﲹﲺﲻﲼﲽﲾﲿﳀﳁﳂﳃﳄﳅﳆﳇﳈﳉﳊﳋﳌﳍﳎﳏﳐﳑﳒﳓﳔﳕﳖﳗﳘﳙﳚﳛﳜﳝﳞﳟﳠﳡﳢﳣﳤﳥﳦﳧﳨﳩﳪﳫﳬﳭﳮﳯﳰﳱﳲﳳﳴﳵﳶﳷﳸﳹﳺﳻﳼﳽﳾﳿﴀﴁﴂﴃﴄﴅﴆﴇﴈﴉﴊﴋﴌﴍﴎﴏﴐﴑﴒﴓﴔﴕﴖﴗﴘﴙﴚﴛﴜﴝﴞﴟﴠﴡﴢﴣﴤﴥﴦﴧﴨﴩﴪﴫﴬﴭﴮﴯﴰﴱﴲﴳﴴﴵﴶﴷﴸﴹﴺﴻﴼﴽ﴾﴿﵀﵁﵂﵃﵄﵅﵆﵇﵈﵉﵊﵋﵌﵍﵎﵏ﵐﵑﵒﵓﵔﵕﵖﵗﵘﵙﵚﵛﵜﵝﵞﵟﵠﵡﵢﵣﵤﵥﵦﵧﵨﵩﵪﵫﵬﵭﵮﵯﵰﵱﵲﵳﵴﵵﵶﵷﵸﵹﵺﵻﵼﵽﵾﵿﶀﶁﶂﶃﶄﶅﶆﶇﶈﶉﶊﶋﶌﶍﶎﶏ﶐﶑ﶒﶓﶔﶕﶖﶗﶘﶙﶚﶛﶜﶝﶞﶟﶠﶡﶢﶣﶤﶥﶦﶧﶨﶩﶪﶫﶬﶭﶮﶯﶰﶱﶲﶳﶴﶵﶶﶷﶸﶹﶺﶻﶼﶽﶾﶿﷀﷁﷂﷃﷄﷅﷆﷇ﷈﷉﷊﷋﷌﷍﷎﷏﷐﷑﷒﷓﷔﷕﷖﷗﷘﷙﷚﷛﷜﷝﷞﷟﷠﷡﷢﷣﷤﷥﷦﷧﷨﷩﷪﷫﷬﷭﷮﷯ﷰﷱﷲﷳﷴﷵﷶﷷﷸﷹﷺﷻ﷼﷽﷾﷿

ARABIC_PRESENTATION_FORMS_B
ﹰﹱﹲﹳﹴ﹵ﹶﹷﹸﹹﹺﹻﹼﹽﹾﹿﺀﺁﺂﺃﺄﺅﺆﺇﺈﺉﺊﺋﺌﺍﺎﺏﺐﺑﺒﺓﺔﺕﺖﺗﺘﺙﺚﺛﺜﺝﺞﺟﺠﺡﺢﺣﺤﺥﺦﺧﺨﺩﺪﺫﺬﺭﺮﺯﺰﺱﺲﺳﺴﺵﺶﺷﺸﺹﺺﺻﺼﺽﺾﺿﻀﻁﻂﻃﻄﻅﻆﻇﻈﻉﻊﻋﻌﻍﻎﻏﻐﻑﻒﻓﻔﻕﻖﻗﻘﻙﻚﻛﻜﻝﻞﻟﻠﻡﻢﻣﻤﻥﻦﻧﻨﻩﻪﻫﻬﻭﻮﻯﻰﻱﻲﻳﻴﻵﻶﻷﻸﻹﻺﻻﻼ﻽﻾

ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS
𞸀𞸁𞸂𞸃𞸄𞸅𞸆𞸇𞸈𞸉𞸊𞸋𞸌𞸍𞸎𞸏𞸐𞸑𞸒𞸓𞸔𞸕𞸖𞸗𞸘𞸙𞸚𞸛𞸜𞸝𞸞𞸟𞸠𞸡𞸢𞸣𞸤𞸥𞸦𞸧𞸨𞸩𞸪𞸫𞸬𞸭𞸮𞸯𞸰𞸱𞸲𞸳𞸴𞸵𞸶𞸷𞸸𞸹𞸺𞸻𞸼𞸽𞸾𞸿𞹀𞹁𞹂𞹃𞹄𞹅𞹆𞹇𞹈𞹉𞹊𞹋𞹌𞹍𞹎𞹏𞹐𞹑𞹒𞹓𞹔𞹕𞹖𞹗𞹘𞹙𞹚𞹛𞹜𞹝𞹞𞹟𞹠𞹡𞹢𞹣𞹤𞹥𞹦𞹧𞹨𞹩𞹪𞹫𞹬𞹭𞹮𞹯𞹰𞹱𞹲𞹳𞹴𞹵𞹶𞹷𞹸𞹹𞹺𞹻𞹼𞹽𞹾𞹿𞺀𞺁𞺂𞺃𞺄𞺅𞺆𞺇𞺈𞺉𞺊𞺋𞺌𞺍𞺎𞺏𞺐𞺑𞺒𞺓𞺔𞺕𞺖𞺗𞺘𞺙𞺚𞺛𞺜𞺝𞺞𞺟𞺠𞺡𞺢𞺣𞺤𞺥𞺦𞺧𞺨𞺩𞺪𞺫𞺬𞺭𞺮𞺯𞺰𞺱𞺲𞺳𞺴𞺵𞺶𞺷𞺸𞺹𞺺𞺻𞺼𞺽𞺾𞺿𞻀𞻁𞻂𞻃𞻄𞻅𞻆𞻇𞻈𞻉𞻊𞻋𞻌𞻍𞻎𞻏𞻐𞻑𞻒𞻓𞻔𞻕𞻖𞻗𞻘𞻙𞻚𞻛𞻜𞻝𞻞𞻟𞻠𞻡𞻢𞻣𞻤𞻥𞻦𞻧𞻨𞻩𞻪𞻫𞻬𞻭𞻮𞻯𞻰𞻱𞻲𞻳𞻴𞻵𞻶𞻷𞻸𞻹𞻺𞻻𞻼𞻽𞻾𞻿
>>

 No.7891

u𝅨𝆪n𝅥𝆇i𝅼𝅼c𝆀𝆪o𝅰𝅿d𝅽𝆈e𝅯𝆆 𝅿𝆭m𝅾𝆫u𝆈𝆈s𝅾𝅿i𝅩𝆆c𝅦𝆫a𝅾𝆭l𝅩𝅥 𝅨𝅥s𝅧𝅥y𝆁𝆪m𝅦𝆪b𝅦𝆋o𝅼𝆅l𝅻𝆇s𝅧𝅯 𝅾𝆬t𝅱𝆫e𝆊𝆊s𝅰𝆭t𝅧𝆅 𝆭𝆈b𝆊𝆪e𝅥𝆆c𝅻𝆪a𝅽𝆇u𝅲𝆂s𝆀𝆆e𝅨𝅻 𝆂𝆆m𝅰𝅭u𝅧𝅮s𝅱𝅾i𝆀𝆇c𝅦𝆆
>>

 No.7892

unicode face test

☹☺☻⚀⚁⚂⚃⚄⚅⾯〠龜𝨇𝨈𝨉🌚🌛🌜🌝🌞🌬🐭🐮🐯🐰🐱🐲🐴🐵🐶🐷🐸🐹🐺🐻🐼💆🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚🕛🕜🕝🕞🕟🕠🕡🕢🕣🕤🕥🕦🕧😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏😐😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟😠😡😢😣😤😥😦😧😨😩😪😫😬😭😮😯😰😱😲😳😴😵😶😷😸😹😺😻😼😽😾😿🙀🙁🙂🙃🙄🙅🙆🙎🤐🤑🤒🤓🤔🤕🤖🤗🤠🤡🤢🤤🤥🤦🤧🦁🦄🦊
>>

 No.7893

transhumanist
transhumanist
transhumanist
troon
tr00n
transexual
transhumanists
traanies
>>

 No.7895

unicode thai test for the stripped combiners

กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛
>>

 No.7904

🇺 🇳 🇮 🇨 🇴 🇩 🇪 🇹 🇪 🇸 🇹
>>

 No.7964

Testing Arabic to make sure the sample working in my dev setup is broken here:
>>

 No.7965

>>7964
Great, Hotwheel's fix work!
Trying Thai:
ก ข ฃ ค ฅ ฆ ง จ ฉ ช ซ ฌ ญ ฎ ฏ ฐ ฑ ฒ ณ ด ต ถ ท ธ น บ ป ผ ฝ พ ฟ ภ ม ย ร ฤ ล ฦ ว ศ ษ ส ห ฬ อ ฮ ฯ ะ ั า ำ ิ ี ึ ื ุ ู ฺ ฿ เ แ โ ใ ไ ๅ ๆ ์ ํ ๎ ๏ ๐ ๑ ๒ ๓ ๔ ๕ ๖ ๗ ๘ ๙ ๚ ๛
>>

 No.7978

Zḁlgo text
>>

 No.7985

Z̸̪̉â̸̪l̶͔̇ǵ̸͇ò̸̧ ̵͂ͅt̶͍͗ë̸̻́x̸̮͑t̶͍́
กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำ฿เแโใไๅๆ์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛
، ؛ ؟ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ـ ف ق ك ل م ن ه و ى ي ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ ڀ ځ ڂ ڃ ڄ څ چ ڇ ڈ ډ ڊ ڋ ڌ ڍ ڎ ڏ ڐ ڑ ڒ ړ ڔ ڕ ږ ڗ ژ ڙ ښ ڛ ڜ ڝ ڞ ڟ ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ گ ڰ ڱ …
>>

 No.7986

the >>3737 reloaded
a &= 0xFF
b = (b << 8) | c
d >>= 8
>>

 No.7987

>>7986
Looking good! I used the snippet you suggested with double encode = false, so we shouldn't be exposed to a risk of abuse.
The Arabic issue due to combining strippers was resolved by actually targeting the combiner character classes instead of code blocks, but since that would destroy some legitimate non-English text, I made it only allow 3 or more consecutive combiners. AFAIK the combiners were removed to stop Zalgo text interrupting other posts, or maybe for evading filters, rather than security issues. Does this sound sane?
>>

 No.7988

>>7987
*3 or less, of course
>>

 No.7989

the >>7895 reloaded
input: 87

กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำ฿เแโใไๅๆ๏๐๑๒๓๔๕๖๗๘๙๚๛
>>

 No.7990

>>7987
>AFAIK the combiners were removed to stop Zalgo text interrupting other posts, or maybe for evading filters, rather than security issues. Does this sound sane?
I am not aware of any security issue caused by allowing combiners. Furthermore, the site has allowed, from the very beginning, combiners in dozens of other blocks >>7871 >>7891, as well as unstripped filenames >>7867 >>>/leftypol_archive/1517.
>>

 No.7991

>>7989 with spaces
input: 173

ก ข ฃ ค ฅ ฆ ง จ ฉ ช ซ ฌ ญ ฎ ฏ ฐ ฑ ฒ ณ ด ต ถ ท ธ น บ ป ผ ฝ พ ฟ ภ ม ย ร ฤ ล ฦ ว ศ ษ ส ห ฬ อ ฮ ฯ ะ ั า ำ ิ ี ึ ื ุ ู ฺ ฿ เ แ โ ใ ไ ๅ ๆ ็ ่ ้ ๊ ๋ ์ ํ ๎ ๏ ๐ ๑ ๒ ๓ ๔ ๕ ๖ ๗ ๘ ๙ ๚ ๛
>>

 No.7992

the >>7878 reloaded
ARABIC
spaces

؁ ؂ ؃ ؄ ؅ ؆ ؇ ؈ ؉ ؊ ؋ ، ؍ ؎ ؏ ؐ ؑ ؒ ؓ ؔ ؕ ؖ ؗ ؘ ؙ ؚ ؛ ؜ ؞ ؟ ؠ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ػ ؼ ؽ ؾ ؿ ـ ف ق ك ل م ن ه و ى ي ً ٌ ٍ َ ُ ِ ّ ْ ٓ ٔ ٕ ٖ ٗ ٘ ٙ ٚ ٛ ٜ ٝ ٞ ٟ ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٮ ٯ ٰ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ ڀ ځ ڂ ڃ ڄ څ چ ڇ ڈ ډ ڊ ڋ ڌ ڍ ڎ ڏ ڐ ڑ ڒ ړ ڔ ڕ ږ ڗ ژ ڙ ښ ڛ ڜ ڝ ڞ ڟ ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ گ ڰ ڱ ڲ ڳ ڴ ڵ ڶ ڷ ڸ ڹ ں ڻ ڼ ڽ ھ ڿ ۀ ہ ۂ ۃ ۄ ۅ ۆ ۇ ۈ ۉ ۊ ۋ ی ۍ ێ ۏ ې ۑ ے ۓ ۔ ە ۖ ۗ ۘ ۙ ۚ ۛ ۜ ۝ ۞ ۟ ۠ ۡ ۢ ۣ ۤ ۥ ۦ ۧ ۨ ۩ ۪ ۫ ۬ ۭ ۮ ۯ ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۺ ۻ ۼ ۽ ۾ ۿ
>>

 No.7993

testing the 3 limit >>7988

3-groups: M𝅲𝆫𝆉u𝆋𝅼𝆭s𝅮𝅽𝆆i𝅨𝆈𝆫c𝆋𝅼𝆬a𝆀𝆀𝆂l𝅩𝅮𝆭 𝆋𝆉𝆇S𝅯𝅻𝆭y𝅥𝆋𝅽m𝆉𝆇𝆆b𝅥𝅯𝅼o𝅧𝅲𝆭l𝅰𝅮𝆭s𝅧𝆀𝆇

4-groups: M𝅿𝅻𝅭𝆫u𝅩𝅲𝅼𝆆s𝅥𝅰𝅼𝆭ic𝅲𝅱𝅥𝅽a𝅰𝅿𝆆𝆈l𝅧𝅰𝅽𝆆 𝅦𝆁𝆬𝆇S𝅥𝅯𝆀𝆀y𝅦𝅼𝆀𝆅m𝅰𝅾𝆊𝅭bo𝅰𝅲𝆋𝅼ls𝅨𝅮𝅱𝆀
>>

 No.7994

testing Syriac >>7993

3-groups: u݆ܲܵnܼ݅݊i݆݆ܰc݄ܸ݁o݂ܼܴdܼ݄ܵeܾ݈ܲ ݆݄݁t݄ܹ݈eܸܶܵs݆݅݉t݈ܻ݊

4-groups: unicode test
>>

 No.7995

I see >>7993 >>7994 that you don't care about Mc, only Mn and Me. OK.
> return preg_replace('/(\p{Me}|\p{Mn}){'.$limit.',}/u','', $str);
>>

 No.7996

File: 1626003585945-0.jpg ( 2.25 KB , 100x68 , Canon_40D.jpg )

File: 1626003585945-1.png ( 7.77 KB , 100x68 , Canon_40D.png )

This image is 7kb (see file with false .png file extension)
With EXIF data stripped, it drops to 2kb (see .jpg)
>>

 No.7997

File: 1626004068472.jpg ( 1.54 KB , 140x50 , ac.jpg )

the >>7699 reloaded
input: 62.511 bytes
>>

 No.7998

>>7995
This was the recommendation by Hotwheels, I assume they picked it for a reason because \p{M} is the easy option. My guess is that \p{Mc} won't stack…
>>

 No.8000

>>7998
>This was the recommendation by Hotwheels
>My guess is that \p{Mc} won't stack
I'm not sure what that might be based on. Here's a demo with each letter decorated with the 8 Mcs from Musical Symbols, assuming that a font covering that block is available.

M𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭u𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭s𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭i𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭c𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭a𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭l𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭 𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭S𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭y𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭m𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭b𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭o𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭l𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭s𝅥𝅦𝅮𝅯𝅰𝅱𝅲𝅭
>>

 No.8005

manchu doctor
manchu-doctor
manFAGGOToctor
>>

 No.8009

unicode test

⚽ 🇮🇹 🏆 🇮🇹 ⚽
>>

 No.8011

unicode test

│ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐
└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘
┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐
│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘
└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐
┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘
│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐
└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘└──┘ └──┘└─┐└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘└──┘ └──┘└─┐└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘
┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘┌─┐┌─┐┌─┐┌─┐│ ┌──┐┌──┐ ┌┐ ┌──┐┌──┐ │┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐
│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐│ └┘ ││ └┘ │└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘
└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │└─┐┌─┘└─┐┌─┘┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐
┌─┘└────┘└─┐└─┘└─┘│ └──┘└──┘ │└─┘└─┘┌─┘└────┘└─┐│ └──┘└──┘ ││ └──┘└──┘ │┌─┘└────┘└─┐└─┘└─┘│ └──┘
│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │└─┐┌────┐┌─┘└─┐┌────┐┌─┘│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐
└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘
┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐│ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ │┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐
│ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ │└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘│ └──┘└──┘ └──┘└──┘ └──┘
└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌────┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐│ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐
┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐│ └┘ ││ └┘ ││ └┘ ││ └┘ │└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘
│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ ││ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐
└─┘└─┘│ └──┘└──┘ │└─┘└─┘└─┘└─┘│ └──┘└──┘ │└─┘└─┘┌─┘└────┘└─┐┌─┘└────┘└─┐│ └──┘└──┘ │└─┘└─┘│ └──┘
┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ ││ ┌──┐┌──┐ │└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐
│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ ││ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘
└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐
┌─┘└──┘ └──┘└──┘ └──┘└─┐┌─┘└──┘ └──┘└──┘ └──┘└─┐│ └──┘└──┘ └┘ └──┘└──┘ │└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘
│ ┌──┐┌──┐ ┌┐ ┌──┐┌──┐ ││ ┌──┐┌──┐ ┌┐ ┌──┐┌──┐ │└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐
└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘
┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐
│ └──┘└──┘ ││ └──┘└──┘ ││ └──┘└──┘ ││ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘┌─┘└────┘└─┐└─┘└─┘│ └──┘
└─┐┌────┐┌─┘└─┐┌────┐┌─┘└─┐┌────┐┌─┘└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐
┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘
│ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐
└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘
┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐
│ └┘ ││ └┘ ││ └┘ ││ └┘ ││ └┘ ││ └┘ ││ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘
└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐
┌─┘└────┘└─┐┌─┘└────┘└─┐┌─┘└────┘└─┐┌─┘└────┘└─┐└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘
│ ┌──┐┌──┐ ││ ┌──┐┌──┐ ││ ┌──┐┌──┐ ││ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐
└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘
┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐
│ └──┘└──┘ └┘ └──┘└──┘ ││ └──┘└──┘ └┘ └──┘└──┘ │┌─┘└──┘ └──┘└──┘ └──┘└─┐└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘
└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘│ ┌──┐┌──┐ ┌┐ ┌──┐┌──┐ │┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐
┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘
│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ ││ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐
└─┘└─┘│ └──┘└──┘ │└─┘└─┘└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ ││ └──┘└──┘ │┌─┘└────┘└─┐└─┘└─┘│ └──┘
┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐└─┐┌────┐┌─┘└─┐┌────┐┌─┘│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐
│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ ││ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘
└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘│ ┌┐ ││ ┌┐ ││ ┌┐ ││ ┌┐ │┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐
┌─┘└──┘ └──┘└──┘ └──┘└────┘└──┘ └──┘└──┘ └──┘└─┐└─┘└─┘└─┘└─┘└─┘└─┘└─┘└─┘│ └──┘└──┘ └──┘└──┘ └──┘
│ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐┌──┐ │┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐│ ┌──┐┌──┐ ┌──┐┌──┐ ┌──┐
└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘│ └┘ ││ └┘ ││ └┘ ││ └┘ │└─┘┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘
┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐┌─┘┌─┐└─┐┌─┘└─┐┌─┘└─┐┌─┘└─┐┌─┘┌─┐└─┐┌─┘┌─┐│ ┌┐ │┌─┐└─┐
│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │└─┘└─┘│ └──┘└──┘ │┌─┘└────┘└─┐┌─┘└────┘└─┐│ └──┘└──┘ │└─┘└─┘│ └──┘
└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐└─┐┌────┐┌─┘│ ┌──┐┌──┐ ││ ┌──┐┌──┐ │└─┐┌────┐┌─┘┌─┐┌─┐│ ┌──┐
┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │┌─┘└─┐┌─┘└─┐└─┘┌─┘└─┐└─┘└─┘┌─┘└─┐└─┘┌─┘└─┐┌─┘└─┐│ └┘ │└─┘┌─┘
│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘│ ┌┐ ││ ┌┐ │┌─┐└─┐┌─┘┌─┐┌─┐└─┐┌─┘┌─┐│ ┌┐ ││ ┌┐ │└─┐┌─┘┌─┐└─┐
└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘└──┘ └──┘└─┐└─┘└─┘└─┘└─┘│ └──┘└──┘ └┘ └──┘└──┘ │└─┘└─┘└─┘└─┘┌─┘└──┘ └──┘
┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐┌──┐ ┌──┐┌─┘┌─┐┌─┐┌─┐┌─┐└─┐┌──┐ ┌──┐
│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘└─┐└─┘┌─┘└─┐│ └┘ ││ └┘ │┌─┘└─┐└─┘┌─┘
└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐┌─┘┌─┐│ ┌┐ │└─┐┌─┘└─┐┌─┘│ ┌┐ │┌─┐└─┐
┌─┘└────┘└─┐└─┘└─┘│ └──┘└──┘ │└─┘└─┘┌─┘└────┘└─┐└─┘└─┘│ └──┘└──┘ │└─┘└─┘┌─┘└────┘└─┐└─┘└─┘│ └──┘
│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐┌──┐ │┌─┐┌─┐│ ┌──┐
└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘└─┐└─┘│ └┘ │└─┘┌─┘
┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐┌─┘┌─┐└─┐
┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘└──┘ └──┘
>>

 No.8027

unicode test

╔═╗ ╔╗ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ╔
║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝
║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗
╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║
╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║
║ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ╚╝ ╚═╝
║ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ╔╗ ╔═╗
╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║
╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║
║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝
║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗
╚═╝ ╚╝ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ║
╔═╗ ╔╗ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ╔╗ ╔═╗╔═╗ ║
║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝
║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗
╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║║ ╚═╝╚═╝ ║
╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║║ ╔═╗╔═╗ ║
║ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ╚╝ ╚═╝╚═╝ ╚╝ ╚═╝
>>

 No.8037

unicode test

                                                                                                
  ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲  
  ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱  
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
  ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲  
  ╲╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲╱  
                     ▏     ▏                                         ▏     ▏                    
                     ▏     ▏                                         ▏     ▏                    
  ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲  
  ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱  
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
  ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲  
  ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱  
                                             ▏     ▏                                            
                                             ▏     ▏                                            
  ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲  
  ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱  
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
  ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲  
  ╲╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲╱  
                     ▏     ▏                                         ▏     ▏                    
                     ▏     ▏                                         ▏     ▏                    
  ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲▁▁▁▁╱ ▁▁▁▁ ╲  
  ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱    ╲╱    ╲      ╱    ╲╱  
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
         ▏     ▏                 ▏     ▏                 ▏     ▏                 ▏     ▏        
  ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲    ╱╲▁▁▁▁╱ ▁▁▁▁ ╲▁▁▁▁╱╲  
  ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱    ╲      ╱  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
   ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏     ▏  
  ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲    ╱ ▁▁▁▁ ╲  
  ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱    ╲╱
>>

 No.8042

sage
>>

 No.8048

🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🐔🖤🐔🐔🐔🐔🐔🖤🖤🐔🐔🐔🐔🖤🖤🐔🐔🐔🖤🖤🐔🐔🐔🐔🖤🖤🐔🐔🐔🐔🐔
🐔🖤🖤🖤🐔🖤🐔🐔🖤🖤🐔🖤🖤🖤🐔🖤🖤🖤🐔🖤🖤🖤🖤🖤🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🖤
🐔🖤🖤🖤🐔🖤🐔🖤🐔🖤🐔🖤🖤🖤🐔🖤🖤🖤🐔🖤🖤🖤🖤🖤🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🐔🖤🐔🐔🐔🐔🖤
🐔🖤🖤🖤🐔🖤🐔🖤🖤🐔🐔🖤🖤🖤🐔🖤🖤🖤🐔🖤🖤🖤🖤🖤🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🐔🖤🐔🖤🖤🖤🖤
🖤🐔🐔🐔🖤🖤🐔🖤🖤🖤🐔🖤🐔🐔🐔🐔🐔🖤🖤🐔🐔🐔🐔🖤🖤🐔🐔🐔🖤🖤🐔🐔🐔🐔🖤🖤🐔🐔🐔🐔🐔


🐇🐇🐇🐇🐇🖤🐇🐇🐇🐇🐇🖤🖤🐇🐇🐇🐇🖤🐇🐇🐇🐇🐇
🖤🖤🐇🖤🖤🖤🐇🖤🖤🖤🖤🖤🐇🖤🖤🖤🖤🖤🖤🖤🐇🖤🖤
🖤🖤🐇🖤🖤🖤🐇🐇🐇🐇🖤🖤🖤🐇🐇🐇🖤🖤🖤🖤🐇🖤🖤
🖤🖤🐇🖤🖤🖤🐇🖤🖤🖤🖤🖤🖤🖤🖤🖤🐇🖤🖤🖤🐇🖤🖤
🖤🖤🐇🖤🖤🖤🐇🐇🐇🐇🐇🖤🐇🐇🐇🐇🖤🖤🖤🖤🐇🖤🖤
>>

 No.8049

testing colors

🖤💖💖💖💖🖤🖤💖💖💖🖤🖤💖🖤🖤🖤🖤🖤🖤💖💖💖🖤🖤💖💖💖💖🖤🖤🖤💖💖💖💖
💛🖤🖤🖤🖤🖤💛🖤🖤🖤💛🖤💛🖤🖤🖤🖤🖤💛🖤🖤🖤💛🖤💛🖤🖤🖤💛🖤💛🖤🖤🖤🖤
💚🖤🖤🖤🖤🖤💚🖤🖤🖤💚🖤💚🖤🖤🖤🖤🖤💚🖤🖤🖤💚🖤💚💚💚💚🖤🖤🖤💚💚💚🖤
💙🖤🖤🖤🖤🖤💙🖤🖤🖤💙🖤💙🖤🖤🖤🖤🖤💙🖤🖤🖤💙🖤💙🖤🖤🖤💙🖤🖤🖤🖤🖤💙
🖤💜💜💜💜🖤🖤💜💜💜🖤🖤💜💜💜💜💜🖤🖤💜💜💜🖤🖤💜🖤🖤🖤💜🖤💜💜💜💜🖤
>>

 No.8062

testing uniform width per block

🐝🐝🐝🐝🖤🖤🦁🖤🖤🖤🖤🖤🖤🐙🐙🐙🖤🖤🖤🐮🐮🐮🐮🖤🐨🖤🖤🐨🖤🖤🖤🐑🐑🐑🐑
🐝🖤🖤🖤🐝🖤🦁🖤🖤🖤🖤🖤🐙🖤🖤🖤🐙🖤🐮🖤🖤🖤🖤🖤🐨🖤🐨🖤🖤🖤🐑🖤🖤🖤🖤
🐝🐝🐝🐝🖤🖤🦁🖤🖤🖤🖤🖤🐙🖤🖤🖤🐙🖤🐮🖤🖤🖤🖤🖤🐨🐨🐨🖤🖤🖤🖤🐑🐑🐑🖤
🐝🖤🖤🖤🐝🖤🦁🖤🖤🖤🖤🖤🐙🖤🖤🖤🐙🖤🐮🖤🖤🖤🖤🖤🐨🖤🖤🐨🖤🖤🖤🖤🖤🖤🐑
🐝🐝🐝🐝🖤🖤🦁🦁🦁🦁🦁🖤🖤🐙🐙🐙🖤🖤🖤🐮🐮🐮🐮🖤🐨🖤🖤🖤🐨🖤🐑🐑🐑🐑🖤
>>

 No.8089

testing width of two single-width ░ versus one double-width 🐰

🐰🐰🐰🐰░░░░░░🐰🐰🐰░░░░🐰░░░░░░🐰░░🐰🐰🐰🐰░░░░🐰░░░░░░░░░░🐰🐰🐰🐰🐰
🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░░░░░🐰░░░░░░░░
🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰🐰🐰🐰░░░░🐰░░░░░░░░░░🐰🐰🐰🐰░░
🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░🐰░░🐰░░░░░░░░░░🐰░░░░░░░░
🐰🐰🐰🐰░░░░░░🐰🐰🐰░░░░░░🐰🐰🐰░░░░🐰🐰🐰🐰░░░░🐰🐰🐰🐰🐰░░🐰🐰🐰🐰🐰
>>

 No.8090

since >>8089 fails, trying 🐘 instead

🐘🐘🐘🐘░░░░░░🐘🐘🐘░░░░🐘░░░░░░🐘░░🐘🐘🐘🐘░░░░🐘░░░░░░░░░░🐘🐘🐘🐘🐘
🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░░░░░🐘░░░░░░░░
🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘🐘🐘🐘░░░░🐘░░░░░░░░░░🐘🐘🐘🐘░░
🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░🐘░░🐘░░░░░░░░░░🐘░░░░░░░░
🐘🐘🐘🐘░░░░░░🐘🐘🐘░░░░░░🐘🐘🐘░░░░🐘🐘🐘🐘░░░░🐘🐘🐘🐘🐘░░🐘🐘🐘🐘🐘
>>

 No.8091

File: 1626826299791.png ( 88.84 KB , 572x561 , screen.png )

it's dead, Jim
>>

 No.8352

testing shading
░░▓▓▓▓▓▓▓▓░░▓▓░░░░░░▓▓░░░░▓▓▓▓▓▓░░░░▓▓▓▓▓▓▓▓░░░░▓▓▓▓▓▓▓▓▓▓
▓▓░░░░░░░░░░▓▓░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓░░░░░░░░
░░▓▓▓▓▓▓░░░░▓▓▓▓▓▓▓▓▓▓░░▓▓▓▓▓▓▓▓▓▓░░▓▓░░░░░░▓▓░░▓▓▓▓▓▓▓▓░░
░░░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓░░░░░░░░
▓▓▓▓▓▓▓▓░░░░▓▓░░░░░░▓▓░░▓▓░░░░░░▓▓░░▓▓▓▓▓▓▓▓░░░░▓▓▓▓▓▓▓▓▓▓
>>

 No.8359

retesting two single-width versus one double-width
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭🖤🖤☭☭☭☭☭☭☭☭🖤☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤☭☭☭☭☭☭☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤☭☭🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤🖤
>>

 No.8366

mixed monospace is just too difficult for firefox
                                                                        
                                                                        
                                                                        
                                                                        
                                                                        
                              ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭                        
                                        ☭☭☭☭☭☭☭☭☭☭☭☭                    
                                            ☭☭☭☭☭☭☭☭☭☭                  
                                                ☭☭☭☭☭☭☭☭                
                                                  ☭☭☭☭☭☭☭☭              
                                                  ☭☭☭☭☭☭☭☭              
                                                    ☭☭☭☭☭☭☭☭            
                                  ☭☭☭☭☭☭☭☭☭☭        ☭☭☭☭☭☭☭☭            
                                ☭☭☭☭☭☭☭☭☭☭☭☭        ☭☭☭☭☭☭☭☭            
                              ☭☭☭☭☭☭☭☭☭☭☭☭          ☭☭☭☭☭☭☭☭            
                            ☭☭☭☭☭☭☭☭☭☭☭☭☭☭          ☭☭☭☭☭☭☭☭            
                            ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭      ☭☭☭☭☭☭☭☭            
                              ☭☭☭☭☭☭    ☭☭☭☭☭☭☭☭  ☭☭☭☭☭☭☭☭☭☭            
                                          ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭              
                                            ☭☭☭☭☭☭☭☭☭☭☭☭☭☭              
                                            ☭☭☭☭☭☭☭☭☭☭☭☭                
                      ☭☭☭☭☭☭            ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭              
                    ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭            
                  ☭☭☭☭☭☭☭☭  ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭      ☭☭☭☭☭☭☭☭          
                ☭☭☭☭☭☭☭☭                                ☭☭☭☭            
                ☭☭☭☭☭☭☭☭                                                
              ☭☭☭☭☭☭☭☭                                                  
            ☭☭☭☭☭☭☭☭☭☭                                                  
          ☭☭☭☭☭☭☭☭☭☭                                                    
            ☭☭☭☭☭☭☭☭                                                    
                ☭☭
>>

 No.8367

but if you don't mix, it seems to work
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💖💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💖💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💛💛💖💖💖💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💖💖💛💛💛💛💖💛💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💛💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💛💛💛💖💖💖💖💖💖💛💛💛💛💛💛💛💛💛💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💛💛💛💛💖💛💛💛💛💛💛💛💛💛💛💖💖💖💛💛💛💛💖💖💖💖💖
💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💛💛💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💛💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💛💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💛💛💛💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💛💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
>>

 No.10012

test
>>

 No.10617

unicode test
💖💖💖💖💖💖💛💛💛💛💛💛💚💚💚💚💚💚💙💙💙💙💙💙💜💜💜
💖🖤💖💖🖤💛💛🖤💛💛🖤💚💚🖤💚💚🖤💙💙🖤💙💙🖤💜💜🖤💜
💖💖💖💖💛💛💛💛💛💛💚💚💚💚💚💚💙💙💙💙💙💙💜💜💜💜💜
💖💖💖🖤🖤🖤💛💛💛💚💚💚🖤🖤🖤💙💙💙💙💙💙🖤🖤🖤💜💜💜
💖🖤💛🖤🖤🖤💛🖤💚💚🖤💚🖤🖤🖤💙🖤💙💙🖤💜🖤🖤🖤💜🖤💙
💖💛💛🖤🖤🖤💛💚💚💚💚💚🖤🖤🖤💙💙💙💙💜💜🖤🖤🖤💜💙💙
💛💛💛💛💛💛💚💚💚💚💚💚💙💙💙💙💙💙💜💜💜💜💜💜💙💙💙
💛🖤💛💛🖤💚💚🖤💚💚🖤💙💙🖤💙💙🖤💜💜🖤💜💜🖤💙💙🖤💙
💛💛💛💛💚💚💚💚💚💚💙💙💙💙💙💙💜💜💜💜💜💜💙💙💙💙💙
💛💛💛💚💚💚💚💚💚🖤🖤🖤🖤🖤🖤🖤🖤🖤💜💜💜💙💙💙💙💙💙
💛🖤💚💚🖤💚💚🖤💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💜🖤💙💙🖤💙💙🖤💚
💛💚💚💚💚💚💚💙💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💜💙💙💙💙💙💙💚💚
💚💚💚🖤🖤🖤💙💙💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💙💙💙🖤🖤🖤💚💚💚
💚🖤💚🖤🖤🖤💙🖤💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💙🖤💙🖤🖤🖤💚🖤💚
💚💚💚🖤🖤🖤💙💙💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💙💙💙🖤🖤🖤💚💚💚
💚💚💚💙💙💙💙💙💙🖤🖤🖤🖤🖤🖤🖤🖤🖤💙💙💙💚💚💚💚💚💚
💚🖤💙💙🖤💙💙🖤💜🖤🖤🖤🖤🖤🖤🖤🖤🖤💙🖤💚💚🖤💚💚🖤💛
💚💙💙💙💙💙💙💜💜🖤🖤🖤🖤🖤🖤🖤🖤🖤💙💚💚💚💚💚💚💛💛
💙💙💙💙💙💙💜💜💜💜💜💜💙💙💙💙💙💙💚💚💚💚💚💚💛💛💛
💙🖤💙💙🖤💜💜🖤💜💜🖤💙💙🖤💙💙🖤💚💚🖤💚💚🖤💛💛🖤💛
💙💙💙💙💜💜💜💜💜💜💙💙💙💙💙💙💚💚💚💚💚💚💛💛💛💛💛
💙💙💙🖤🖤🖤💜💜💜💙💙💙🖤🖤🖤💚💚💚💚💚💚🖤🖤🖤💛💛💛
💙🖤💜🖤🖤🖤💜🖤💙💙🖤💙🖤🖤🖤💚🖤💚💚🖤💛🖤🖤🖤💛🖤💖
💙💜💜🖤🖤🖤💜💙💙💙💙💙🖤🖤🖤💚💚💚💚💛💛🖤🖤🖤💛💖💖
💜💜💜💜💜💜💙💙💙💙💙💙💚💚💚💚💚💚💛💛💛💛💛💛💖💖💖
💜🖤💜💜🖤💙💙🖤💙💙🖤💚💚🖤💚💚🖤💛💛🖤💛💛🖤💖💖🖤💖
💜💜💜💜💙💙💙💙💙💙💚💚💚💚💚💚💛💛💛💛💛💛💖💖💖💖💖
>>

 No.10618

CUM MOUNTAIN IS LEAKING YOU HAVE TO PLUG IT WITH YOUR MOUTH
>>

 No.11009

testing character alignment
🖤💛💚💙💜💙🖤🖤🖤🖤🖤💙🖤🖤🖤🖤🖤💛🖤🖤🖤🖤🖤💛🖤💛💚💙🖤
🖤💛💚💙💜💙🖤💛💖💛💚💙🖤💙💚💛💖💛💚💙🖤💙💚💛💖🖤💚🖤💜
🖤💛💚💙💜💙🖤🖤🖤🖤💚💙🖤🖤🖤🖤💖💛💚💙🖤💙💚💛💖💛🖤💙💜
🖤💛💚💙💜💙🖤💛💖💛💚💙🖤💙💚💛💖💛💚💙🖤💙💚💛💖💛🖤💙💜
🖤🖤🖤🖤🖤💙🖤🖤🖤🖤🖤💙🖤💙💚💛💖💛💚💙🖤💙💚💛💖💛🖤💙💜
>>

 No.11010

>>11009
great test

one of the best tests i ever seen
>>

 No.11012

testing character alignment
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠴⠖⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠶⠖⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡾⠀⠀⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⢀⣾⠀⠀⠀⠀⠀⠀⠀⢀⣤⣄⠀⠀⠀⣼⠇⠀⠀⢀⣿⠀⠀⠀⣀⡄⠀⢀⣠⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⣸⡇⠀⠀⠀⠀⠀⠀⣴⠃⣸⠏⠀⠈⢹⡿⠉⠉⠈⣹⡏⠉⠁⠉⣿⠁⠀⣸⡇⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢀⡿⠀⠀⠀⠀⠀⡄⢸⡿⠊⠀⠀⠀⠀⣼⠇⠀⠀⠀⣿⠀⠀⠀⢸⡏⠀⢀⣿⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣀⣤⣾⣁⣀⣀⣠⣤⠜⠀⠸⣷⡤⠔⠋⠀⢀⡿⠀⠀⠀⠘⣿⠖⠊⠀⢿⠷⠒⢹⡏⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠁⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⠔⠁⠀⠀⠀⠀⠀⠀⠀⠀⣤⣤⡤⠜⠁⠀⠀⠀⠀⠀⠀
>>

 No.11013

testing character alignment
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣴⣶⣶⣶⣶⣤⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣮⠑⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠈⢦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣷⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣗⣀⠣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⣿⣷⣦⣄⡀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠉⢿⣿⣿⣦⣤⣶⣦⣤⣤⣀⡀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣍⡢⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⣿⠻⣿⣿⣿⣶⣤⡀⠀⠀⠀⢀⣿⣿⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⢸⡇⠀⠙⢿⣿⣿⣿⣷⣤⣾⣿⣿⣿⠀⠀⠀⠀⠙⢿⣿⣯⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠉⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠈⣷⠀⠀⠀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣆⣀⣀⣀⣀⠈⢻⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀⠀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⡤⣀⠀⠀⠀⠀
⠀⠀⢹⡆⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⠳⣄⠴⠶⠒⠒⠒⠚⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡻⢿⣿⣿⣿⣿⣿⣦⡑⢦⡀⠀
⠀⠀⠀⢿⡄⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡙⠻⣿⣿⣿⣿⣿⣿⣿⣿⣧⠹⣄⣀⣉⣀⣬⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠉⠛⠿⣿⣿⣿⣦⠙⢆
⠀⠀⠀⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡈⠻⣿⣿⣿⣿⣿⣿⣿⡆⢹⠀⠀⠉⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠈⠙⢿⣿⣷⡀
⠀⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣴⣿⣿⣿⣿⣿⣿⣿⣿⡀⢧⣀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠉⠻⣿
⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢻⣿⣿⣇⢸⡀⢍⠒⢤⡀⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠙
⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⡇⢹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⢸⣿⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿⠀⡟⢦⣅⡂⠈⣦⠀⠙⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢣⠀⠀⠀⠀⠀
⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⢻⣿⣿⣿⣿⣿⣿⣿⠿⠋⠀⡀⣸⣿⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿⠀⡇⠀⠀⠀⠁⢹⠀⠀⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠸⠀⠀⠀⠀⠀
⠀⠀⠀⠉⠛⣿⣿⣿⣿⣿⣿⠀⠀⠀⠹⣿⣿⣿⡿⠛⡵⣺⡿⠿⡟⢱⣿⣿⣿⣿⣿⣿⡟⣸⣿⣿⣿⡞⣧⣄⠀⠀⠀⡜⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⡇⠀⠀⠀⠀
⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⢿⣷⡄⠀⠀⠈⠛⠁⠀⢰⣿⣟⣱⡆⠀⢸⣿⣿⣻⣿⣿⣿⡇⣿⣿⣿⠏⠀⠀⠙⠻⠶⠚⠁⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⡟⣿⢀⠇⠀⠀⠀⠀
⠀⠀⠀⠀⠈⣿⣿⣿⣿⣿⣿⡿⢿⣦⣀⠀⠀⠀⠀⠋⠓⠛⠁⠀⠠⢾⣿⡏⣿⣿⣿⣿⢰⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⣿⡇⡏⢸⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⡟⢮⠿⠗⠀⠀⠀⠀⠀⠀⠀⠀⠔⣻⣿⢸⣿⣿⣿⣇⡾⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠁⠁⡎⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣇⠀⠠⣀⠀⠀⠀⠀⢀⡀⠀⠀⣿⡏⣼⣯⡿⠟⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡿⠀⠰⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⡿⢄⠀⠀⠀⣀⣴⡞⠉⡇⠀⢠⣿⣾⠝⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡇⠀⠁⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠘⣿⡟⣿⢿⣿⠋⠀⠀⠑⠢⢄⡀⠉⠓⠖⠁⠀⢘⡽⠃⠀⠀⠀⠀⡆⠀⢀⡠⠔⠒⠒⠢⣄⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⠀⡄⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠘⠋⠘⠿⠁⠀⠀⠀⠀⠀⠀⠀⠁⠠⢄⣀⣴⠋⠀⠀⠀⠀⢀⡠⠿⠖⠉⠀⠀⠀⠀⠀⠈⢦⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⠇⡸⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣃⡤⠊⠀⠒⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡸⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⡿⢰⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢠⠖⠉⠉⠉⠉⠉⠐⠒⠒⠒⠉⠙⠙⠉⠀⠀⠀⠀⠀⠀⢀⠄⠀⠀⠀⠀⠀⠀⠀⠀⢀⡇⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⢣⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⡴⠁⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠃⠀⠀⠀⠀⠀⠀⠀⠀⢀⡞⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⡏⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⡼⠁⢀⡴⠃⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀⠀⢀⠞⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⣞⣠⠖⠋⠀⠀⠀⠀⠀⡠⠊⠁⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠠⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢤⠴⠒⠒⠉⠁⠀⠀⠀⠀⠀⠀⢀⡞⠀⠀⠀⠀⠀⠉⠘⠀⠀⠀⠀⠀⡜⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣿⣿⡏⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡼⠁⠀⠀⠀⠀⠀⠀⢀⠌⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢿⣿⣇⢳⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⠁⠀⠀⠀⠀⠀⠀⢠⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣮⣿⣷⣤⣀⡀⠀⠀⠀⠀⠀
>>

 No.11014

>>11013
Is that my wafiu? Alunya?
>>

 No.11018

>>11014
As far as I am aware she's just some generic catgirl. I just needed a random black-and-white sketch for the test.
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣶⣦⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠴⠞⠛⠋⠉⠉⠉⠉⠉⠛⠛⠿⢿⣿⣿⣿⣿⣿⣿⣿⣶⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠛⢿⣿⣿⣿⣿⣿⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣿⣿⣿⣿⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⣿⣿⣿⣿⣿⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣷⣶⣶⣶⣶⣶⣶⡶⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⢿⣿⣿⣿⣿⣿⡿⠛⠻⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⢿⣿⠟⠁⠀⠀⠈⠻⣿⣿⣿⣿⣿⣷⣄⣠⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣽⣿⣿⣿⣿⣿⣿⣿⣿⡿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣷⣦⣤⣀⡀⠀⠀⠀⠀⠀⠀⢀⣀⣠⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿⣿⣿⣿⡿⠁⠉⠛⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠟⠋⠁⠀⠀⠈⠻⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⡟⠁⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣼⣿⣿⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⢿⣿⣿⣿⣿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⢿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

Unique IPs: 21

[Return][Catalog][Top][Home][Post a Reply]
Delete Post [ ]
[ overboard / sfw / alt / cytube] [ leftypol / b / WRK / hobby / tech / edu / ga / ent / 777 / posad / i / a / R9K / dead ] [ meta ]
ReturnCatalogTopBottomHome