A Google Chrome extension that lets you hide Twitter metrics (like, retweet and reply counts) directly on the webpage.
![]() Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.gitignore | ||
README.md |
Cuckoo
Cucko is a Google Chrome browser extension that lets you hide the number of likes, retweets and replies a tweet has.
Installation
Download the extension from the Chrome web store here.
Development
To get set up for local development, follow these steps:
- Clone the repository
- Run
npm install
in thesrc/
directory - Install parceljs globally by running
npm install -g parcel-bundler
- detailed installation isntructions can be found on the official ParcelJS documentation site.
Building
Run npm run build
from src/
. Your build will be outputted to the build/
directory in your repository root, alongside src/
Further documentation
- ParcelJS documentation site
- Chrome extension development getting started guide
- TypeScript documentation
Collaboration and reporting problems
If you'd like to make a change to the repository, create a fork of this repo and create a pull request for your change.
If you'd like to report a problem, feel free to create an issue.
Thanks!