Chmil,
он работает, если в head подключаете надо оборачивать DOMContentLoaded
document.addEventListener("DOMContentLoaded", function(){
if(/\?template=accessibility/.test(document.location.search)){
document.querySelectorAll('a').forEach(el=> el.href+= el.innerHTML == 'Обычная версия'?'':'?template=accessibility');
}
});