Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firestreaker2/freedns-helper
Chrome extension to categorize sites on freedns
https://github.com/firestreaker2/freedns-helper
chakra chakraui chrome-extension freedns js nextjs react ts tsx
Last synced: about 1 month ago
JSON representation
Chrome extension to categorize sites on freedns
- Host: GitHub
- URL: https://github.com/firestreaker2/freedns-helper
- Owner: FireStreaker2
- License: mit
- Created: 2024-01-19T05:30:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T05:02:55.000Z (11 months ago)
- Last Synced: 2024-10-19T06:36:53.915Z (2 months ago)
- Topics: chakra, chakraui, chrome-extension, freedns, js, nextjs, react, ts, tsx
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![freedns-helper](https://socialify.git.ci/FireStreaker2/freedns-helper/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)
# About
Freedns helper is a chrome extension that helps categorize sites on [freedns](https://freedns.afraid.org/). It allows for quick selection of appropriate sites in order to save time.# Usage
In order to use freedns-helper, make sure you have [Node.js](https://nodejs.org/) and [sed](https://www.gnu.org/software/sed/manual/sed.html) installed.
```bash
$ git clone https://github.com/FireStreaker2/freedns-helper.git
$ cd freedns-helper
$ npm i
$ npm run build
```After building, you can now head over to ``chrome://extensions`` and click on ``Load unpacked``.
# Note
Currently, there is no way to display category names when directly sending an HTTP request to the Lightspeed API. This is because their data is not publicly released, leaving users only able to see the category number.However, if you would like to see these category names, you can introduce a third-party API like the [unofficial Lightspeed API](https://github.com/FireStreaker2/LightspeedAPI), and integrate it yourself.
# License
[MIT](https://github.com/FireStreaker2/freedns-helper/blob/main/README.md)