i am trying to hide the hyperlink that allows people to upload files using windows explorer in Upload.aspx modal window which appears when trying to upload a new document to the Shared Documents library. But i am unable to select the element for the hyperlink which displays "Upload files using Windows Explorer instead". The id of that anchor tag element is ctl00_PlaceHolderMain_UploadDocumentSection_ctl01_OpenWithExplorerLink
So when i try this in the Console tab in F12 developer tools in IE11-
document.querySelectorAll("#ctl00_PlaceHolderMain_UploadDocumentSection_ctl01_OpenWithExplorerLink")
I get -
<NodeList length="0"></NodeList>