Hiding the media-new.php File URL option via jQuery

This is because those elements aren’t present when the page is finished loading, they’re inserted later on using javascript.

Try hooking into #media-items and running your code when new elements are inserted rather than when the root element is ready.