4
Lately I have accessed several news sites that use this metatag to update their pages from time to time:
<meta http-equiv="refresh" content="300">
I understand why you use it on the websites, but over time this functionality becomes quite annoying to the user. That’s when I got the idea to create an extension for Chrome that would remove this tag when the user wanted it. 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 this metatag with javascript / jquery?