You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Thank you for the tip! I did not notice. Also, to get the custom thumbnail:
add this script to your index.html file, make a folder of your choice (I just made a /preview/ folder), add a new index.html file to THAT folder, and use that to make your custom preview. Here's mine for ref
https://iwishyouroses.neocities.org/preview/index.html
const urlParams = new URLSearchParams(window.location.search); if (navigator.userAgent.includes('Screenjesus')) { window.location.replace("/preview/"); }
(btw, credits to ARandomSite for the code)
it works, thank you!!! currently working on an actual thumbnail, lol