Help to create a script to youtube

Hello, how are you guys?
Sorry for bother, but can someone help me to create a script for youtube, which copies the user mention name with @ and then go to another chrome tab and paste in the youtube video description

I made an example video below
I used the chrome extension called “copy link name”
is basically copy and paste
copy the username go to another tab, paste in the video description and press enter
copy the bellow username go to another tab, paste in the video description and press enter
copy the bellow go to another tab, paste in the video description and press enter…

it is a very boring and time consuming task to do manually

Hi
It is not possible to create a macro without being able to access the site to try the various xpaths.
The work you have to do maybe can be done with a storetext to extrapolate username, then you have to count them to find the next one and finally you have to paste it in the new tab and click on confirm username.
In my opinion it is a complex job because you need to find good xpaths to be able to create a loop for all usernames.
Another problem that can occur is that youtube loads the page in pieces (lazy load) and this makes it difficult to understand how many usernames to copy and paste there are.

1 Like