window.onload = function() {

        var images = document.getElementsByTagName('img');

        for (var i = 0; i < images.length; i++) {

            var image = images[i];

            if (image.alt.length === 0) {

                continue;

            }

            image.parentNode.classList.add("imagelink");

            var altText = document.createElement('p');

            altText.textContent = "🌐 " + image.alt;

            image.parentNode.insertBefore(altText, image.nextSibling);

        }

    };

</script>

Back to overview

Tomy&#39s Tutor Typer @ ToyTales

Tomy Tutor Play Computer @ ToyTales

Video demonstration by Nostalgia Nerd on Youtube

90&#39s Kids Trackball

Forgotten Gadgets of 2001-2002

My Wanted List of Retro Toys

@rxpz@social.linux.pizza

Back to the overview

📰 Subscribe to RSS feed 📰

Proxy Information
Original URL
gemini://gemini.ctrl-c.club/~captain/posts/2024-01-16-retro-kids-toys.html
Status Code
Success (20)
Meta
text/html; charset=utf-8
Capsule Response Time
426.095742 milliseconds
Gemini-to-HTML Time
1.28394 milliseconds

This content has been proxied by September (3851b).