”
], { 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);
});
});
})();
Montez Ford has been gone from WWE events for a long time. He has not been competing regularly, with the Street Profits currently away from regular performances. There is no telling on when exactly the two of them will be returning to regular programming, but when it does happen, it seems that Montez Ford will be doing so following the example of Randy Orton, having completely changed his look.
Bianca Belair has been out of action since last year after she shattered her knuckle, and in more recent months, it seems that Ford and Dawkins have been given a break. Reports have stated that this is the longest that Ford and Belair have been able to spend at home in a long time, as they have been continuously wrestling since signing with WWE.
However, it seems that Ford has use the time away to change his look. Of Angelo Dawkins and Ford, the latter star has always been the skinnier of the two, using his high flying offense in their matches. Both stars have always been athletic, but now, Ford has changed that skinny look for a much more muscled look, and has put on some weight with his muscles as well, looking the same size as Dawkins.
The video came from an appearance at the WWE NXT Nashville house show, where the two stars teamed with Hank and Tank to take on Dark State. He even shouted about it after needing help to get his gear off, saying, “I got my weight UP” to the shocked fans.
The video of the moment can be seen below.
There is no date yet on when they will return, but fans will have to stay tuned to find out what happens when they do come back. It should be noted that Randy Orton used his time away for a similar body transformation.
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-watch-montez-ford-has-completely-changed-look-during-absence-from-wwe-shows-off-to-shocked-fans?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


