Created
February 25, 2018 13:43
-
-
Save EJTH/d0ac5a1d5107c50bfbe69554660158d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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