TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Detect and crash Chromium bots

146 pointsby avastel8 days ago

6 comments

oefrha5 days ago
&gt; The call to page.evaluate just hangs, and the browser dies silently. browser.close() is never reached, which can cause memory leaks over time.<p>Not just memory leaks. Since a couple months ago, if you use Chrome via playwright etc. on macOS, it will deposit a copy of Chrome (more than 1GB) into &#x2F;private&#x2F;var&#x2F;folders&#x2F;kd&#x2F;&lt;...&gt;&#x2F;X&#x2F;com.google.Chrome.code_sign_clone&#x2F;, and if you exit without a clean browser.close(), the copy of Chrome will remain there. I noticed after it ate up ~50GB in two days. No idea what&#x27;s the point of this code sign clone thing, but I had to add --disable-features=MacAppCodeSignClone to all my invocations to prevent it, which is super annoying.
评论 #43945000 未加载
chrismorgan5 days ago
Checking <a href="https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;340836884" rel="nofollow">https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;340836884</a>, I’m mildly surprised to find the report just under a year old, with no attention at all (bar a me-too comment after four months), despite having been filed with priority P1, which I understand is <i>supposed</i> to mean “aim to fix it within 30 days”. If it continues to get no attention, I’m curious if it’ll get bumped automatically in five days’ time when it hits one year, given that they do something like that with P2 and P3 bugs, shifting status to Available or something, can’t quite remember.<p>I say only “mildly”, because my experience on Chromium bugs (ones I’ve filed myself, or ones I’ve encountered that others have filed) has never been very good. I’ve found Firefox <i>much</i> better about fixing bugs.
评论 #43946686 未加载
wraptile4 days ago
I find the &quot;don&#x27;t let googlebot see this&quot; kinda funny considering how top google results are often much worse. The captcha&#x2F;anti-bot is getting so bad I had to move to Kagi to block some domains specifically as browsing contemporary web is almost impossible at times. Why isn&#x27;t google down ranking this experience?
lifthrasiir5 days ago
Previously on HN: Detecting Noise in Canvas Fingerprinting <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43170079">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43170079</a><p>The reception was not really positive for the obvious reason at that time.
wslh5 days ago
In Google Chrome, at least, I tried an infinite loop modifying document.title and it freezes pages in other tabs as well. Now, I am not at my computer to try again.
评论 #43948859 未加载
neuroelectron5 days ago
I, for one, find it hilarious that &quot;headless browsers&quot; are even required. JavaScript interpreters serving webpages is just another amusing bit of serendipity. &quot;Version-less HTML&quot; hahaha
评论 #43948863 未加载