Ymeri i drejtohet Kurtit: Pse po rilicencohet kompania e Vuk Hamoviqit?

Deputetja e zgjedhur e Lidhjes Demokratike të Kosovës (LDK), Janina Ymeri, ka reaguar ndaj procesit të rilicencimit të kompanisë Energy Financing Team (EFT), duke kërkuar sqarime dhe reagim nga institucionet.
Përmes një postimi në Facebook, Ymeri ka ngritur pyetjen nëse kompania e biznesmenit serb Vuk Hamoviq po vazhdon të operojë në Kosovë përmes procesit të rilicencimit.
“Kush është tash lideri shqiptar këtu, kur kompania e Vuk Hamoviq është në proces të rilicencimit?!”, ka shkruar ajo.
Ymeri i është referuar edhe deklaratave të mëhershme të kryeministrit në detyrë, Albin Kurti, duke thënë:
“EFT-ja duhet të merr fund, thojke Albin Kurti; nuk mund t’i themi vetes shqiptarë kur vazhdon të na dominojë EFT-ja.”
Sipas saj, ndikimi i këtij grupi nuk ka përfunduar dhe, sipas pretendimit të saj, ai vazhdon të ndikojë edhe në qasjen ndaj investimeve ndërkombëtare.
Në postim, Ymeri ka publikuar një dokument ku kompania “Energy Financing Team L.L.C.” figuron si subjekt “në proces të licencimit”, ndërsa i ka bërë thirrje institucioneve të sqarojnë këtë çështje. /Telegrafi/
Nga
Telegrafi
1 minutë më parë
`;
}
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return;
}
inView(`#${slotId}`).once(“enter”, function () {
googletag.cmd.push(function () {
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
googletag
.defineSlot(
`/22646657118/${slotId}`,
[“fluid”]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push(function () {
stpd.initializeAdUnit(slotId);
});
});
});
};
boot();
}
console.log(“paragraph count:”, paragraphs.length);
paragraphs.forEach((p, i) => {
console.log(`P${i + 1}:`, (p.innerText || “”).trim().length, p);
});
function injectAds() {
let adIndex = 0;
let charCount = 0;
let charsSinceLastAd = 0;
let firstAdInserted = false;
for (let i = 0; i < paragraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const paragraph = paragraphs[i];
const paragraphNumber = i + 1;
// First ad always after paragraph 2
if (!firstAdInserted && paragraphNumber === FIRST_AD_AFTER_PARAGRAPH) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
paragraph.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
firstAdInserted = true;
charCount = 0;
charsSinceLastAd = 0;
}
continue;
}
// Do not count anything before first ad
if (!firstAdInserted) continue;
const textLength = paragraph.innerText.trim().length;
charCount += textLength;
charsSinceLastAd += textLength;
// Insert only when main threshold is reached
// AND enough text has passed since the previous ad
if (
charCount >= CHAR_THRESHOLD &&
charsSinceLastAd >= MIN_CHARS_BETWEEN_ADS
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
paragraph.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
// Keep carry-over so characters are not lost
charCount -= CHAR_THRESHOLD;
// Reset only the safety-gap counter
charsSinceLastAd = 0;
}
}
}
}
injectAds();
})();
Top Lajme








