”
], { 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);
});
});
})();
Although The Ring General has been targeting legends for quite some time, his eyes are now set on 30-year-old Dragon Lee. On the latest edition of RAW, Gunther locked horns with Dominik Mysterio and Je’Von Evans in a Triple Threat Elimination Chamber Qualifying Match, which ended in Evans’ favor, thanks to Lee, who came out of nowhere to take out the former World Heavyweight Champion with the ring bell.
Gunther recently took to Instagram to post a compilation, showcasing how several stars, including Jimmy Uso, Goldberg, John Cena, and AJ Styles, messed with him but ultimately became targets of his sleeper hold. He also uploaded a clip of Dragon Lee attacking him on WWE RAW, seemingly confirming that the Luchador was his next target. The Ring General also posted a two-word message in the caption of his post.
“Long game #Gunther #RingGeneral #WWE,” he wrote.
Check out his Instagram post here.
Je’Von Evans believes a popular WWE star’s chops hurt more than Gunther’s
Gunther is known for his vicious chops in WWE. However, during a recent interview with Grind City Media, Je’Von Evans admitted that although The Ring General’s chops are “pretty bad,” he believes Ilja Dragunov’s chops are “CRAZY.”
Evans added that after receiving a chop from Dragunov in a match, he decided he would try to avoid them in the future.
“Gunther’s chops hurt. Don’t get me wrong, they’re pretty bad. But…Ilja Dragunov. I went against Ilja my second match on TV on NXT for the NXT Championship. I tried to go for a kick in the corner, but he threw it down. I was trying to be slick, so once he threw it down, I threw it back up. He caught it again and put my leg in the ropes. And he gave me a couple, but the first chop was CRAZY! In my head I was like, ‘I’m gonna try to avoid every chop from Ilja for the rest of my life.'”
It remains to be seen what the Triple H-led creative team has planned for Gunther’s feud with Dragon Lee.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-reveals-next-target-wwe-legend-aj-styles?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


