Skip to content

Commit

Permalink
add timesunion
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and Ian committed Oct 31, 2014
1 parent a1a9b9c commit 8a01f1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,14 @@ _window.AD_DETECTOR_RULES = {
}
],
*/
'timesunion.com': [
{
example: 'http://www.timesunion.com/sponsoredarticles/adv/?prx_t=+Z0BA+OUBAgw4FA',
match: function() {
return urlContains('/sponsoredarticles/');
},
}
],
'tweakers.net': [
{
example: 'http://tweakers.net/advertorials/werkenbijns',
Expand Down

0 comments on commit 8a01f1f

Please sign in to comment.