Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 803 Bytes

File metadata and controls

31 lines (23 loc) · 803 Bytes

CSP Lens

marquee

csplensdarklight

Installation

Download

  • Clone the repo or download the Release.

Chrome Installation

  1. Open chrome://extensions and enable "developer mode"
  2. Click on "load unpacked" and select the dist folder inside what you downloaded.

Build

If you want to customize and build it yourself:

npm i
npm run build

Prepare the extension folder

From the root of the folder:

rm -rf dist/assets
mv temp/index.html dist/
mv temp/assets/ dist/

(Translation: delete the old assets, move the fresh ones where the extension expects them.)