<script> document.querySelectorAll("a").forEach(function(link) { let href = link.getAttribute("href"); if (link.href !== null) { if (link.href.indexOf("?") !== -1) { link.setAttribute("href", href.replace("?", "?oknc=1&")); } else { link.setAttribute("href", href + "?oknc=1"); }} }); </script>