WeSearch

Our Attention Span Is Now Shorter Than a Goldfish's. So I Built a Chrome Extension

·4 min read · 0 reactions · 0 comments · 20 views
#productivity#technology#software#Gloria Mark#UC Irvine#Chrome Web Store
Our Attention Span Is Now Shorter Than a Goldfish's. So I Built a Chrome Extension
TL;DR · WeSearch summary

A developer created a Chrome extension called Dynamic Site Blocker to help users manage distractions online. Unlike traditional site blockers that rely on static lists, this extension prompts users to decide whether to block or allow a site during each session. The tool aims to improve focus by turning unconscious browsing into conscious decisions.

Key facts
Original article
DEV Community
Read full at DEV Community →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3369047) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Snowball Posted on Apr 28 Our Attention Span Is Now Shorter Than a Goldfish's. So I Built a Chrome Extension #javascript #productivity #showdev #sideprojects Every Site Blocker Uses a Static List. So I Built One That Doesn't. Every site blocker on the Chrome Web Store works the same way: you create a blocklist upfront, and it blocks those sites. I tried several — they all hit the same wall.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community