How To View Source Code ( HTML Viewer ) of Any Website

I’m test and have the same


Search if you can encoding this

1 Like

I have no idea about this but it might help

First encode the incoming data witg web URL encoder block
And then decode it and set label text to decoded text

If it didn’t work then use some online url decoder with multi language support
I think it will work
Just give it a try :wink:

2 Likes

looks good if you are using a web view, but is it possible to get text and put it in a label from the web view?

2 Likes

It is possible with the help of JS.

but how???

1 Like

I found this extension. but it doesn’t work anymore.

it is possible but it is very complex and and you have to code for each website (same for all web pages of same site)

1 Like

Label doesn’t support all signs (Maybe)

try enabling HTML option for label and see if the symbols works or not

what if i wanna load the html from assets
is there any workround for that

just use infornt of the URL add

view-source: + file directory (asset)

I need to get the source code from https://music.youtube.com but the web component is outdated :frowning:

Try this

Use Webviewer and run JS

document.getElementbytagname(“html”)[0].outerhtml;

1 Like

view-source:https://music.youtube.com/

This post was flagged by the community and is temporarily hidden.

It appears you are using AI2. Please ask your questions in your topic there.

Spamming multiple forums is disrespectful especially when you are on the incorrect forum.