Get access to the console once the console object reference was changed

后端 未结 1 1323
情深已故
情深已故 2021-01-21 15:48

I like making userscripts. It\'s real fun to get some more control of your favorite page or just speed up it\'s loading.

Curently, I came across a problem that a page ei

1条回答
  •  独厮守ぢ
    2021-01-21 16:30

    Well, I've got one nasty solution here. Create an iframe (which creates new window) and get the console object of that iframe:

    function healConsole() {
      //