bypass youtube cookie screen
by aristosv from LinuxQuestions.org on (#6H2V4)
I am using the following command to show a full screen YouTube video on a remote screen.
Code:xinit /usr/bin/chromium \
--aggressive-cache-discard \
-no-sandbox \
--enable-features=OverlayScrollbar \
--window-size=1920,1080 \
--start-fullscreen \
--kiosk \
--incognito \
--noerrdialogs \
--no-first-run \
--fast \
--fast-start \
--disable-infobars \
'https://www.youtube.com/live/amzSyx8Alzk?si=vhlD1RqKGBvSQ7XH' -- -nocursor"The problem is that YouTube wants consent for cookies (see attached)
How can I bypass this screen? Keep in mind this is a headless remote computer.
Attached Thumbnails
Code:xinit /usr/bin/chromium \
--aggressive-cache-discard \
-no-sandbox \
--enable-features=OverlayScrollbar \
--window-size=1920,1080 \
--start-fullscreen \
--kiosk \
--incognito \
--noerrdialogs \
--no-first-run \
--fast \
--fast-start \
--disable-infobars \
'https://www.youtube.com/live/amzSyx8Alzk?si=vhlD1RqKGBvSQ7XH' -- -nocursor"The problem is that YouTube wants consent for cookies (see attached)
How can I bypass this screen? Keep in mind this is a headless remote computer.
Attached Thumbnails