Skip to content

Instantly share code, notes, and snippets.

@dmiyakawa
Created March 3, 2018 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmiyakawa/c523bbbdd6abf6e0f30daa2cefd8245f to your computer and use it in GitHub Desktop.
Save dmiyakawa/c523bbbdd6abf6e0f30daa2cefd8245f to your computer and use it in GitHub Desktop.
異字体セレクタの使われ方がなんかおかしい?
$ hexdump -C <(curl -sS https://twitter.com/________Kee/status/969785495424180225) | grep -A 3 'e3 83 88 20'
00001350 30 3b e3 83 86 e3 82 b9 e3 83 88 20 e7 a4 be ef |0;......... ....|
00001360 b8 80 ef b8 80 e2 80 a6 20 26 71 75 6f 74 3b 3c |........ &quot;<|
00001370 2f 74 69 74 6c 65 3e 0a 20 20 20 20 20 20 3c 6d |/title>. <m|
00001380 65 74 61 20 6e 61 6d 65 3d 22 72 6f 62 6f 74 73 |eta name="robots|
--
00002cc0 e3 83 88 20 e7 a4 be ef b8 80 ef b8 80 e2 80 a6 |... ............|
00002cd0 20 26 71 75 6f 74 3b 22 3e 0a 0a 0a 20 20 3c 6c | &quot;">... <l|
00002ce0 69 6e 6b 20 72 65 6c 3d 22 61 6c 74 65 72 6e 61 |ink rel="alterna|
00002cf0 74 65 22 20 6d 65 64 69 61 3d 22 68 61 6e 64 68 |te" media="handh|
--
000032d0 e3 82 b9 e3 83 88 20 e7 a4 be ef b8 80 ef b8 80 |...... .........|
000032e0 e2 80 9d 22 3e 0a 20 20 20 20 3c 6d 65 74 61 20 |...">. <meta |
000032f0 20 70 72 6f 70 65 72 74 79 3d 22 6f 67 3a 73 69 | property="og:si|
00003300 74 65 5f 6e 61 6d 65 22 20 63 6f 6e 74 65 6e 74 |te_name" content|
--
0001b1a0 b9 e3 83 88 20 e7 a4 be ef b8 80 ef b8 80 3c 2f |.... .........</|
0001b1b0 70 3e 0a 3c 2f 64 69 76 3e 0a 0a 0a 20 20 20 20 |p>.</div>... |
0001b1c0 20 20 0a 0a 20 20 20 20 20 20 0a 20 20 20 20 20 | .. . |
0001b1d0 20 0a 0a 20 20 20 20 20 20 3c 64 69 76 20 63 6c | .. <div cl|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment