I've noticed that some websites are redirecting users by using the META tags:
Is there anyway around this in Firefox? I've tried using scripts in Greasemonkey but they don't solve the issue perfectly. There was also another extension called RefreshBlocker. It does the trick but instead of showing the website, it shows a small yellow bar across the top. The bar reads where the META tags are redirecting you to and the interval.
Help?
HTML:
<!-- I am borrowing from Wikipedia :) -->
<meta http-equiv="refresh" content="0;url=http://www.wikipedia.org/" />
Is there anyway around this in Firefox? I've tried using scripts in Greasemonkey but they don't solve the issue perfectly. There was also another extension called RefreshBlocker. It does the trick but instead of showing the website, it shows a small yellow bar across the top. The bar reads where the META tags are redirecting you to and the interval.
Help?