Nafta më lirë sot në Kosovë, rënie e lehtë e çmimeve

Ministria e Industrisë, Ndërmarrësisë dhe Tregtisë (Kosovë) ka publikuar çmimet maksimale të lejuara për derivatet e naftës për periudhën 12–13 prill 2026, ku është regjistruar një ulje e lehtë e çmimeve krahasuar me ditën e mëparshme.
Sipas vendimit zyrtar, çmimi i naftës (dizelit) është caktuar në 1.84 euro për litër, duke shënuar një rënie prej rreth 2 centësh. Po ashtu, benzina është vendosur në 1.44 euro për litër, ndërsa gazi në 0.89 euro për litër.
Autoritetet theksojnë se këto çmime janë çmime tavan dhe vlejnë për shitjen me pakicë në të gjithë territorin e vendit, duke synuar stabilizimin e tregut dhe shmangien e abuzimeve me çmimet nga operatorët ekonomikë.
Sipas të dhënave, ndryshimi i fundit i çmimeve vjen si rezultat i lëvizjeve në bursat ndërkombëtare të naftës dhe kursit të këmbimit valutor, faktorë që ndikojnë drejtpërdrejt në çmimet finale për konsumatorët në Kosova.
Ministria e Industrisë, Ndërmarrësisë dhe Tregtisë ka bërë të ditur se do të vazhdojë monitorimin e rregullt të tregut të derivateve, me qëllim garantimin e transparencës dhe mbrojtjen e konsumatorëve nga rritjet e pajustifikuara të çmimeve. /Telegrafi/
Nga
Telegrafi
12 minutes ago
`;
}
// This is the NEW lazy-load behavior you pasted, but done safely from JS
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
// Prevent double init
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
// Wait until required libs exist (inView + GPT + stpd)
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; // give up silently
}
// Lazy-load once when entering viewport
inView(`#${slotId}`).once(“enter”, (function () {
googletag.cmd.push(function () {
// Extra guard: only define/display once
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
// Your new code defines the slot on enter
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push((function () {
stpd.initializeAdUnit(slotId);
}));
});
}));
};
boot();
}
function injectAds() {
let adIndex = 0;
for (let i = 0; i < allArticleParapgraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const block = allArticleParapgraphs[i];
// Optional: inject immediately after image-based rebellt items
if (
INJECT_AFTER_IMAGE_REBELLT_ITEM &&
block.classList.contains(“rebellt-item”) &&
block.querySelector(“img”)
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
continue;
}
// Normal cadence: every N blocks
if ((i + 1) % INJECT_EVERY === 0) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
}
}
}
injectAds();
})();
Top Lajme









