Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spookyuser/badlinks

Removes links that can get extensions removed from the chrome store
https://github.com/spookyuser/badlinks

chrome-extension cli testing

Last synced: 27 days ago
JSON representation

Removes links that can get extensions removed from the chrome store

Awesome Lists containing this project

README

        

# badlinks

a cli to find and remove links that might annoy the chrome web store team

often these are firebase links for some reason

## Usage

- `npx badlinks ` to scan
- `npx badlinks -r` to remove

```
Usage: bad firebase links [options]

Arguments:
folder Folder to find JS links in

Options:
-r, --remove Remove the JS links
-h, --help display help for command
```