Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
/ chromeshack Public archive

Browser extension containing various scripts that enhance the Shacknews comments

License

Notifications You must be signed in to change notification settings

latestchatty/chromeshack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.