Loremar Marabillas
Loremar Marabillas
> Could it be possible to add more, or to even allow users to add custom sites? Yes. That probably crossed my mind before but somehow didn't make it in...
Worked around it using this code https://gist.github.com/aembleton/889392. Since im only using it to get response headers it should be fine. But I will still be looking for better solution.
Thanks for letting me know, I will do so in the next update
Wow. That's so cool. Thanks! > Besides, looks good by my library scanner – so if you wish, I could assist you getting your app listed in the official F-Droid...
In the Download screen or Browser Screen?
I decided to set minimum version to 19
Hi, I'd like to know which site you are trying to download video?
This app fetches the video which the browser plays. And the browser usually plays the webm format in youtube. I suggest you look for apps that incorporate youtube-dl since youtube-dl...
I forgot to handle redirections in `shoulOverrideUrlLoading`. Also, I am not entirely sure if the adblock feature actually works. In theory, it suppose to block ad elements inside a page...
That would require downloading the webpage, and then search entire text for ads, remove ads, and load the adless webpage back to the webview. The solution I used is to...