Is there a way to stop a webpage that I'm viewing from refreshing? I'm just viewing the page, so I can't control the page. The page uses the following tag to refresh every 85 seconds:
Code:
<META HTTP-EQUIV="refresh" content="85; URL="/index.php ......">
Is there anything I can do to stop this page from refreshing every 85 seconds?
Thanks for any help.