undergroundwires
undergroundwires
Right now adding repetitive code bloats the application file and makes is hard to maintain. E.g. [removing apps](https://github.com/undergroundwires/privacy.sexy/blob/3785c623f837b182d82fa383dfe7709722a67248/src/application/application.yaml#L2336-L2852), [features](https://github.com/undergroundwires/privacy.sexy/blob/3785c623f837b182d82fa383dfe7709722a67248/src/application/application.yaml#L2937-L3059) and [capabilities](https://github.com/undergroundwires/privacy.sexy/blob/3785c623f837b182d82fa383dfe7709722a67248/src/application/application.yaml#L3061-L3298). TODO: - [x] In yaml, allow using and defining...
Maybe a smaller step before #97 where `responseCode:` can be returned for each request in `req_list` and `all_req_list`. It would be HTTP status code that crawlergo has received such as...
Thank you @Qianlitp for writing best crawling tool that I've encountered for the modern web. I realized a small issue. App is writing a lot of logs to `stderr`. These...
Thanks for this awesome magic and zero configuration functionality. I've tested it on my webpage and realized that it works everywhere except on `` and `` elements when it has...
I use node.js successfully on client side, but on same project I'd also love to use cross-fetch using [node-fetch options](https://github.com/node-fetch/node-fetch#options). I would love to follow redirects, and it's not possible...
`go get` go get cannot used outside of a Go module in Go 1.18 without disabling. The instruction in README.md does not work and fails for global CLI installation which...
### Describe the solution you'd like Distributing official `download.sh` in the repository. Or it could be `install.sh` that take `--target` as parameter and copies the executable binary on a desired...
The dark theme looks awesome. I'm thinking of a checkbox switch that'll allow switching to that for longer readings and vice versa. Would you consider having the possibility to switch...
Show parents of a page in search results (each clickable) to be able to separate have more context about two pages having same or similar names. I'd guess that we...