See ya later! I hope you enjoy the randomly chosen page selected for you as shown below:
<script>
function goToNextSite() {
let coolSites = [
"https://100r.com/",
"https://brr.fyi/",
"https://catgirl.ai/",
"https://j3s.sh/",
"https://jeremymaluf.com/",
"https://macwright.com/",
"https://peterkos.me/",
"https://stephango.com/",
"https://taylor.town/",
"https://todepond.com/"
];
var r = Math.floor(Math.random() * coolSites.length);
let nextSite = coolSites[r];
window.open(nextSite, "_self");
}
setTimeout(goToNextSite, 10_000);
</script>
If the javascript above fails to function for you, feel free to figure your own form of following a link. Not part of a webring, but reach out if you have a nice one I should join: @ncb@mas.to