WeSearch

I Built a Chrome Extension to Block Distracting Sites and Fix My Pomodoro Timer — Here's What I Learned

·4 min read · 0 reactions · 0 comments · 6 views
#productivity#extensions#chrome#technology#software
I Built a Chrome Extension to Block Distracting Sites and Fix My Pomodoro Timer — Here's What I Learned
⚡ TL;DR · AI summary

The author created a Chrome extension called Ashdeck to address productivity issues caused by distractions during task transitions. By replacing the new tab page with a Pomodoro timer and task list, the extension aims to eliminate the temptation to visit distracting sites. The author shares insights on user reactions and the importance of the new tab page in enhancing productivity.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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 === 2859247) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Promise Uzoechi Posted on May 30 I Built a Chrome Extension to Block Distracting Sites and Fix My Pomodoro Timer — Here's What I Learned #productivity #extensions #opensource #showdev Let me be honest about something embarrassing. I've read Deep Work. I've read Atomic Habits. I had a colour-coded Notion workspace that would make a productivity influencer cry with joy. I used three different Pomodoro apps across three years. I had a site blocker installed.

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

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

Discussion

0 comments

More from DEV.to (Top)