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

[request] Several Dutch sites #42

Closed
joepie91 opened this issue Apr 14, 2016 · 3 comments
Closed

[request] Several Dutch sites #42

joepie91 opened this issue Apr 14, 2016 · 3 comments

Comments

@joepie91
Copy link

Examples:

It seems the first two can be determined based on the URL (sponsored-special/promo), but the third one can't be - there's an "Advertorial" badge on the page, though.

@typpo
Copy link
Owner

typpo commented Jul 25, 2016

Added the first two. Keeping this open for the last one. Thanks Sven!

@Zegnat
Copy link

Zegnat commented Jul 27, 2016

Can't commit anything right now, but for androidworld.nl this seems to do the trick:

  'androidworld.nl': [
    {
      example: 'http://androidworld.nl/business/xs4all-klantenservice-getest-het-eindoordeel-en-kantoorbezoek/',
      match: function() {
        return selectorContains('.card-content__meta a', 'Advertorial');
      }
    }
  ],

@typpo typpo closed this as completed in bd85715 Jul 31, 2016
@typpo
Copy link
Owner

typpo commented Jul 31, 2016

Thank you Martijn!

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

3 participants