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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple string filter to BatchOperations #893

Open
fatecyx opened this issue Nov 3, 2023 · 1 comment
Open

Add a simple string filter to BatchOperations #893

fatecyx opened this issue Nov 3, 2023 · 1 comment

Comments

@fatecyx
Copy link

fatecyx commented Nov 3, 2023

I can filter new mangas by executing js in the console. such as
document.querySelectorAll('label').forEach(label => {
if (label.textContent.includes('馃啎')) {
label.previousElementSibling.checked = true;
}
});

I hope to add it to the page functions.

@Difegue
Copy link
Owner

Difegue commented Nov 3, 2023

I'm planning to eventually improve the batch selection experience via #570, but I wouldn't mind approving a PR with this short improvement in the interim.

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

2 participants