Allows you to adjust the behavior or display of an HTML element.
Example
Running this code will set the html attributes of the following code:
<div style="padding: 25px 25px 0 25px;">
<p style="padding: 25px 25px 0 25px;">
We've done everything we can to make UBot Studio as easy to learn as possible. Now
it's up to you. Make an investment into yourself. Start small with a few hours of
training and watch as your potential unfolds.</p>
<p>
</div>
This alert dialog will pop up after running the script.
alert($plugin function("Data and Files Automation.dll", "$html attributes", "<div style=\"padding: 25px 25px 0 25px;\">
<p style=\"padding: 25px 25px 0 25px;\">
We\'ve done everything we can to make UBot Studio as easy to learn as possible. Now
it\'s up to you. Make an investment into yourself. Start small with a few hours of
training and watch as your potential unfolds.</p>
<p>
</div>", "//div | //p", "Multi Nodes", "Remove All", "", "", ""))