Most challenging 16 minutes of external phrases and abusive phrases for modesty, the artist Mona Farouk bought about 1,000,000 views after she went out in a dwell broadcast “Live” thru her inner most page on “Tik Focus on” wherein she lists considerable factors of her inner most lifestyles and accuses her in a case with a eminent director.
This clip did now not reason the actress Mona Farouk to ranking a lot of thousands of views, feedback and blames fully, however moreover precipitated them to be thrown in the again of bars, as the Public Prosecution submitted it to trial and the Cairo Economic Misdemeanor Courtroom issued a ruling in absentia for 3 years and fined it 100 thousand pounds on charges of assaulting the rules and family values in Egyptian society.
I am going
The investigations conducted by the Knowledge superhighway Investigations acknowledged that the artist Mona Farouk published a video clip as a dwell broadcast on the worldwide knowledge network on the social networking web page Tech Tok, wherein he directed expressions of insults and slandering a call of americans, chanting: “I am an urgency and a shatter.”
Investigations added that the length of the clip is 16 minutes, and this video became once followed up and viewed thru many people, numbering bigger than 900 thousand folks, now not like its admiration records.
Investigations indicated that this clip incorporated insulting phrases and recurring phrases talked about in Egyptian society and abusive for family values, and it became once stumbled on that the accused did this thanks to the criticism of some of its followers on social media for her misconduct, and that she did now not explain this to a notify particular person after which she deleted that viewed passage from her page.
The referral repeat issued by the Public Prosecution incorporated that the accused, Mona Farouk, all the procedure thru the month of October 2024, and a previous date, in the Sayyida Zainab Police Department Department, attacked the rules and family values in Egyptian society.
He endured the referral repeat that Mona Farouk seemed thru a dwell broadcast thru her digital fable on the social networking web page (Tek Tok) thru the certain wager network, if she became once listed for info for her inner most lifestyles, while chanting her phrases, expressions, and unhealthy hints of an incident attributed to her in case No. 6427 of 2019, misdemeanor of the first City of Nasr City.
She added that this could well fuel from the feelings of these who watched them and raises his disgusts that need to now not inherent to the values of the Egyptian family and all society, negatively affecting these who leer that viewed passage with the nature of the newsletter of such visible clips that met with the disapproval of the public and possess begun to publish it thru the “YouTube and Facebook” platforms “, which turned eminent and the colossal influence of the community in the style indicated in the investigations.
A crisis with a eminent director
The artist Mona Farouk seemed all the procedure thru a dwell broadcast video thru her Facebook fable closing October, and he or she talked about her eminent crisis that she became once uncovered to in 2019, which became once due to the leakage of some mistaken videos with a eminent director.
Mona attacked all the procedure thru the dwell broadcast one among the followers after declaring it with these leaked videos, and confirmed that she became once now not ashamed of these videos, and that she is able to cooperate with the eminent director who became once accompanying her with this video.
Mona became once now not satisfied with this matter, however rather she directed a torrent of insults to the followers, and became once uttered by some mistaken phrases, which precipitated a articulate of disgust among the followers, who criticized her all the procedure thru their feedback, and this became once what precipitated her a major crisis, as Mona confronted after this explain broadcast a call of accusations, and he or she became once referred to investigating the Public Prosecution that she referred after her to trial on charges of assaulting rules and values Family.
characteristic replaceOembedWithHtml(say, sourceData) {
if (sourceData.source.toLowerCase() === “youtube”) {
var html=”
‘;
replaceElementWithHtml(say, html);
} else if (sourceData.source.toLowerCase() === “instagram”) {
var html=”
‘;
replaceElementWithHtml(say, html);
} else if (sourceData.source.toLowerCase() === “twitter”) {
var html=”
‘;
replaceElementWithHtml(say, html);
} else if (sourceData.source.toLowerCase() === “fb”) {
var html=”
‘
replaceElementWithHtml(say, html);
} else {
replaceElementWithHtml(say, “”);
}
}
characteristic extractLinkFromOembed(say) {
return getUrlSource(say.getAttribute(“url”));
}
characteristic getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/leer?v=|.be/)((w-_)*)(&(amp;)?(w?=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/put(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.fb.com.*/(video(s)?|leer|memoir|posts)(.php?|/).+$/;
if (ytRegex.take a look at(url)) {
return {
source: “Youtube”,
url: url,
id: ytRegex.exec(url)(1)
};
}
if (instaRegex.take a look at(url)) {
return {
source: “Instagram”,
url: url,
id: instaRegex.exec(url)(3)
};
}
if (twitterRegex.take a look at(url)) {
return {
source: “Twitter”,
url: url,
id: twitterRegex.exec(url)(1)
};
}
if (fbRegex.take a look at(url)) {
return {
source: “Facebook”,
url: url,
id: fbRegex.exec(url)(1)
};
}
return {
source: “Unknown”,
url: url,
id: “”
};
}
characteristic replaceElementWithHtml(say, html) {
var str = html;
var Obj = say; //any say to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///or now not it is far straight forward replacement of entire say with contents of str var
} else { //if outerHTML is now not supported, there could be a uncommon however crossbrowsered trick
var tmpObj = document.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, say must aloof be parented
ObjParent.replaceChild(tmpObj, Obj); //here we placing our non everlasting data in decision to our design, so we can procure it then and exchange it into no matter we must the least bit times exchange to
ObjParent.innerHTML = ObjParent.innerHTML.exchange(‘
‘, str);
}
}
characteristic loadfbApi() {
var js = document.createElement(‘script’);
js.src=”
document.physique.appendChild(js);
}
characteristic 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 + "http://192.168.2.55/0.jpg"; var image = recent Image(); image.src = "https://www.elbalad.files/subject matters/elbalad/resources/pictures/no.jpg"; image.classList.add('lazyload'); image.setAttribute("data-src", source); image.setAttribute("alt", "youtube"); image.addEventListener("load", characteristic () { youtube(i).appendChild(image); }(i)); youtube(i).addEventListener("click", characteristic () { 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); }); }; } (Tagstotranslate), a eminent director (T) Exalted phrases (T) Crosses of modesty (T) artist Mona Farouk (T) Mona Farouk (T) I am a technique (T) a tense case (T) accidents
Source link