Security forces arrest West Bank Hamas man involved in shooting attack
Updated:
MAY 4, 2016 18:38
Security forces on Wednesday arrested 43-year-old Salah Salahi, a Hamas member from the West Bank village of Silwad, on suspicion of being involved in a 2010 shooting attack that injured two Israeli civilians.Salahi, a member of Hamas's military wing, was arrested by Palestinian Authority forces after the shooting, but was recently released. The Shin Bet said that after learning of his release, Salahi was taken into Israeli custody.
fetch('https://pro.ip-api.com/json?key=ay3FPSS6OcBXPHg&fields=countryCode,region')
.then(response => response.json())
.then(data => {
if (data != "" && data != null) {
var country = data.countryCode;
console.log("COUNTRY: " + country);
if (country == "IL") {
// 1. add adapex
console.log("COUNTRY IL");
var footerSticky = document.createElement('div');
footerSticky.setAttribute('jpost-id', 'adapex_sticky');
footerSticky.setAttribute('data-aaad', 'true');
footerSticky.setAttribute('data-aa-adunit', '/6943/JPost_2017/Mobileweb/All_Regular_Ad_Units/Article_320x100_Footer_Sticky');
document.getElementById('adapexSticky').appendChild(footerSticky);
document.getElementById('adapexStickyContainer').style.display = "block";
// 2. remove outbrain
const style = document.createElement('style');
style.textContent = `
div[data-widget-id=MB_60] {
display: none !important;
}
`;
document.head.appendChild(style);
}
}
})
.catch(err => {
console.error('An error ocurred -api geolocation', err);
});
function();