Is Chrome's Stop Button Useless?
0 up · 0 down · 0 ratings
Promos
Learn more about the MSI SPATIUM M480 PLAY SSD at lmg.gg Are browser stop buttons less useful than they used to be? Leave a reply with your requests for future episodes, or tweet them here: twitter.com ► GET MERCH: lttstore.com ► AFFILIATES, SPONSORS & REFERRALS: lmg.gg ► PODCAST GEAR: lmg.gg ► SUPPORT US ON FLOATPLANE: floatplane.com FOLLOW US ELSEWHERE --------------------------------------------------- Twitter: twitter.com Facebook: @LinusTech Instagram: @linustech TikTok: @linustech Twitch: twitch.tv
The video examines the long standing stop button in web browsers, explaining that its purpose has shifted from a universal halt to a more nuanced control in modern browsers. It starts by noting the historical context where the button appeared in early browsers like Internet Explorer 1.0 and Netscape Navigator, and why it used to be essential when connections were slow and pages loaded with heavy graphics and media. The host describes how contemporary web pages rely on complex scripts in addition to HTML, which means the stop button cannot abruptly terminate all activity without potentially breaking page functionality. Instead, the stop button now politely asks running scripts to stop when possible, which is why in many cases it seems ineffective or does not immediately halt everything on the page. The discussion also covers practical cases where the stop button can still help, such as stopping irritating elements or pausing paywalls at the right moment, while acknowledging that it is not a perfect tool for every situation. The video concludes by acknowledging the nuanced role of the stop button in today’s high speed, multi script web environment and hints at practical strategies users can employ when they need tighter control over page loading. The sponsor portion promotes a PCIe 4 NVMe SSD, highlighting speed metrics and warranty as a separate tangent from the browser discussion. Overall, the episode blends historical context, technical explanation of HTML versus scripts, and practical user tips to explain why the stop button remains relevant but limited in modern web browsing.
Topics · technology · internet · web-development · browsers
Questions answered
- What exactly does the stop button halt in modern browsers?
- In modern browsers the stop button can stop the HTML from loading and can halt the fetching of additional resources like scripts and images, but it does not forcibly terminate all running script processes.
- Why doesn’t the stop button always work as expected?
- Because most pages today run scripts in the browser, and abruptly stopping these scripts can break page functionality or destabilize the browser process, so the stop button issues a polite stop request instead of a hard kill.
- When is the stop button most useful in practice?
- It is most useful for stopping irritating page elements, pausing paywalls at the right moment, or stopping a page that is loading poorly so you can reload and continue with less friction.