Skip to content

Instantly share code, notes, and snippets.

@nico01f
Created September 26, 2024 14:21
Show Gist options
  • Save nico01f/6b70b79ef94dd1b8137d21ad57e5aefd to your computer and use it in GitHub Desktop.
Save nico01f/6b70b79ef94dd1b8137d21ad57e5aefd to your computer and use it in GitHub Desktop.
unbiased news for brave search
! name: Neutral News Source
! description: Search for neutral news sources
! public: true
! author: Nico F.
{
"name": "Neutral News Sources",
"description": "Searches for news from trusted, neutral, and unbiased sources globally",
"version": "1.2",
"include": [
// Fuentes de EE.UU.
{
"url": "https://*.bbc.com/*",
"label": "BBC"
},
{
"url": "https://*.apnews.com/*",
"label": "Associated Press"
},
{
"url": "https://*.reuters.com/*",
"label": "Reuters"
},
{
"url": "https://*.npr.org/*",
"label": "NPR"
},
{
"url": "https://*.axios.com/*",
"label": "Axios"
},
{
"url": "https://*.theconversation.com/*",
"label": "The Conversation"
},
// Fuentes de España
{
"url": "https://*.elpais.com/*",
"label": "El País"
},
{
"url": "https://*.eldiario.es/*",
"label": "El Diario"
},
{
"url": "https://*.abc.es/*",
"label": "ABC España"
},
// Fuentes de Chile
{
"url": "https://*.emol.com/*",
"label": "Emol (El Mercurio)"
},
{
"url": "https://*.latercera.com/*",
"label": "La Tercera"
},
{
"url": "https://*.biobiochile.cl/*",
"label": "BioBioChile"
},
{
"url": "https://*.df.cl/*",
"label": "Diario Financiero"
},
{
"url": "https://*.elmostrador.cl/*",
"label": "El Mostrador"
},
// Fuentes de Argentina
{
"url": "https://*.clarin.com/*",
"label": "Clarín"
},
{
"url": "https://*.lanacion.com.ar/*",
"label": "La Nación"
},
{
"url": "https://*.infobae.com/*",
"label": "Infobae"
},
// Fuentes de México
{
"url": "https://*.eluniversal.com.mx/*",
"label": "El Universal"
},
{
"url": "https://*.milenio.com/*",
"label": "Milenio"
},
{
"url": "https://*.jornada.com.mx/*",
"label": "La Jornada"
},
// Fuentes de Inglaterra
{
"url": "https://*.theguardian.com/*",
"label": "The Guardian"
},
{
"url": "https://*.independent.co.uk/*",
"label": "The Independent"
},
{
"url": "https://*.economist.com/*",
"label": "The Economist"
},
// Fuentes independientes neutrales
{
"url": "https://*.propublica.org/*",
"label": "ProPublica"
},
{
"url": "https://*.factcheck.org/*",
"label": "FactCheck.org"
},
{
"url": "https://*.mediabiasfactcheck.com/*",
"label": "Media Bias/Fact Check"
}
],
"exclude": [
{
"url": "*foxnews.com/*",
"label": "Fox News"
},
{
"url": "*msnbc.com/*",
"label": "MSNBC"
},
{
"url": "*infowars.com/*",
"label": "Infowars"
},
{
"url": "*breitbart.com/*",
"label": "Breitbart"
},
{
"url": "*huffpost.com/*",
"label": "HuffPost"
},
{
"url": "*rt.com/*",
"label": "RT (Russia Today)"
},
{
"url": "*sputniknews.com/*",
"label": "Sputnik"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment