Compare commits

..

1 commit

Author SHA1 Message Date
8cb21b6030 Update README.md
docs: cant install anymore
2025-03-11 21:19:40 +00:00
2 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,8 @@
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](https://chrome.google.com/webstore/detail/cuckoo-for-twitter/agjappnhmfoffegbhnakelgilanmnibb) from the Chrome web store here.
You can no longer install this extension.
## Development
To get set up for local development, follow these steps:

6
src/package-lock.json generated
View file

@ -148,9 +148,9 @@
"dev": true
},
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz",
"integrity": "sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==",
"dev": true,
"requires": {
"fast-deep-equal": "^3.1.1",