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 11 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:

12
src/package-lock.json generated
View file

@ -1800,6 +1800,12 @@
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5",
"bundled": true,
"dev": true,
"optional": true
},
"minipass": {
"version": "2.9.0",
"bundled": true,
@ -2860,9 +2866,9 @@
}
},
"minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
"dev": true
},
"mixin-deep": {