# Release: Time's Up v2.2.10

**Release Date:** 2026-04-12
**Status:** Approved
**Manifest Version:** 3

## Release Summary

v2.2.10 fixes a small but annoying bug where snoozing a block dumped you on the domain homepage instead of the page you were trying to get back to.

## Bug Fixes

### Snooze Redirects to Domain Root Instead of Original Page (BUG-007)
**Requirement doc:** [requirements/bugs/BUG-007-snooze-redirect-original-url.md](../bugs/BUG-007-snooze-redirect-original-url.md)

When a time limit tripped on `youtube.com/watch?v=abc123` and you clicked "One more minute," the snooze granted access but redirected to `youtube.com` — the homepage. The specific video URL you were on was lost.

- **Fix:** The blocked-page redirect now forwards the full original URL (`&url=<encoded>`) when available. On snooze, the blocked page and the tab-sweeper navigate to that URL instead of constructing `https://<domain>`. Falls back to domain root when the URL is absent (e.g., DNR redirects, legacy blocked pages).
- **Impact:** Clicking "One more minute" returns you to the exact page you were on, not the homepage.
