this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Limit iframe link disabling on blog1 to only when self referential

Tholp1 cc5e984f 4f95707b

+1 -1
+1 -1
skid/blog/blog1.sk
··· 66 66 inframe = true; // i've read some browsers block window.top from iframes 67 67 } 68 68 69 - if (inframe) 69 + if (inframe && document.referrer == "https://tholps.site/blog/blog1.html") 70 70 { 71 71 let links = document.querySelectorAll("*[href]:not(*[href='#'])"); // Every link except the to-top button 72 72