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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you filter an unique string from a particular flag? #3445

Open
Rioliogiz opened this issue Feb 3, 2024 · 2 comments
Open

Could you filter an unique string from a particular flag? #3445

Rioliogiz opened this issue Feb 3, 2024 · 2 comments

Comments

@Rioliogiz
Copy link

Could you filter an unique string from a flag? As in you can see posts from that flag except for those that contain the string?

For example, if i want to hide posts from canada that contain "incel" on sp, trying this under general doesn't work as it hides all the posts that contain "incel" regardless of flags.
incel/i;stub:no;boards:sp;flag:canada:only

Is there anyway to do this? Sorry for the retarded question.

@saxamaphone69
Copy link
Collaborator

Your best bet might be to create two filters. In General:
/incel/i;boards:sp;highlight:hide-incel;top:no
In Flag:
/^Canada$/;top:no;highlight:hide-canada

And then in Custom CSS, .hide-incel.hide-canada { display: none; }

@Rioliogiz
Copy link
Author

Your best bet might be to create two filters. In General: /incel/i;boards:sp;highlight:hide-incel;top:no In Flag: /^Canada$/;top:no;highlight:hide-canada

And then in Custom CSS, .hide-incel.hide-canada { display: none; }

This works. Thanks a bunch anon

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