Lately I have accessed several news sites that use this meta tag to update their pages from time to time:
<meta http-equiv="refresh" content="300">
I understand the reason for using it from sites, but over time this functionality becomes quite annoying to the user. That's when I had the idea of creating an extension for Chrome that would remove that tag when the user wanted to. But what happens is that even removing it from the DOM, after a certain number of seconds the page suffers refresh in the same way.
So my question is:
Is there any way to effectively remove or disable the operation of this meta tag with javascript / jquery?