Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 671 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 671 Bytes

OkCupid Flagmod Plus

WebExtension API to enhance OkCupid Flagmod functionality.

Note: If you're just a regular user of OkCupid, this extension is of no use to you.

Web Store Links

Building

Install required libraries:

yarn install

Compile TypeScript code, and recompile on changes:

yarn watch

Compile TypeScript code:

yarn build