Skip to content

Instantly share code, notes, and snippets.

@EJTH
Created February 25, 2018 13:43
Show Gist options
  • Save EJTH/d0ac5a1d5107c50bfbe69554660158d8 to your computer and use it in GitHub Desktop.
Save EJTH/d0ac5a1d5107c50bfbe69554660158d8 to your computer and use it in GitHub Desktop.
const buzzwords = /Bitcoin|Litecoin|uheld|politi|breaking/gi
aggregator([
['https://news.ycombinator.com/','.itemlist .storylink',buzzwords,3],
['https://www.reddit.com/r/Denmark/new/','.thing',buzzwords,5],
['http://www.uriasposten.net','.blogitemtitle',buzzwords,3],
['http://tv2.dk','.o-teaser',buzzwords,3],
['https://www.bt.dk/','.teaser',buzzwords,3],
['https://www.dr.dk/','.dredition-item-inner',buzzwords,3]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment