https://github.com/kentlouisetonino/features-eradicator
A chrome extension that hides some features of social media platform.
https://github.com/kentlouisetonino/features-eradicator
chrome-extension nodejs typescript
Last synced: 4 months ago
JSON representation
A chrome extension that hides some features of social media platform.
- Host: GitHub
- URL: https://github.com/kentlouisetonino/features-eradicator
- Owner: kentlouisetonino
- License: mit
- Created: 2024-10-12T05:53:44.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-11T11:38:43.000Z (6 months ago)
- Last Synced: 2024-11-11T12:31:49.486Z (6 months ago)
- Topics: chrome-extension, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## $\textnormal{Features Eradicator}$
> - A chrome extension that hides some features of social media platform.
> - Supported functionalities. By default the features are hidden.
| `Supported Functionalities` | `Implemented` |
| --------------------------- | ----------- |
| `LinkedIn Feeds` | ✅ |
| `...` | `...` |
## $\textnormal{Setup}$
> - Required `Node v20`.
> - Clone the repostiory.
```sh
git clone [email protected]:kentlouisetonino/features-eradicator.git
```
> - Run the following commands.
```sh
# Go to the project directory.
cd features-eradicator# Install the packages.
yarn install# Build the distribution.
yarn build
```
> - Upload to the extension.
```plaintext
Step 1: Go to the extensions page.
chrome://extensions/
brave://extensions/Step 2: Turn on the developer mode.
Step 3: Click the "Load Unpacked" and Choose the "features-eradicator" directory.
```