Skip to content

(In Alpha) Chrome Extension that provides extra context to News you read

Notifications You must be signed in to change notification settings

adjacentresearchxyz/chrome.adj.news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.adj.news

(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) Google search violates US antitrust law_ judge rules _ Semafor

Usage

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

About

(In Alpha) Chrome Extension that provides extra context to News you read

Topics

Resources

Stars

Watchers

Forks