Automatically apply custom filters to GitHub Pull Request pages with real-time sync across all tabs.
Pullscope is a browser extension that streamlines your GitHub PR workflow by automatically applying custom search filters when you visit Pull Request pages.
⨠Automatic Filter Application - Filters apply instantly when you visit any GitHub PR page
š Real-Time Sync - Toggle filters on/off and see results update immediately across all open tabs
š Cross-Browser - Works on Chrome, Firefox, and other Chromium-based browsers
ā” Fast & Lightweight - Built with modern web technologies for optimal performance
git clone https://github.com/guidodinello/pullscope.git
cd pullscope
pnpm install
pnpm build # For Chrome/Chromium
pnpm build:firefox # For Firefox
Chrome/Chromium:
chrome://extensions/.output/chrome-mv3 directoryFirefox:
about:debugging#/runtime/this-firefoxmanifest.json file from .output/firefox-mv2pnpm dev # Chrome with hot reload
pnpm dev:firefox # Firefox with hot reload
https://github.com/facebook/react/pulls)Hide Dependabot PRs-author:app/dependabot# Hide Dependabot PRs
-author:app/dependabot
# Only show open PRs
is:open
# PRs assigned to you
assignee:@me
# PRs with specific label
label:"bug"
# Combine multiple filters
is:open -author:app/dependabot label:"priority"
See GitHub's search syntax documentation for all available qualifiers.
Contributions are welcome! Please feel free to submit a Pull Request.
pnpm installgit checkout -b feature/your-featuregit commit -m "Add your feature"git push origin feature/your-featureMIT License - see LICENSE file for details
Guido Dinello
[email protected]