On my Greenhouse jobboard, there are some links that allow applicants to upload their CV from Dropbox. I need to remove the Dropbox link. I can identify the child nodes with document.getElementsByClassName("link-container")
but can anyone help delete the one where data-source="dropbox"
?
<div class="link-container">
<a data-source="attach" href="#">Attach</a>
<a data-source="dropbox" href="#">Dropbox</a>
<a data-source="google-drive" href="#">Google Drive</a>
<a data-source="paste" href="#">Paste</a>
</div>