”
], { 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);
});
});
})();
#3. The MFTs could retain clean
The MFTs won the WWE Tag Team Championship in the chaos of a Triple Threat Match. Their first defense could be a chance to show that they can win without relying on the unpredictability of a multi-team match.
Tama Tonga and Talla Tonga could defeat Priest and Truth cleanly. That would establish the champions as a dominant team and give their reign some early momentum.
#2. The MFTs could take things too far
Tama Tonga and Talla Tonga could get too aggressive during the match. The champions could repeatedly attack Damian Priest and R-Truth and ignore the referee’s warnings.
The referee would have no choice but to call for the bell. Priest and Truth would win by disqualification, but the MFTs would remain the WWE Tag Team Champions.
That would give Priest and Truth a reason to ask for another title opportunity. It would also present Tama and Talla as dangerous champions without ending their reign so early. With Haku by their side, the MFTs have adopted a more aggressive attitude, which could be on full display on SmackDown.
#1. The War Raiders could disrupt the WWE Tag Team Championship match
The War Raiders could disrupt the WWE Tag Team Championship match. Erik and Ivar were part of the Triple Threat Match in which the MFTs won the titles, but they weren’t pinned.
That could give The War Raiders a reason to believe they deserve another title opportunity. They could interrupt the rematch between the MFTs and Priest/Truth and force themselves back into the title picture. The creative team could have Erik and Ivar appear when the match is reaching its conclusion. Their involvement could lead to chaos between all three teams.
The referee could then call for a no-contest, allowing the MFTs to retain the championships. It would also keep the MFTs vs. War Raiders alive and give the creative team a reason to eventually book a straight title match between the two teams.
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/3-finishes-the-mfts-vs-damian-priest-r-truth-wwe-tag-team-titles?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


