latestchatty / chromeshack

Browser extension containing various scripts that enhance the Shacknews comments

Home Page:http://adam.hughes.cc/shack/chromeshack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Shack

Collection of scripts for the Shacknews Chatty.

Links:

How to build

NodeJS 20.x+ and NPM 9.x+ are required, but this is also a PNPM-preferred repo (8.x+ recommended). Use pnpm i for installing dependencies.

  • (pnpm dev or npm run dev) includes full source mapping and a WebKit/Firefox manifest in the dist/ and dist-firefox/ folders respectively.

  • (pnpm build or npm run build) builds production code for WebKit/Firefox manifest in the dist/ and dist-firefox/ folders respectively.

  • (pnpm build:pkg or npm run build:pkg) builds production code for WebKit/Firefox and places zipped archives in artifacts/ for upload to AMO and CWS.

Dependencies used in this project

NOTE: See the ThirdPartyLicenses.txt in the public/ folder that is generated when pnpm generate-licenses is run for detailed licensing information.

About

Browser extension containing various scripts that enhance the Shacknews comments

http://adam.hughes.cc/shack/chromeshack/

License:MIT License


Languages

Language:TypeScript 78.5%Language:CSS 10.4%Language:HTML 8.9%Language:JavaScript 1.5%Language:Shell 0.5%Language:Dockerfile 0.1%