Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

$popup doubts #869

Closed
rayman89 opened this issue Oct 27, 2015 · 3 comments
Closed

$popup doubts #869

rayman89 opened this issue Oct 27, 2015 · 3 comments

Comments

@rayman89
Copy link

I would like to know how to block popups i know there is $popup thing for the custom rules but i cannot get the syntaxis right.

For example www.siteA.com opens www.SiteB.com pop-up how do I block that pop up from appearing?

I tried looking into the wiki but I couldn't find what I was looking for. is there an other place I can check that is easy to understand without much knowledge or a more suitable place to ask for this?

@gwarser
Copy link
Contributor

gwarser commented Oct 27, 2015

First, try this: https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface#no-popups

If not work, use this on "My filters" tab:
||SiteB.com^$popup,domain=siteA.com to block siteb.com when browsing sitea.com, or
||SiteB.com/popup/url$popup,domain=siteA.com to block specific popup url, or
||SiteB.com^$popup to block siteb.com popups everywhere

@gorhill gorhill closed this as completed Oct 27, 2015
@gorhill
Copy link
Owner

gorhill commented Oct 27, 2015

Thanks @gwarser, this is the answer.

@rayman89
Copy link
Author

Thanks a lot @gwarser.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants