Skip to content

Commit

Permalink
Merge pull request #27 from ndarville/patch-1
Browse files Browse the repository at this point in the history
New theverge.com match.
  • Loading branch information
typpo committed May 30, 2015
2 parents ca130d6 + ae564b2 commit ddf05ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ _window.AD_DETECTOR_RULES = {
{
example: 'http://www.theverge.com/sponsored/intel-future-is-now',
match: function() {
return urlContains('/sponsored/');
return urlContains('/sponsored/') || selectorAppears('h3.sbnu-sponsored-title-bar');
},
}
],
Expand Down

0 comments on commit ddf05ae

Please sign in to comment.