Chelsea receive a new blow before facing Benfica

The Chelsea team was defeated by the Brighton team with a score of 3-1, in the match that took place on Saturday evening at Stamford Stadium. Bridge”, among the competitions of the sixth round of the English Premier League.

Argentinian Enzo Fernandez opened the scoring for Chelsea in the 24th minute.

But things changed in the second run after the player was sent off in the 53rd minute. واستغل المخدرم داني ولبيك the opportunity to equalize in the 77th minute.

And in the last minutes of the meeting, Maxime de Coubert scored a killer goal for Brighton in the 93rd minute, then Welbeck came back to score the goal. The third one in the 100th minute, it’s time for Chelsea to return.

Chelsea’s selection came as follows:
حراسة المرمى: سانشيز
Defense: جميس, تشلوباه, حتو, كوكوريلا
Alwast: Santos, Kaisido, Enzo Fernandes
attack: إستيفاو, نيتو, بيدرو

With this result, Chelsea occupies the seventh place in the league table with 8 points, equal with Brighton who occupies the tenth place. بنفس الرصيد

And Chelsea lost their previous loss to Manchester United 2-1, while Brighton tied with Tottenham 2-2 in the last round.

This match comes as a final rehearsal for the team before facing Benfica Portugal in the European Champions League on Tuesday next week.

function replaceOembeds() {
var allEmbeds = document.getElementsByTagName(“OEMBED”);

while (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds(0), extractLinkFromOembed(allEmbeds(0)));
allEmbeds = document.getElementsByTagName(“OEMBED”);
}

runYoutubeLazyLoad();
// loadfbApi();
}

function replaceOembedWithHtml(element, sourceData) {
if (sourceData.source.toLowerCase() === “youtube”) {
var html=”

” +
‘ +
‘ +
‘ +
‘ +

‘ +

‘;

replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “instagram”) {
var html=”

‘;

replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “twitter”) {
var html=”

‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “facebook”) {
var html=”


replaceElementWithHtml(element, html);
} else {
replaceElementWithHtml(element, “”);
}

}

function extractLinkFromOembed(element) {
return getUrlSource(element.getAttribute(“url”));
}

function getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/watch?v=|.be/)((w-_)*)(&(amp;)?‌​(w?‌​=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/status(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.facebook.com.*/(video(s)?|watch|story|posts)(.php?|/).+$/;

if (ytRegex.test(url)) {
return {
source: “Youtube”,
url: url,
id: ytRegex.exec(url)(1)
};
}

if (instaRegex.test(url)) {
return {
source: “Instagram”,
url: url,
id: instaRegex.exec(url)(3)
};
}

if (twitterRegex.test(url)) {
return {
source: “Twitter”,
url: url,
id: twitterRegex.exec(url)(1)
};
}

if (fbRegex.test(url)) {
return {
source: “Facebook”,
url: url,
id: fbRegex.exec(url)(1)
};

}

return {
source: “Unknown”,
url: url,
id: “”
};
}

function replaceElementWithHtml(element, html) {
var str = html;
var Obj = element; //any element to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it’s simple replacement of whole element with contents of str var
} else { //if outerHTML is not supported, there is a weird but crossbrowsered trick
var tmpObj = document.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, element should be parented
ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to
ObjParent.innerHTML = ObjParent.innerHTML.replace(‘

‘, str);
}
}
function loadfbApi() {
var js = document.createElement(‘script’);
js.src=”
document.body.appendChild(js);
}
function runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = document.querySelectorAll(“.youtube”);

for (var i = 0; i < youtube.length; i++) {

var source = “https://img.youtube.com/vi/” + youtube(i).dataset.embed +
“/0.jpg”;

var image = new Image();
image.src = “https://www.masrtimes.com/themes/masr/assets/images/no.jpg”;
image.classList.add(‘lazyload’);
image.setAttribute(“data-src”, source);
image.setAttribute(“alt”, “youtube”);
image.addEventListener(“load”, function () {
youtube(i).appendChild(image);
}(i));

youtube(i).addEventListener(“click”, function () {

var iframe = document.createElement(“iframe”);

iframe.setAttribute(“frameborder”, “0”);
iframe.setAttribute(“allowfullscreen”, “”);
iframe.setAttribute(“src”, “https://www.youtube.com/embed/” + this.dataset
.embed + “?rel=0&showinfo=0&autoplay=1”);

this.innerHTML = “”;
this.appendChild(iframe);
});
};
}

Source link

Exit mobile version