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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to turn off auto-refresh on techcrunch?

5 点作者 expertcs将近 15 年前
Lately, techcrunch has added auto-refresh on their website. I understand it must be for increasing pageviews, however, I simply hate it. Can someone help me on how to turn it completely off?

5 条评论

maushu将近 15 年前
When sites try to increase pageviews artificially it pisses me off.<p>They could've easily implemented a ajax solution to update only the headers section of the site.
aj将近 15 年前
If you're using Firefox, there is an option under "Tools-&#62;Options-&#62;Advanced Tab-&#62;Accessibility" - Warn me when web sites try to redirect or reload web pages<p>You could use that I think. I've not tried it (and I don't want to visit TC)
staunch将近 15 年前
You might be able to get it turned off for all of us if you're willing to contact their advertising networks and tell them about it :-)
colonelxc将近 15 年前
This caught my eye in the source: setTimeout('location.reload(true)',1200000);<p>The simplest way is to disable javascript.
评论 #1553984 未加载
jacquesm将近 15 年前
How about a greasemonkey script ?