To stop the caching problem, you could try adding this (not sure if it works): [meta http-equiv="cache-control" content="no-cache"] you will of course have to replace the ] by > and the [ by < . Its just to prevent neocities from filtering it out
Delete
Are you sure you want to remove this comment from the news feed?
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.
2 likes
Delete
Are you sure you want to remove this comment from the news feed?
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;}"
6 likes
Delete
Are you sure you want to remove this comment from the news feed?
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;
"
Delete
Are you sure you want to remove this comment from the news feed?
Thanks I’ll give that a test and if it works out it in all my html pages :) I certainly hope you are right.