TargetURL.some(x => s.match(x))は
TargetURL.some(function(x) { return s.match(x); })を簡単に書く書き方
厳密にはちょっと違うけどね