sindresorhus/refined-github

Load all button #4754

eranelbaz posted onGitHub

Description

Add Load all buttons, will be very useful for noisy PRs which have a lot of events on them, currently i'm using this snippet in my console in order to press on all the load more buttons

$$('.merge-status-item').forEach(item => {
    let icon = item.querySelector('.color-text-success');
    if(icon) item.remove();
});

$$('.merge-status-item').forEach(item => {
    let icon = item.querySelector('.neutral-check');
    if(icon) item.remove();
});

hope you guys can put it into a button

this will be visible only on pr pages

Screenshot

image

image

Example URL

https://github.com/sindresorhus/refined-github/pull/*


You can already alt-click that "Load more" button to load more pages at once, I think up to 3 at a time.

https://github.com/sindresorhus/refined-github/pull/2754

posted by fregante over 3 years ago

Fund this Issue

$0.00
Funded

Pull requests