Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<ul>
<li><a href="[URL unfurl="true"]http://www.xxx.yyy">Some[/URL] link</a></li>
<li><a href="[URL unfurl="true"]http://www.xxx.yyy">Some[/URL] link 2</a></li>
...
<li><a href="[URL unfurl="true"]http://www.xxx.yyy">Final[/URL] link</a></li>
</ul>
var myCollection = document.getElementsByClassName('printme');
for (loop=0;loop<myCollection.length;loop++)
myCollection[loop].style.display='block';