], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Gunther was on RAW when he was battling Seth Rollins ahead of WrestleMania, but it seems that Heyman had something to do with his move over to SmackDown and his shot at Cody Rhodes.

There is a belief that WWE was showing fans that this was the favor that Gunther asked for from Heyman, which could also confirm that Brock Lesnar has retired.

Gunther vs Brock Lesnar was believed to be Paul Heyman’s favor

There was major speculation that Gunther would push for Brock Lesnar to make his return so that he could be added to his retirement list, but it seems that this isn’t the case.

Gunther could have instead asked for Paul Heyman to talk to Pearce and help him get a shot for the WWE Championship, since Roman Reigns is busy with Jacob Fatu on RAW. Cody Rhodes appears to be a better target for The Ring General, and now he has his eyes on the prize ahead of Backlash.

Gunther protected Heyman from Seth Rollins when Bron Breakker and Bronson Reed were sidelined, which left him indebted to the Austrian star, and now it appears that he has decided to cash in.

There is no other reason why Pearce and Paul Heyman would need to speak, since The Vision is on RAW. WWE also made a point of showing the two men talking to make it clear it’s connected. This could be confirmed if the two men have a backstage segment next week, since Gunther should have his shot at the World Championship confirmed for Backlash momentarily.

It will be interesting to see if Gunther can dethrone Rhodes or if Backlash will see the return of Randy Orton, who could still have a bone to pick with Rhodes after WrestleMania 42.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-gunther-s-favor-paul-heyman-revealed-smackdown-brock-lesnar-officially-retired?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version