A Google Chrome extension that lets you hide Twitter metrics (like, retweet and reply counts) directly on the webpage.
Find a file
dependabot[bot] e8f94caab4
Bump decode-uri-component from 0.2.0 to 0.2.2 in /src
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 19:36:34 +00:00
src Bump decode-uri-component from 0.2.0 to 0.2.2 in /src 2022-12-05 19:36:34 +00:00
.gitignore Add node_modules to gitignore 2020-04-10 13:28:41 +01:00
README.md Rename extension. Add README 2020-04-10 14:11:28 +01:00

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:

  1. Clone the repository
  2. Run npm install in the src/ directory
  3. 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

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!