”
], { 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);
});
});
})();
The issues between the two parties continued on this week’s episode of RAW as well. Seth Rollins was part of a first-round match of the King of the Ring Tournament against Ricky Saints, Je’Von Evans, and Talla Tonga. Rollins was close to victory after taking out Saints with a stomp, but Austin Theory pulled the referee out of the ring before the three-count.
Montez Ford stormed out and neutralized Theory, but Bron Breakker took advantage of the distraction and hit a spear on Rollins. That said, by costing The Architect, The Vision inadvertently helped Je’Von Evans win.
After Rollins was taken out, Saints was going for the pin. However, The Young OG came at the last second and hit an OG Cutter on The Absolute to advance in the semifinals of the KOTR Tournament.
Evans has been a babyface since arriving to WWE. Fans adore the 22-year-old for his upbeat attitude. While The Young OG is perfect good guy material, the creative team could choose an unexpected route for him.
Je’Von Evans and The Vision?
The Young OG joining The Vision would certainly be a surprising development, but there are a few reasons why it could make sense. The faction is currently short on active members due to injuries, and adding a young star would help strengthen the group.
The timing is also interesting. Evans is coming off a big win after reaching the semifinals of the King of the Ring Tournament. Rather than continuing as an underdog babyface, WWE could use that momentum to take his character in a different direction.
Interestingly, there was a subtle tease for a heel turn for Evans. The Young OG challenged Penta for the Intercontinental Championship on the May 26 episode of RAW. Despite a valiant effort, Evans failed to dethrone the luchador. After the match, Penta raised the young star’s hand out of respect, but Evans pulled away in frustration and left the ring.
A heel turn would instantly give Evans a major storyline and freshen up The Vision at the same time. While there is no indication that such a move is imminent, the events on RAW may have planted the seeds for an unexpected alliance between The Young OG and the faction.
It will be interesting to see if Je’Von Evans can punch his ticket to the final of the KOTR Tournament.
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/22-year-old-top-wwe-superstar-turn-heel-first-time-shockingly-join-the-vision-exploring-possible?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



