var links = document.getElementsByTagName("a")
for (let i of links) {
if (i.href.startsWith("https://kazanflowerschool.ru/")) {
if (i.href.split("?").length > 1) {
i.href += "&" + location.search.split("?")[1]
} else {
i.href += location.search
}
}
}
Ноябрьский выпуск 2019!