To check if a video is monetized, go to the video’s page, view the page’s source code, and search for the string “yt_ad”. If the string is present and set to true, the video is monetized, else it’s not.
Documenting my journey experiencing new technologies and life
To check if a video is monetized, go to the video’s page, view the page’s source code, and search for the string “yt_ad”. If the string is present and set to true, the video is monetized, else it’s not.