HomeUncategorized… بل هو ميليشيا!

… بل هو ميليشيا!


… بل هو ميليشيا!

$(function () {
// Handler for .ready() called.
$(“#searchButton”).on(“click”, function () {
var query = $(“#search”).val().trim();
if (query) {
$(“#searchForm”).submit();
}
});
$(“.updateSession”).on(“click”, function () {
var value = $(this).data(“region”);
updateSessionValue(value);
});

function updateSessionValue(sessionValue) {

$.ajax({
type: ‘POST’,
url: ‘/Site/UpdateSession’, // Ensure this matches your route
data: {
sessionValue: sessionValue

},
success: function (response) {
console.log(‘Session updated successfully’);
$(“.updateSession”).removeClass(“active”);

$(this).addClass(“active”);
window.location.href = ‘https://www.annahar.com/’;
},
error: function (xhr) {
console.error(‘Error updating session:’, error);

}
});
}

$(“.regionDropdownBtn”).click(function () {
$(this).parent().find(“.countryDropdown”).show();
});

$(document).click(function (event) {
// Check if the click is outside the countryDropdown
if (!$(event.target).closest(“.regionDropdown”).length) {
$(“.countryDropdown”).hide(); // Hide all dropdowns
}
});
});

.textResizer {
padding: 15px 0 10px;
display: flex;
align-items: center;
}

.bodyContentMainParent iframe {
width: 100%;
}

.bodyText * {
font-size: inherit !important;
line-height: 1.5;
font-family: cairo !important;
}


كتاب النهار

29-01-2026 | 05:29
… بل هو ميليشيا!
أصبح “حزب الله” اليوم في عزلة شبه تامة. فحتى حليفه التاريخي أي “التيار الوطني الحر” بات لا يوفر وسيلة للتنصّل من الحزب والابتعاد عنه حتى إن رئيسه النائب جبران باسيل، ما عاد قادراً على تجاهل حقيقة مفادها أن “حزب الله” صار عبئاً

$(document).ready(function () {
var encodedTitle = “%E2%80%A6%20%D8%A8%D9%84%20%D9%87%D9%88%20%D9%85%D9%8A%D9%84%D9%8A%D8%B4%D9%8A%D8%A7%21”;

$(“#btnShareFB”).on(“click”, function () {
var link = document.location.href;
var pageTitle = encodeURIComponent(link);

window.open(‘https://www.facebook.com/sharer/sharer.php?u=’ + link, ‘facebook-share-dialog’, ‘width=626,height=436’);
});
$(“#btnShareTwitter”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var twitterShareUrl = “https://twitter.com/intent/tweet?text=” + encodedTitle + “&url=” + encoded;
window.open(twitterShareUrl, ‘_blank’, ‘width=550,height=420’);
});
$(“#btnShareMessenger”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var messengerShareUrl = “fb-messenger://share/?link=” + encoded;
window.open(messengerShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareTelegram”).on(“click”, function () {
var link = document.location.href; // Get the current page URL
var encoded = encodeURIComponent(link); // Encode the URL

var telegramShareUrl = “https://t.me/share/url?url=” + encoded + “&text=” + encodedTitle;
window.open(telegramShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareWhatsapp”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var whatsappShareUrl = “https://api.whatsapp.com/send?text=” + encodedTitle + ” ” + encoded;
window.open(whatsappShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareMail”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var mailShareUrl = “mailto:?subject=” + encodedTitle + “&body=” + encoded;
window.open(mailShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnSharePrint”).on(“click”, function () {
// print only article content
var printContents = document.querySelector(“.topSection .title”).innerHTML;
printContents += document.querySelector(“.imgContainer”).outerHTML;
printContents += document.querySelector(“.bodyText”).innerHTML;

// print printContents
var printWindow = window.open(”, ”, ‘height=400,width=800’);
printWindow.document.write(‘Print‘);
printWindow.document.write(‘body {direction: rtl;}’);
// make page rtl
printWindow.document.write(printContents);
printWindow.document.write(”);
printWindow.document.close();
printWindow.print();
});

$(“#btnShareInstagram”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var instagramShareUrl = “https://www.instagram.com/?url=” + encoded;
window.open(instagramShareUrl, ‘_blank’, ‘width=550,height=420’);
});
$(“#btnShareLinkedIn”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var linkedinShareUrl = “https://www.linkedin.com/shareArticle?mini=true&url=” + encoded + “&title=” + encodedTitle;
window.open(linkedinShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareFBMobile”).on(“click”, function () {
var link = document.location.href;
var pageTitle = encodeURIComponent(link);

window.open(‘https://www.facebook.com/sharer/sharer.php?u=’ + link, ‘facebook-share-dialog’, ‘width=626,height=436’);
});
$(“#btnShareTwitterMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var twitterShareUrl = “https://twitter.com/intent/tweet?text=” + encodedTitle + “&url=” + encoded;
window.open(twitterShareUrl, ‘_blank’, ‘width=550,height=420’);
});
$(“#btnShareMessengerMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var messengerShareUrl = “fb-messenger://share/?link=” + encoded;
window.open(messengerShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareTelegramMobile”).on(“click”, function () {
var link = document.location.href; // Get the current page URL
var encoded = encodeURIComponent(link); // Encode the URL

var telegramShareUrl = “https://t.me/share/url?url=” + encoded + “&text=” + encodedTitle;
window.open(telegramShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareWhatsappMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var whatsappShareUrl = “https://api.whatsapp.com/send?text=” + encodedTitle + ” ” + encoded;
window.open(whatsappShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnShareMailMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var mailShareUrl = “mailto:?subject=” + encodedTitle + “&body=” + encoded;
window.open(mailShareUrl, ‘_blank’, ‘width=550,height=420’);
});

$(“#btnSharePrintMobile”).on(“click”, function () {
// print only article content
var printContents = document.querySelector(“.topSection .title”).innerHTML;
printContents += document.querySelector(“.imgContainer”).outerHTML;
printContents += document.querySelector(“.bodyText”).innerHTML;

// print printContents
var printWindow = window.open(”, ”, ‘height=400,width=800’);
printWindow.document.write(‘Print‘);
printWindow.document.write(‘body {direction: rtl;}’);
// make page rtl
printWindow.document.write(printContents);
printWindow.document.write(”);
printWindow.document.close();
printWindow.print();
});

$(“#btnShareInstagramMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var instagramShareUrl = “https://www.instagram.com/?url=” + encoded;
window.open(instagramShareUrl, ‘_blank’, ‘width=550,height=420’);
});
$(“#btnShareLinkedInMobile”).on(“click”, function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var linkedinShareUrl = “https://www.linkedin.com/shareArticle?mini=true&url=” + encoded + “&title=” + encodedTitle;
window.open(linkedinShareUrl, ‘_blank’, ‘width=550,height=420’);
});

})

document.addEventListener(‘DOMContentLoaded’, () => {
const articleId = document.getElementById(‘articleId’).value;
const authorName = document.getElementById(‘authorName’).value;

if (articleId && authorName) {
gtag(‘event’, ‘view’, {
‘event_category’: ‘Article’,
‘event_label’: authorName,
‘value’: 1
});
}
});

window.OneSignal = window.OneSignal || [];
OneSignal.push(function () {
OneSignal.init({
appId: “2d5c85e5-fb2d-4d10-9ce4-323782c157b7″,
});
});

(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement(‘script’);d.innerHTML=”window.__CF$cv$params={r:’9c55af924e6c2c9c’,t:’MTc2OTY1Nzc5Mg==’};var a=document.createElement(‘script’);a.src=’/cdn-cgi/challenge-platform/scripts/jsd/main.js’;document.getElementsByTagName(‘head’)[0].appendChild(a);”;b.getElementsByTagName(‘head’)[0].appendChild(d)}}if(document.body){var a=document.createElement(‘iframe’);a.height=1;a.width=1;a.style.position=’absolute’;a.style.top=0;a.style.left=0;a.style.border=’none’;a.style.visibility=’hidden’;document.body.appendChild(a);if(‘loading’!==document.readyState)c();else if(window.addEventListener)document.addEventListener(‘DOMContentLoaded’,c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);’loading’!==document.readyState&&(document.onreadystatechange=e,c())}}}})();


Source: Annahar

مقالات ذات صلة
- Advertisment -
Google search engine

الأكثر شهرة

احدث التعليقات