Skip to content

Add a simple string filter to BatchOperations #893

Open
@fatecyx

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions