Bajrami: Është absurde ajo që po ndodh me çmimet e naftës në Kosovë

Deputetja e LDK-së dhe ish-ministrja e Financave, Hykmete Bajrami, ka reaguar ashpër ndaj rritjes dhe mos-uljes së çmimeve të naftës në Kosovë, duke e cilësuar situatën si “absurde” dhe në dëm të qytetarëve.
Sipas saj, çmimet janë rritur menjëherë pas raportimeve për mbylljen e ngushticës së Hormuzit, por nuk kanë reflektuar rënien e tyre në bursë pas qetësimit të situatës.
“Për t’u rritur çmimi mjafton një lajm, por për t’u ulur duhet ‘kohë’. Kjo nuk është logjikë tregu, ky është abuzim ndaj qytetarëve”, ka deklaruar Bajrami.
Ajo ka akuzuar Qeverinë se po e toleron këtë situatë dhe po e shfrytëzon krizën për të mbushur buxhetin e shtetit, duke mos ndërmarrë masa konkrete për mbrojtjen e konsumatorëve.
Sipas Bajramit, problemi qëndron te mungesa e vullnetit për uljen e taksave, menaxhimi i dobët dhe mungesa e analizës së të dhënave, duke theksuar se institucionet nuk po përdorin informacionet që posedojnë për tregun e naftës.
Ajo ka propozuar disa masa konkrete, përfshirë raportimin ditor të stokut dhe çmimit të importit, reflektimin në kohë reale të çmimeve dhe uljen e TVSH-së dhe akcizës.
“Nafta është burim inflacioni. Nëse nuk stabilizohet çmimi i saj menjëherë, çdo ndihmë pas inflacionit vetëm sa e përkeqëson situatën”, ka theksuar Bajrami, duke shtuar se problemi kryesor mbetet mungesa e vullnetit për veprim./Telegrafi/
Nga
Telegrafi
22 seconds 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








