Skip to content

Commit

Permalink
Add: marca.com
Browse files Browse the repository at this point in the history
Fix #45
  • Loading branch information
DrKain committed Mar 8, 2023
1 parent 82867b6 commit 0bde37d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,11 +768,16 @@ const $kurlc_rules = [
match: /.*\.mylondon\.news/i,
rules: ['int_source', 'int_medium', 'int_campaign']
},
{
name: 'kqzyfj.com',
match: /www\.kqzyfj\.com/i,
redirect: 'url',
rules: ['cjsku', 'pubdata']
{
name: 'kqzyfj.com',
match: /www\.kqzyfj\.com/i,
redirect: 'url',
rules: ['cjsku', 'pubdata']
},
{
name: 'marca.com',
match: /.*\.marca\.com/i,
rules: ['intcmp', 's_kw', 'emk']
}
];

Expand Down

0 comments on commit 0bde37d

Please sign in to comment.