TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why are there no search suggestions on YouTube for the name "Peter"?

2 点作者 detectivestory超过 1 年前
I&#x27;ve noticed a strange thing on youtube where it doesn&#x27;t find any search suggestions for the name &quot;Peter&quot;.<p>When typing the name, youtube queries this uri:<p>https:&#x2F;&#x2F;suggestqueries-clients6.youtube.com&#x2F;complete&#x2F;search?client=youtube&amp;q=..<p>Normally there is a list of results returned in place of the empty array below:<p>```[ &quot;peter&quot;, [], { &quot;j&quot;: .., &quot;k&quot;: .., &quot;q&quot;: .. } ]```<p>I&#x27;ve tried on different vpns, different browsers, different devices, different internet connections, incognito, tor etc...<p>Is this unique for me and is just an example of how well they &quot;fingerprint&quot; users, or does everyone see this result?

2 条评论

Antonio44超过 1 年前
YouTube doesn&#x27;t show &quot;search suggestions&quot; for Peter.<p>YouTube queries this &quot;uri&quot; when typing in the search box:<p><a href="https:&#x2F;&#x2F;suggestqueries-clients6.youtube.com&#x2F;complete&#x2F;search?client=youtube&amp;hl=en&amp;gl=en&amp;gs_ri=youtube&amp;ds=yt&amp;q=paul&amp;xhr=t&amp;xssi=t" rel="nofollow">https:&#x2F;&#x2F;suggestqueries-clients6.youtube.com&#x2F;complete&#x2F;search?...</a><p><a href="https:&#x2F;&#x2F;suggestqueries-clients6.youtube.com&#x2F;complete&#x2F;search?client=youtube&amp;hl=en&amp;gl=en&amp;gs_ri=youtube&amp;ds=yt&amp;q=peter&amp;xhr=t&amp;xssi=t" rel="nofollow">https:&#x2F;&#x2F;suggestqueries-clients6.youtube.com&#x2F;complete&#x2F;search?...</a>
stefanos82超过 1 年前
Interesting finding! I have double-checked it via YouTube and behind the scenes, `aria-haspopup` becomes `&quot;false&quot;`; even the `spellcheck` becomes `false`!