Is it possible to disable meta refresh in Google Chrome?

后端 未结 4 1687
走了就别回头了
走了就别回头了 2020-12-28 15:21

On pages with meta refresh, is there any way to disable meta refresh, within a Google Chrome extension?

4条回答
  •  猫巷女王i
    2020-12-28 15:48

    I made a solution. It is little buggy (if you loading ajax images, I think), but It's do the job:

    window.setInterval(function () {window.stop()},10)
    

提交回复
热议问题