/Less-Annoying-Glassdoor

A Chrome extension that bypasses the Glassdoor paywall

Primary LanguageJavaScriptMIT LicenseMIT

Less Annoying Glassdoor

build

A Chrome extension that bypasses the Glassdoor paywall for a better user experience.

Prerequisites

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest

Project Structure

  • src/typescript: TypeScript source files
  • src/public: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test