Custom-webview extention

hi,
can i remove the java script of a website and use my own file with the custom-webview extention?

Yes, you can.

and do you know how i can do that?

Change category to Discuss

Simply load the website and get its html source.
Now manipulate it according to your need and then load again with LoadHtml block.
However, it’ll break a lot of things. So I would advise to not do this.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.