Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 791 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 791 Bytes

HN New Tab

This Chrome extension automatically modifies each HN article and comments link to open in a new tab.

Getting Started

Prerequisites

To set up the project, you will need the following:

  • Node.js (version 14.0.0 or higher)
  • Yarn (optional, but recommended) or npm

Installation

  1. Clone the repository:
git clone https://github.com/oev-chrisbennett/hn-newtab.git
  1. Install dependencies:
yarn install
  1. Build the extension:
yarn build
  1. Load the extension into Chrome:
    1. Navigate to chrome://extensions
    2. Enable developer mode
    3. Click "Load unpacked"
    4. Select the project's root directory

License

This project is licensed under the MIT License - see the LICENSE file for details.