Thanks, also a new question how do I remove this:
Enlarge this image
I don't want it, I want it to automatically leave a post. thanks.
Enlarge this image
I don't want it, I want it to automatically leave a post. thanks.
$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
if (/&p_vote=/.test(window.location)) history.go(-1);
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Infamous✔ wrote:Wierd, it didn't work.
And what would this issue?!inallsorts wrote:This seems to be an Issue with phpBB2.
var _bodyExist = setInterval(function() {
if (document.getElementsByTagName("body") !== null) {
clearInterval(_bodyExist);
var aMeta = document.getElementsByTagName('meta'),
index = 0,
len = aMeta.length;
for (; index < len; index++) {
if (aMeta[index].httpEquiv == "refresh") {
location.href = aMeta[index].content.replace(/^.*;url=/, "");
}
}
}
}, 25);
JScript wrote:And what would this issue?!inallsorts wrote:This seems to be an Issue with phpBB2.
There are no differences in this part of HTML, see image below phpBB2 version and compare with other versions:
JS