Compare commits
No commits in common. "a6652c8ff641a26968a3c202e8cdf85b9f7f871b" and "54283eeaa585357f0c00b7cf1464e61e7f907df7" have entirely different histories.
a6652c8ff6
...
54283eeaa5
3
daily.js
3
daily.js
|
@ -2,8 +2,7 @@ javascript: (function()
|
|||
{
|
||||
var map = {
|
||||
"www.mediapart.fr": "https://www.mediapart.fr/articles/feed",
|
||||
"www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml",
|
||||
"www.nytimes.com": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
|
||||
"www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml"
|
||||
};
|
||||
|
||||
var host = window.location.host;
|
||||
|
|
Loading…
Reference in New Issue