i recommend that you remove all the script tags relating to local.adguard.org. the domain is inaccessible from the internet but because of that the browser takes forever to load the page as it tries to load every mention. the domain seems to be for a family of local-network-wide adblockes. they may only be working on your network.
The lain pages you can click through (love.html etc) often contain images that are supposed to appear with sharp pixels but instead are getting blurred by the browser upscaling them. you can add this inside a style tag to make the browser keep the sharpness of them: "* {image-rendering: pixelated !important;}"
im not sure if its intentional or not but on your transgender.money site the background is a bit wonky.
try adding this to the body{} rule of your pages css. it will properly center the background and make it stop scrolling. you may prefer how it looks:
"
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
"
Great advice! This didn't use to be a problem, but I gotta try adapt to the future.