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
const urlParams = new URLSearchParams(window.location.search); if (navigator.userAgent.includes('Screenjesus')) { window.location.replace("/preview/"); }
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