A Chrome extension that helps you stay focused by redirecting Instagram to pomofocus.io during your working hours (9AMβ12AM).
Between 9:00 AM and 12:00 AM, every time you try to open instagram.com, you'll be automatically redirected to https://pomofocus.io β a great online Pomodoro timer.
Outside those hours, Instagram will work normally.
- Clone or download this repository.
- Open Chrome and go to:
chrome://extensions - Turn on Developer mode (top right).
- Click "Load unpacked"
- Select the folder where you saved this extension.
Done! π
- Uses Chromeβs
declarativeNetRequestAPI to set up a redirect rule for Instagram. - A background service worker checks the time:
- If it's between 9AM and 12AM, the redirect rule is enabled.
- Otherwise, the rule is disabled.
- Add a popup toggle to enable/disable manually
- Let users customize the redirect hours
- Support Firefox and Edge
Created by [https://suliahmed.com] β because focus matters.
Inspired by digital minimalism and Pomodoro flow π₯
MIT