Günün çizgisi

Günün çizgisi
momolgtm/kefge @momolgtm -Terör koridoru
GALERİ KATEGORİLERİ
inks = document.querySelectorAll('.list-group-item-action a'); links.forEach(function(link) { var linkPath = new URL(link.href).pathname; if (linkPath === currentPath) { link.closest('.list-group-item-action').classList.add('active'); } });