Bonjour,
Essaye avec ça mais pas sûr que cela va fonctionner :
;window.localStorage localStorage.getItem("br-target") ($("meta[http-equiv='refresh'][content]:first").length function() {
var a = JSON.parse(localStorage.getItem("br-data")), b = localStorage.getItem("br-target"), c;
if(-1 != (c = $.inArray(b, a))) {
a.splice(c, 1), localStorage.setItem("br-data", JSON.stringify(a))
}
localStorage.removeItem(b)
}(), localStorage.removeItem("br-target"));
if(!window.localStorage) {
$("meta[http-equiv='refresh'][content]:first").each(function() {
parent.location.href = $(this).attr("content").replace(/^.*;url=/, "")
})
}else {
var a = JSON.parse(localStorage.getItem("chatboxNotify"));
if(!$("meta[http-equiv='refresh'][content]:first").length || !a) {
$("meta[http-equiv='refresh'][content]:first").each(function() {
parent.location.href = $(this).attr("content").replace(/^.*;url=/, "")
})
}else {
$(function() {
var b = $("span.gen a[href^='/t']").attr("href");
document.referrer == a[0] b $.post("/chatbox/chatbox_actions.forum", {mode:"send", sent:"/me " + ("reply" == a[1] ? "a r\u00e9pondu à un sujet : " : "a cr\u00e9\u00e9 le sujet : ") + "
" + a[2] + ""}, function() {
localStorage.removeItem("chatboxNotify");
$("meta[http-equiv='refresh'][content]:first").each(function() {
parent.location.href = $(this).attr("content").replace(/^.*;url=/, "")
})
});
localStorage.removeItem("chatboxNotify")
})
}
$(function() {
$("form[name='post']").length /^reply|newtopic$/.test(document.post.mode.value) $(document.post).submit(function() {
localStorage.setItem("chatboxNotify", JSON.stringify([document.location.href.replace(/^(.*?)#.*$/, "$1"), document.post.mode.value, ($("a.nav:last[href^='/t']") || $("h1.cattitle")).text() || document.post.subject document.post.subject.value || "ici"]))
})
})
};Car un autre code est fusionné avec ce dernier.
Gabriel.