How to include JavaScript file or library in Chrome console?

后端 未结 10 1894
广开言路
广开言路 2020-11-27 08:58

Is there a simpler (native perhaps?) way to include an external script file in the Google Chrome browser?

Currently I’m doing it like this:

document.         


        
10条回答
  •  忘掉有多难
    2020-11-27 09:27

    I use this to load ko knockout object in console

    document.write("");
    

    or host locally

    document.write("");
    

提交回复
热议问题