Available on Chrome Web Store: https://chromewebstore.google.com/detail/nmoakakjpjoebfkbegjalcfpfoebkgog?utm_source=item-share-cb
A tiny nudge that locks Instagram behind a short puzzle. Press-and-hold for N seconds to unlock, then you get a cooldown window to use IG intentionally.
- Full-screen overlay on instagram.com until you complete the puzzle
- Press-and-hold challenge (default 20s)
- Cooldown (default 5 min)
- Options page to tweak difficulty
- Popup to see status or lock immediately
- Different types of puzzles
- Monetized puzzles
- Reroutes to custom pages
- Clone or download this repo.
- Open Chrome →
chrome://extensions/
. - Enable Developer mode (top-right).
- Click Load unpacked and select this folder.
- Visit https://instagram.com → solve the puzzle.
- Right-click the extension icon → Options to set:
- Hold duration (seconds)
- Cooldown (minutes)
manifest.json
– extension config (MV3)background.js
– initialize defaults on installcontent.js
– injects overlay & puzzle logicpopup.html
/popup.js
– quick status + lock nowoptions.html
/options.js
– settings UI
- This is a behavioral nudge, not anti-tamper DRM.
- Works on Chromium browsers that support MV3.
MIT