Strona główna » Archiwum dla Biuro Rachunkowe Taxo
document.addEventListener('DOMContentLoaded', function () {
const h1Element = document.querySelector('h1');
if (h1Element && h1Element.textContent.includes('About the Author: ')) {
h1Element.textContent = h1Element.textContent.replace('About the Author: ', '');
}
});