Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userscript to show more Github issues per page (say 100 issues per page) #206

Open
monperrus opened this issue May 24, 2024 · 0 comments
Open

Comments

@monperrus
Copy link

Github paginates issues and PR with a fixed number of 25 items per page.

Heavily using Ctrl-F to find stuff (in addition to Github search -- different properties), this is tedious to Ctrl-F -> Next page -> Ctrl-F -> Next page, etc.

A solution is that a userscript loads and shows N issues per page. Since the API has native support for 100 item pagination, showing N=100 issues would be easy in one single call.

That would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant