how to remove <meta bla bla bla > tag ??
|
|
Hi all
http://img141.imageshack.us/my.php?image=immagi... i tryed lot of times whit scripts like this ( taked from http://diveintogreasemonkey.org/patterns/remove... )
var remove = document.getElementByTagName('meta')[0];
So , how to remove the meta tag , or at least remove the autorefresh ?? thank all |
|
|
fun , this forum dont let me write meta tags here .. here is the image of my html ..
|
|
|
omg i found this searching for a solution I'm a frequent visitor of uitzendinggemist.nl. It has an annoying meta refresh on most pages. You, unfortunately, can't remove these refreshes using Greasemonkey. When you remove the meta tag from the DOM tree, the refresh has already been set. There is an extension for Firefox called RefreshBlocker which blocks those meta refreshes. You can create a white- or blacklist of sites using regular expressions. uff ... no solution .. my problem is becouse i want to set a window.setTimeout(falert,70000) , but meta refresh broke timer .. another solutions ?? |
|
|
Hi, try Meta Refresh Blocker. |
|
|
To write it yourself, try this:
Not been tested, but should work. Someone please correct me if I'm wrong. |
|
|
Sure. You're wrong, click the link right above and read. |
|
|
ok thanks all , meta refresh blocker worked. |
