”
], { 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);
});
});
})();

Both stars went to great lengths to gain the upper hand, but a particular moment from the match became the talking point. During the contest, Kross put Mason’s face in front of a pyro machine, and the fireworks exploded in Mason’s face.

Kross showed no remorse and later won the match by submission. You can check out the clip of him putting his opponent’s face in front of the pyro machine.

After the match, Charles Mason attacked Kross with a cable and choked him out. Following this, the former WWE star sent out a message stating he will be seeing Mason in the ring soon.

Killer Kross left the Stamford-based promotion last year after a disagreement over a new deal. According to him, his wife, Scarlett, was not offered a new deal, and this led to their decision to leave the company.

This brought an end to his second stint with the company, having competed earlier from 2020 to 2021. During this period, he mainly wrestled on NXT, winning the NXT Championship twice.


Killer Kross has found success after his WWE exit

Since leaving WWE, Killer Kross has been making his name on the independent wrestling scene.

At the start of this year, he returned to Major League Wrestling and captured the MLW World Heavyweight Championship after winning the 40-man Battle Riot match.

He then beat Mike Santana and Richard Holliday to become the ACW Heavyweight Champion in March at ACE Aftershock. This came after he defeated Florentin Popa to win the RPW Heavyweight Title.

Kross won his fourth title in his current run on the independent scene after beating Matt Taven for the vacant Big Deal Energy championship. He has continued to grow and impress since his exit from the Stamford-based promotion, and it remains to be seen what’s next for him.

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-watch-2-time-wwe-champion-attacks-opponent-pyro-machine?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