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

“MFT and BAKUSAI throw down in tag team action TONIGHT on #SmackDown!”

The MFTs have undergone some major changes this year. JC Mateo and Tonga Loa used to be a part of the group, but they were both released earlier this year. The legendary Haku has become the leader of the faction, and they have already captured the WWE Tag Team Championships. The MFTs defeated Damian Priest and R-Truth last month on SmackDown to capture the titles. Priest betrayed R-Truth following their loss to The War Raiders last week on SmackDown.

MFT star reacts to Solo Sikoa rejecting The Bloodline on WWE RAW

Tama Tonga shared his thoughts on Solo Sikoa rejecting The Bloodline on RAW. Solo Sikoa used to be the leader of The MFTs but has since become a popular babyface on the red brand.

Speaking on Busted Open Radio, Tonga noted that he had a lot of love for Sikoa and was happy to see him turn down the faction. The champion added that he wanted to see Sikoa prove to everyone that he could stand on his own as a performer.

“I got so much love for Solo. I got so much love. I was very happy. I was happy to see that. I want Solo to stand on his own, to show that he can stand on his own. And I think this was a glimpse of him showing… him being defiant, that he can stand on his own,” he said.

“I want Solo to stand on his own” New WWE Tag Team Champion Tama Tonga shares his thoughts watching Solo Sikoa’s actions on Monday Night RAW with Dave LaGreca and Bully Ray https://t.co/PmUJRM5q4g

It will be interesting to see who challenges for the WWE Tag Team Championships next in the weeks ahead on SmackDown.

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-huge-wwe-match-announced-smackdown?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