Skip to content

Regexes for blocking pages with certain keywords is not a thing #150

@coderInTheAMPM

Description

@coderInTheAMPM

Tried blocking all pages that have the word "music" in them (in the title of the page). Tried the following:

R: .*[Mm]usic.*
R:.*[Mm]usic.*
R: .*[a-zA-Z0-9]*\s*[Mm]usic\s*[a-zA-Z0-9]*.*

The best some of these do is target pages whose title START with the word "music", some of them target nothing. Feels like this is not doable with this extension, yet this feature would make it even better than it is (it's already pretty good).

Hope this gets added! 🙏

Metadata

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