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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: BugMuse, Detect When User Clicks Broken Button

4 点作者 billyharris大约 4 年前

1 comment

billyharris大约 4 年前
we also launched on product hunt! <a href="https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;bugmuse-broken-button-detector" rel="nofollow">https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;bugmuse-broken-button-dete...</a><p>Broken button bugs happen all the time, even to billion dollar companies (there is a nice educational video about this listed here)<p>Here are 3 common reasons:<p>1) Adblockers. Did you know 26% of the internet uses adblockers?<p>2) Server error. There&#x27;s an actual bug on Upwork ($6 billion dollar company, check the stock ticker $UPWK) where clicking a button didn&#x27;t work. When I checked the Network tab in Chrome Developer Console, it was due to a 500 error from the backend.<p>3) Forgetting &quot;href&quot; attribute in `a` tag. This actually happened to the &quot;Sign In&quot; button of a billion dollar startup.<p>How much would catching even just one of these bugs be worth to you?<p>I got this idea when I was visiting a car insurance website I learned about in a Snapchat ad....and their quiz was broken due to a broken button. Which was caused by...an adblocker chrome extension I had installed.<p>Now you can easily catch broken buttons that cost hundreds if not thousands of dollars.<p>Easily debug these broken buttons using &quot;click highlights&quot;, which are screenshots with the click highlighted.