On pages with meta refresh, is there any way to disable meta refresh, within a Google Chrome extension?
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)