Live data from Hacker News

Retrieving your browsing history through a CAPTCHA

varun.ch

61–63 of 63 posts

Re: Retrieving your browsing history through a CAPTCHA

#61

Earlier quoted context omitted.

No, not blocked. Nothing on the console too except that the loading of "plausible.js" was blocked. PS. Played with it a bit and .box divs are zero-height. You need to have some content in tags for them to not collapse vertically. This fixes it (somewhat) - document.querySelectorAll('.box a').forEach(e => e.innerHTML = ' ') PPS. Also this .box rule is marked with "invalid property name" - aspect-ratio: 1/1

Thanks. I can't reproduce the issue on Chrome or Firefox (98), but I've just pushed an update that changes "aspect-ratio: 1/1", to "aspect-ratio: 1 / 1". Perhaps I needed those spaces. Let me know if that solves it. :) Edit: Looks like Firefox only got support for aspect-ratio in version 89, is your browser up to date?

I am on 88 and planning to stay on it for a while. Mozilla got way off track recently with their pointless UI changes and, more troubling, business "collaborations", so a conservative approach to updating is well-warranted.

Re: Retrieving your browsing history through a CAPTCHA

#63
post #44

Earlier quoted context omitted.

This is clearly not true as you are currently posting on a site that has styled links and also has lighter styled visited links.

Lol true it's not 100% accurate. HN is still in a small niche of sites when it comes to web design.

what about google then ;)
Post reply on HN