Skip to content

Filters to filter out github users #349

Description

@DanWaLes

I have made some filters for filtering out users:

! issues pages
! github.com##[class^="ListItems-module__listItem__"]:has(> [class^="IssueRow-module__row__"] [href$="%20author%3A<username>"])
! eg
github.com##[class^="ListItems-module__listItem__"]:has(> [class^="IssueRow-module__row__"] [href$="%20author%3AFuoxden"])
github.com##[class^="ListItems-module__listItem__"]:has(> [class^="IssueRow-module__row__"] [href$="%20author%3APurgenta889"])
github.com##[class^="ListItems-module__listItem__"]:has(> [class^="IssueRow-module__row__"] [href$="%20author%3Agrosioso"])

! specific issue: issue creator - hide whole issue
! github.com##[class^="IssueShowPage-module__issueDetailContainer__"]:has([class^="IssueViewer-module__contentAndSidebarWrapper__"] [class^="IssueBodyHeaderAuthor-module__"][href$="/<username>"])
! eg
github.com##[class^="IssueShowPage-module__issueDetailContainer__"]:has([class^="IssueViewer-module__contentAndSidebarWrapper__"] [class^="IssueBodyHeaderAuthor-module__"][href$="/Fuoxden"])
github.com##[class^="IssueShowPage-module__issueDetailContainer__"]:has([class^="IssueViewer-module__contentAndSidebarWrapper__"] [class^="IssueBodyHeaderAuthor-module__"][href$="/Purgenta889"])
github.com##[class^="IssueShowPage-module__issueDetailContainer__"]:has([class^="IssueViewer-module__contentAndSidebarWrapper__"] [class^="IssueBodyHeaderAuthor-module__"][href$="/grosioso"])

! specific issue: issue comments
! github.com##[class^="IssueCommentViewer-module__"] [href$="/<username>"]
! eg
github.com##[class^="IssueCommentViewer-module__"] [href$="/Fuoxden"]
github.com##[class^="IssueCommentViewer-module__"] [href$="/Purgenta889"]
github.com##[class^="IssueCommentViewer-module__"] [href$="/grosioso"]

! specific issue: participants
! github.com##[class^="ParticipantsSection-module__"] > [href$="/<username>"]
! eg
github.com##[class^="ParticipantsSection-module__"] > [href$="/Fuoxden"]
github.com##[class^="ParticipantsSection-module__"] > [href$="/Purgenta889"]
github.com##[class^="ParticipantsSection-module__"] > [href$="/grosioso"]

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