How can I hide all links on a page?
I know that it involves using...
document.getElementsByTagN
ame("a")
Is there a way for the script to thoroughly search for, and hide all links no matter what a link's "class" or "id" is?
Thank you very much for your help!
Start Free Trial