···6666 inframe = true; // i've read some browsers block window.top from iframes
6767 }
68686969- if (inframe)
6969+ if (inframe && document.referrer == "https://tholps.site/blog/blog1.html")
7070 {
7171 let links = document.querySelectorAll("*[href]:not(*[href='#'])"); // Every link except the to-top button
7272