document.addEventListener(« DOMContentLoaded », function () {
if (document.title === « Publications HAL CERFACS à partir de 2025 – Cerfacs ») {
let style = document.createElement(« style »);
style.innerHTML =
« .col-lg-8 { width: 100%; }\n »+
« .col-lg-4 { display: none; }\n » +
« .iframe-container { position: relative; width: 100%; height: 3110px; overflow: hidden; }\n » +
« .iframe-container iframe { position: absolute; top: -60px; left: 0; width: 100%; overflow: hidden; border: none; }\n »
;
document.head.appendChild(style);
}
});