Live data from Hacker News

Show HN: HN Avatars in 357 bytes

news.ycombinator.com

391–400 of 536 posts

Re: Show HN: HN Avatars in 357 bytes

#394

Earlier quoted context omitted.

This is fun, and can easily be added as a userscript. I might look to do that a little later.

// ==UserScript== // @name HN icons // @namespace https://news.ycombinator.com/ * // @version 0.1 // @description try to take over the world! // @author some people on HN // @match https://news.ycombinator.com/ * // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // ==/UserScript== (function() { // Initial concept is from: https://news.ycombinator.com/item?id=30668137 (…

the header formatting is broken. You should make a think on pastebin instead
Post reply on HN