Freedns helper is a chrome extension that helps categorize sites on freedns. It allows for quick selection of appropriate sites in order to save time.
In order to use freedns-helper, make sure you have Node.js and sed installed.
$ 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
.
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, and integrate it yourself.