Webcam Toy Preview Isolation

This code helps you isolate the camera preview on Webcam Toy.
Use the arrow keys to switch between effects.

How to Use ✨

  1. Go to WebcamToy
  2. Click the Ready? button and allow camera access.
  3. Open the Console (Press F12 → Go to Console)
  4. Copy & paste the following script, then press Enter


    document.querySelector('header').style.display = 'none';
    document.querySelector('#toy-view').style.zIndex = '100';
    document.querySelector('#content').style.transform = 'scale(1.07)';
    document.querySelector('#content').style.setProperty('top', '0', 'important');
    if (confirm("Do you want to go fullscreen?")) {
        document.documentElement.requestFullscreen().catch(err => {
            console.error(`Fullscreen error: ${err.message}`);
        });
    }

        

    Now you can record without any distractions! Use OBS Studio for recording, it's free!