A totally useful extension, congratulations!
Thank you @Fabio and everyone
This project is quite old actually.
It was expected to be released in November 2019 but due to some lib related problems I decided to not release it at that time.
In a recent topic I posted about it and @FahadAhmad asked me if I can give him the extension.
Thus I thought to release the extension.
Never expected huge response for an HTML (which is not considered so much important) related extension.
Thank you
I have deleted the project so unfortunately I am unable to post aia at this time.
But I had posted some blocks on AI2 community so I am posting them here:
If anyone wants to just select an element by id, tag or class name you can just evaluate one of the following javascript:
document.querySelector(".className");
document.querySelector("#idName");
document.querySelector("tagName");
Note: querySelector returns only the first element
If you want all the elements to be returned use document.querySelectorAll
Awesome. I was looking for something like this
How to get the inner text from an element for eg a pre tag
You won’t get support from the developer here because he is suspended for the next year You can pm him at the app inventor community or at his website:
http://sunnythedeveloper.epizy.com/
#offtopic
I dont believe it. He was a really nice person. Why he is suspended???
It comes a Null Reference Exception, when I use ParseHtmlFromString…
Can you please post a sample?
It isn’t empty. Sometimes, it workes random, but only on the first parse.
Show your block and html test also if you can
GREAT…!!!
i can scraper with this extension?
Hey Could you please help me? I have some trouble with your extension (I have a problem with HtmlUtils extension)… Thank you
The Developer is suspended in Community, you can contact them through Website or AI2 Community
no need to replace anything as for me I saw adverts of yoga so it depends if you sometimes browse nasty things that is what you will see.
Hi
You should ask your question here:
Thanks
Can you solve one more problem regarding This…
I want to scrape the href value in a anchor tag.
Example :
<a href="example1.php">Example1</a>
<a href="example2.php">Example2</a>
I want (example1.php, example2.php) not (Example1, Example2)