This code helps you isolate the camera preview on Webcam Toy.
Use the arrow keys to switch between effects.
F12
→ Go to Console
)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!