Skip to content
Greek Gold Classic Radio
Home
Greek Gold Classic Radio
Home
Blog
No posts found
Search
Recent Posts
Recent Comments
No comments to show.
HTML Snippets
Powered By :
XYZScripts.com
function ListAllAnchours() { console.log('start'); for (let i = 0; i < document.links.length; i++) { console.log(document.links[i].innerHTML); } console.log('end'); } ListAllAnchours();