Modify Javascript code for developer tools for uploading videos on youtube monetized channels
Budget: $10 – $30 USD
Modify Javascript code for developer tools for uploading videos on youtube monetized channels
Modify Javascript code for developer tools for uploading videos on youtube monetized channels.
You must have a monetized youtube channel to modify this code.
It's currently working on non-monetized channels.
This code appears to be a script written in JavaScript. It defines some constants, functions, and classes, and then it executes some actions based on a configuration that can be edited at the top of the script.
The script has two modes: 'publish_drafts' and 'sort_playlist'. The behavior of the script depends on which mode is selected.
In the 'publish_drafts' mode, the script opens the YouTube Studio's "drafts" section, clicks on the edit button for each draft video, sets the video's visibility and "made for kids" status according to the configuration, and saves the changes. After a video is saved, the script waits for a success message to appear, and then closes it.
In the 'sort_playlist' mode, the script opens a YouTube playlist, sorts the videos in the playlist based on their names, and then saves the new order.
The script defines some helper functions such as debugLog for printing debug messages, sleep for waiting for a certain amount of time, and waitForElement for waiting for an element to appear on the page.
It also defines two classes: VisibilityModal and SuccessDialog. The VisibilityModal class represents the visibility modal that appears when editing a video's visibility. The SuccessDialog class represents the dialog that appears when a video is successfully saved.
Overall, this script automates some tasks that would otherwise be tedious to do manually in YouTube Studio.
Modify Javascript code for developer tools for uploading videos on youtube monetized channels.
You must have a monetized youtube channel to modify this code.
It's currently working on non-monetized channels.
This code appears to be a script written in JavaScript. It defines some constants, functions, and classes, and then it executes some actions based on a configuration that can be edited at the top of the script.
The script has two modes: 'publish_drafts' and 'sort_playlist'. The behavior of the script depends on which mode is selected.
In the 'publish_drafts' mode, the script opens the YouTube Studio's "drafts" section, clicks on the edit button for each draft video, sets the video's visibility and "made for kids" status according to the configuration, and saves the changes. After a video is saved, the script waits for a success message to appear, and then closes it.
In the 'sort_playlist' mode, the script opens a YouTube playlist, sorts the videos in the playlist based on their names, and then saves the new order.
The script defines some helper functions such as debugLog for printing debug messages, sleep for waiting for a certain amount of time, and waitForElement for waiting for an element to appear on the page.
It also defines two classes: VisibilityModal and SuccessDialog. The VisibilityModal class represents the visibility modal that appears when editing a video's visibility. The SuccessDialog class represents the dialog that appears when a video is successfully saved.
Overall, this script automates some tasks that would otherwise be tedious to do manually in YouTube Studio.