This Chrome extension automatically modifies each HN article and comments link to open in a new tab.
To set up the project, you will need the following:
- Node.js (version 14.0.0 or higher)
- Yarn (optional, but recommended) or npm
- Clone the repository:
git clone https://github.com/oev-chrisbennett/hn-newtab.git
- Install dependencies:
yarn install
- Build the extension:
yarn build
- Load the extension into Chrome:
- Navigate to
chrome://extensions
- Enable developer mode
- Click "Load unpacked"
- Select the project's root directory
- Navigate to
This project is licensed under the MIT License - see the LICENSE file for details.