Greqia nis skemë subvencioni për karburantet ndërsa rriten çmimet e energjisë

Greqia nisi një skemë “fuel pass” për të ndihmuar në kompensimin e kostove në rritje të energjisë të nxitura nga lufta në vazhdim SHBA-Izrael-Iran.
Sipas programit, pronarët e makinave që plotësojnë kushtet në territorin kontinental do të marrin 50 euro, ndërsa banorët e zonave ishullore do të marrin 60 euro, raportoi “Kathimerini”.
Pronarët e motoçikletave do të marrin 30 euro, ose 35 euro në ishuj.
Masa zbatohet për individë, përfshirë të vetëpunësuarit, me të ardhura vjetore të deklaruara deri në 25.000 euro për aplikantët beqarë dhe 35.000 euro për çiftet e martuara.
Autoritetet vlerësojnë se skema do të mbulojë rreth 75 për qind të drejtuesve të mjeteve në vend, sipas gazetës.
Çmimet e karburantit janë rritur pas sulmeve izraelito-amerikane dhe kundërsulmeve të Iranit.
Çmimet e benzinës në territorin kontinental janë rritur mbi 2 euro për litër nga rreth 1,7 euro para luftës, duke arritur deri në 2,35 euro në disa zona ishullore.
Greqia ka varësinë më të lartë nga energjia e Gjirit Persik ndër vendet evropiane, me rreth 36 për qind të importeve që vijnë nga rajoni. /AA/
Nga
Telegrafi
15 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









