Usuário:BraunOBruno/WebRefCfg.js

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
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": {
	"siteName": "[[The Guardian]]",
	"date": "li.publication time"
},
"g1.globo.com": {
	"title": "meta title",
	"date": "p.content-publication-data__updated time",
	"author": "a.multi_signatures",
	"siteName": "[[G1]]"
},
"www1.folha.uol.com.br": {
	"title": "meta-p og:title",
	"date": "time.c-more-options__published-date",
	"author": "meta-i name",
	"siteName": "[[Folha de São Paulo]]"
},
"tenhomaisdiscosqueamigos.com": {
	"title": "meta-p og:title",
	"date": "time.entry-date.updated.td-module-date",
	"author": "div.td-post-author-name a"
},
"indiewire.com": {
	"title": "meta-p og:title",
	"date": "time._text_y7yck_1._text_1xmba_1",
	"author": "meta author"
},
"metalinjection.net": {
	"title": "meta-p og:title",
	"date": "meta-i dateModified",
	"author": "meta twitter:data1"
}
};
 
if (window.webRef && webRef.getRef)
	webRef.getRef();
else (function () {
	var scrEl = document.createElement('script');
	scrEl.src = '//pt.wikipedia.org/w/index.php?title='
			+ 'Usuário:BraunOBruno/WebRef.js&action=raw&ctype=text/javascript&smaxage=43200&maxage=86400';
	document.body.appendChild(scrEl);
})();