add nyt to bookmarklet

This commit is contained in:
quenousimporte 2024-06-05 12:20:57 +02:00
parent 79b18f3648
commit a6652c8ff6
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ javascript: (function()
{ {
var map = { var map = {
"www.mediapart.fr": "https://www.mediapart.fr/articles/feed", "www.mediapart.fr": "https://www.mediapart.fr/articles/feed",
"www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml" "www.lemonde.fr": "https://www.lemonde.fr/rss/une.xml",
"www.nytimes.com": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
}; };
var host = window.location.host; var host = window.location.host;