Content deleted Content added
←Created page with 'window.webRefSiteData = { "bbc.com": { "date": "span.date", "author": "span.byline-name", "lang": "en" }, "theguardian.com": { "date": "li.publication time"...' |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1:
window.webRefSiteData = {
"cnn.com": {
"author": "div.cnnByline^^By^^, CNN",
"notAnAuthor": "CNN"
},
"usatoday.com": {
"title": "title",
"date": "span.asset-metabar-time.asset-metabar-item.nobyline",
"author": "span.asset-metabar-author.asset-metabar-item^^^^,"
},
"bbc.com": {
"date": "span.date",
"author": "span.byline-name^^By",
"lang": "en"
},
"theguardian.com": {
"
"
}
|