A lightweight browser extension that automatically redirects you from the GitHub homepage to your personalized feed.
When you visit github.com, this extension automatically redirects you to github.com/feed - your personalized GitHub activity feed.
GitHub recently changed their UI, moving the feed to a separate page. This extension brings back the convenience of landing directly on your feed when visiting GitHub.
- Download the latest
chrome-mv3-*.zipfrom Releases - Unzip the file
- Go to
chrome://extensions/(oredge://extensions/) - Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked" and select the unzipped folder
- Download the latest
firefox-mv2-*.zipfrom Releases - Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the zip file directly
- Bun (or Node.js with npm/yarn)
# Install dependencies
bun install
# Development mode (Chrome)
bun run dev
# Development mode (Firefox)
bun run dev:firefox# Build for Chrome/Edge
bun run build
# Build for Firefox
bun run build:firefox
# Create distribution zips
bun run zip
bun run zip:firefox- WXT - Browser extension framework
- TypeScript
- Content Script for redirect logic
MIT