“Un-redefining” Google Chrome's console Object

后端 未结 7 748
失恋的感觉
失恋的感觉 2020-12-31 06:58

I\'m dealing with a system where the following Javascript code (which is out of my control) is being executed early in the page

if (!(\"console\" in window)          


        
7条回答
  •  死守一世寂寞
    2020-12-31 07:23

    Can't you put your own script directly in the head of the html right at the top?

    
    
    
    ... html ...
    
    
    
    
    

    You can't get much earlier than right up in the HEAD.

提交回复
热议问题