(In Alpha) Chrome Extension that provides extra context to News you read.
Right now this works for the following sites (code
if ((whitelist.includes(domain) || ['www.wsj.com', 'www.semafor.com', 'www.reuters.com'].includes(domain)) && url.pathname !== '/') {
chrome.tabs.sendMessage(tabId, { action: "showTicker" });
}
feel free to add your own, eventually this will be part of the settings. This uses the adj.news API which can be found at docs.adj.news.
It looks like this (note the subtle ticker bar at the top with the related prediction market to the news)
If you would like to use this
- clone / download the repo
- head to chrome://extensions
- click developer mode toggle in top right
- click "load unpacked"
- click on the downloaded (unzipped) folder
- head to a supported website