Skip to content

flashblaze/github-force-feed

Repository files navigation

GitHub Force Feed Icon

GitHub Force Feed

A lightweight browser extension that automatically redirects you from the GitHub homepage to your personalized feed.

What It Does

When you visit github.com, this extension automatically redirects you to github.com/feed - your personalized GitHub activity feed.

Why?

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.

Installation

Chrome/Edge

  1. Download the latest chrome-mv3-*.zip from Releases
  2. Unzip the file
  3. Go to chrome://extensions/ (or edge://extensions/)
  4. Enable "Developer mode" (toggle in the top right)
  5. Click "Load unpacked" and select the unzipped folder

Firefox

  1. Download the latest firefox-mv2-*.zip from Releases
  2. Go to about:debugging#/runtime/this-firefox
  3. Click "Load Temporary Add-on"
  4. Select the zip file directly

Development

Prerequisites

  • Bun (or Node.js with npm/yarn)

Setup

# Install dependencies
bun install

# Development mode (Chrome)
bun run dev

# Development mode (Firefox)
bun run dev:firefox

Build

# Build for Chrome/Edge
bun run build

# Build for Firefox
bun run build:firefox

# Create distribution zips
bun run zip
bun run zip:firefox

Tech Stack

  • WXT - Browser extension framework
  • TypeScript
  • Content Script for redirect logic

License

MIT

About

Forcefully redirect to feed

Resources

License

Stars

Watchers

Forks