GitHub-userscripts icon indicating copy to clipboard operation
GitHub-userscripts copied to clipboard

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

Open monperrus opened this issue 1 year ago • 0 comments

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!

monperrus avatar May 24 '24 16:05 monperrus