Home » About to lose his coach, Feyenoord captain is actually proud of Arne’s slot at Liverpool

About to lose his coach, Feyenoord captain is actually proud of Arne’s slot at Liverpool

by admin
About to lose his coach, Feyenoord captain is actually proud of Arne’s slot at Liverpool

MAURICE VAN STEEN/EPP

Arne Slot poses with the Dutch League title disc for Feyenoord at De Kuip Stadium, Rotterdam (14/5/2023).

${item.title}

KGNow!

${timeSince(item.date_publish)}

`
}
})
document.querySelector(‘.kgnow-list’).innerHTML = rvList;
console.log($(‘.videoKG-item’).length);

// slider
//$(‘.videoKG-item’).ready(function() {
if ($(‘.videoKG-item’).length > 4) {
$(‘.kgnow-list’).slick({
autoplay: false,
infinite: false,
slidesToShow: 4,
slidesToScroll: 4,
dots: false,
fade: false,
arrows: true,
cssEase: ‘ease’,
prevArrow: “”,
nextArrow: “”,
});
} else {
$(‘.kgnow-list’).addClass(‘-fit’)
}
//});

}
}
}
let description = document.querySelector(‘meta[name=”description”]’).content;
let keywords = document.querySelector(‘meta[name=”content_tag”]’).content; let data = { “description”: “Even though he will lose his coach, Gernot Trauner, who became captain of Feyenoord, is actually proud that Arne Slot can go to Liverpool.”, “keywords”: “Liverpool, Juergen Klopp, Arne Slot”, “page_id”: “bolasport -314073690”, “current_url”: ” “title”: “Will Lose Coach, Feyenoord Captain Is Actually Proud of Arne Slot to Liverpool” } rvJixie.open(“POST”, ” true); rvJixie.setRequestHeader(‘Authorization’, ‘Bearer eyJpdiI6IjdDdjcrcjhZWnRWXC9YaVwvQWk3V1lZQT09IiwidmFsdWUiOiJHV3NId2hSQ05YSTVuTkdLZ1RySUlRPT0iLCJtYWMiOiI2ZThjZ DRjZDFkNmI5ZGY3MjNmYTE4NmQ0MDA5OTgxMDNkOGRhZDU3NjA3MzRkMDc3NGE5ZjZjMmNmNmNhYWRjIn0=’); rvJixie.setRequestHeader(‘Content-Type’, ‘application/json’); rvJixie.send(JSON.stringify(data)); } getVideo(); // Start floating on Scroll let kgnow_firstScroll = 0 // const kgnow_date = new Date(); // let kgnow_day = kgnow_date.getDate(); // let kgnow_month = kgnow_date.getMonth() + 1; // let kgnow_year = kgnow_date.getFullYear(); // let kgnow_currentDate = `${kgnow_day}-${kgnow_month}-${kgnow_year}`; window.addEventListener(‘scroll’, function(){ // if(kgnow_currentDate == ‘2023-14-8’){ if(kgnow_firstScroll==0) { let kgpl = document.getElementsByClassName(‘video-box-wrap’ )[0];
kgpl.classList.remove(‘inline’);
kgnow_firstScroll = 1
}
// }
});

function dateFormatJixie(value) {
value = value.split(” “)[0].Split(“-“); where monthText = [‘Januari’, ‘Februari’, ‘Maret’, ‘April’, ‘Mei’, ‘Juni’, ‘Juli’, ‘Agustus’, ‘September’, ‘Oktober’, ‘November’, ‘Desember’];

if (value) {
return value[2] + ‘ ‘ + monthText[parseInt(value[1]) – 1]+ ‘ ‘ + value[0];
} else {
return “”;
}
}

function timeFormatJixie(value) {
if (value) {
const timeJixie = value.split(‘:’);
if (timeJixie[0] == ’00’) {
return timeJixie[1] + ‘:’ + timeJixie[2];
} else {
return value;
}
} else {
return “”;
}
}

function urlTitle(value) {
return value.toLowerCase().replaceAll(‘ ‘, ‘-‘).replace(/[^a-zA-Z0-9-]/g, ”);
}

function timeSince(value) {
console.log(“sini”, value)

if (typeof value !== ‘object’) {
date = new Date(value);
}

var seconds = Math.floor((new Date() – date) / 1000);
var intervalType;

See also  This is a live broadcast that I don't understand and want to hear

var interval = Math.floor(seconds / 31536000);
if (interval >= 1) {
intervalType=”tahun lalu”;
} else {
interval = Math.floor(seconds / 2592000);
if (interval >= 1) {
intervalType=”bulan lalu”;
} else {
interval = Math.floor(seconds / 86400);
if (interval >= 1) {
intervalType=”hari lalu”;
} else {
interval = Math.floor(seconds / 3600);
if (interval >= 1) {
intervalType = “jam lalu”;
} else {
interval = Math.floor(seconds / 60);
if (interval >= 1) {
intervalType = “menit lalu”;
} else {
interval = seconds;
intervalType = “detik lalu”;
}
}
}
}
}

return interval + ‘ ‘ + intervalType;
}

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Privacy & Cookies Policy