Scripts2026年9月12日·1 分钟阅读

Refined GitHub — Browser Extension That Simplifies the GitHub Interface

An open-source browser extension that adds dozens of quality-of-life improvements and missing features to the GitHub web interface for developers.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Refined GitHub
直接安装命令
npx -y tokrepo@latest install 4a85a8ae-aef0-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Refined GitHub is a community-driven browser extension that polishes the GitHub web interface with hundreds of small but impactful improvements. It fills gaps GitHub has not addressed and smooths rough edges that slow down daily workflows.

What Refined GitHub Does

  • Adds one-click buttons to copy file contents, link to specific lines, and download folders
  • Cleans up cluttered UI elements and hides rarely-used sections
  • Shows PR and issue counts directly on repository tabs
  • Highlights unread comments and makes conversation threads easier to follow
  • Enables keyboard shortcuts for common review and navigation actions

Architecture Overview

Refined GitHub is a pure client-side WebExtension built with TypeScript. It injects small content scripts that modify the GitHub DOM on page load using MutationObservers to handle GitHub's SPA-style navigation. Each feature is a self-contained module that can be individually toggled through the extension's options page.

Self-Hosting & Configuration

  • Install from the Chrome Web Store, Firefox Add-ons, or Safari App Store
  • All features are enabled by default and can be toggled individually in the options page
  • No server-side component or account required
  • Updates ship through browser extension stores automatically
  • Source is available on GitHub for manual sideloading during development

Key Features

  • Over 200 individual enhancements to the GitHub interface
  • Each feature can be independently enabled or disabled
  • Zero performance overhead — features only activate on relevant pages
  • Active open-source community with regular releases
  • Works across Chrome, Firefox, and Safari

Comparison with Similar Tools

  • Octotree — focuses on file tree sidebar navigation; Refined GitHub covers the full interface
  • GitHub Dark — only adds dark theme; Refined GitHub provides functional improvements
  • Sourcegraph Browser Extension — adds code intelligence; Refined GitHub focuses on UI polish
  • Gitako — lightweight file tree; Refined GitHub has broader scope with 200+ tweaks

FAQ

Q: Does Refined GitHub work with GitHub Enterprise? A: Yes, you can add your Enterprise domain in the extension settings to enable features there.

Q: Will Refined GitHub break if GitHub changes their UI? A: The maintainers actively track GitHub changes and release updates quickly to fix any breakage.

Q: Does it collect any data? A: No. Refined GitHub runs entirely in your browser and does not send data anywhere.

Q: Can I contribute new features? A: Yes. The project welcomes contributions. Each feature is a standalone module, making it straightforward to add new ones.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产