zlacker

[parent] [thread] 1 comments
1. 1vuio0+(OP)[view] [source] 2026-02-04 21:41:09
.

   x=AA1VBKdf
   { echo "<meta charset=utf-8>";
   (printf 'GET /content/view/v2/Detail/en-in/'$x' HTTP/1.0\r\n'
   printf 'Host: assets.msn.com\r\n\r\n') \
   |busybox ssl_client assets.msn.com \
   |grep -o "<p>.\*</p>"|tr -d '\134'; } > 1.htm

   firefox ./1.htm
No Javascript, no CSS, only two HTML tags: <p> and <a> with href attribute; 1.htm can be viewed in _any_ browser, no matter how old or unpopular, firefox is just one example
replies(1): >>1vuio0+do
2. 1vuio0+do[view] [source] 2026-02-04 23:58:07
>>1vuio0+(OP)
Correction: Three tags: 1. <p>, 2. <a> with href attribute and 3. <meta> with charset attribute
[go to top]