Skip to content
document.addEventListener('DOMContentLoaded', function() {
const h1 = document.querySelector('h1');
const firstH2 = document.querySelector('h2');
if (!h1 && firstH2) {
const newH1 = document.createElement('h1');
newH1.textContent = firstH2.textContent;
firstH2.replaceWith(newH1);
}
});
{"themeColor":"#a8123e","iconColor":"#ff9015","showLogo":true,"topBottomPosition":10,"rightLeftPosition":10,"iconSize":"small","iconCustomSize":80,"position":"bottom-left"}