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

uBO skips specific filter cause ads not blocked #246

Closed
procesx opened this issue Dec 27, 2016 · 1 comment
Closed

uBO skips specific filter cause ads not blocked #246

procesx opened this issue Dec 27, 2016 · 1 comment

Comments

@procesx
Copy link

procesx commented Dec 27, 2016

URL(s) where the issue occurs

bbs.imoutolove.me
bbs.north-plus.net
bbs.soul-plus.net
www.soul-plus.net

Describe the issue

uBO does not apply the filter from EasyList China and 3 ad banners are still at the top of web page.

/images/men$domain=106.185.27.133|imoutolove.me|north-plus.net|soul-plus.net|soul-plus.org

Versions

  • Browser/version: Firefox 45.6.0
  • uBlock Origin version: 1.10.4

Settings

  • Default settings with EasyList China

Notes

ABP can apply the filter.

@gorhill
Copy link
Member

gorhill commented Dec 27, 2016

By design. A trailing wildcard must be used to indicate that the trailing keyword should not be used as a token:

/images/men*$domain=106.185.27.133|imoutolove.me|north-plus.net|soul-plus.net|soul-plus.org

See discussion regarding leading/trailing wildcards in uBO: gorhill/uBlock#1065 (comment).

Best would be for author of EasyList China to use trailing wildcard above, this will create a filter which works for both uBO and ABP.

@gorhill gorhill closed this as completed Dec 27, 2016
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