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.
Install required libraries:
yarn install
Compile TypeScript code, and recompile on changes:
yarn watch
Compile TypeScript code:
yarn build