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

However, it now appears WWE aims to boost interest by making some adjustments to its WrestleMania card. According to a report from WrestleVotes on Fightful Select, the promotion considering “natural adjustments” to the card, which includes adding a number of stipulations to the planned bouts.

The report mentioned that this could be done in order to maximize the appeal for its biggest show of the year.

It is further detailed that one option could include adding a stipulation to the opening match, which will air on traditional ESPN channels, in order to “catch the eye” of potential subscribers and hope to drive them to the full broadcast on ESPN.

This comes after it was reported that people within WWE tasked with creating visuals and promotional materials for WrestleMania 42 are not happy due to the lack of clarity in plans for the event.


Four WWE Title matches have been made official for WrestleMania 42

With Royal Rumble and Elimination Chamber in the rearview mirror, WWE has made four Title matches official so far for WrestleMania 42.

Men’s Rumble winner Roman Reigns will challenge CM Punk for the World Heavyweight Championship while women’s Rumble match winner Liv Morgan chose to go after Women’s World Champion Stephanie Vaquer at the event.

Cody Rhodes will also defend his newly won Undisputed Championship against Randy Orton after The Viper won the Elimination Chamber match to earn the Title opporunity. Jade Cargill will put her Women’s Championship on the line against Women’s Elimination Chamber match winner Rhea Ripley.