I want to "hide" real ID of the video I am using on my website. I was thinking that I can somehow encrypt the ID before using it in html source code and then encrypt it back to normal in plyr. My knowledge is not good enough to find the right place where I can do that in the plyr.js file
Could someone help me?
I can see only one occurence of the string in the souce code
// Embed attributes
attributes: {
embed: {
provider: 'data-plyr-provider',
id: 'data-plyr-embed-id'
}
},
but have no idea how do track the right place where I can modify the value.
It would help me if you could write how you found the right place. I was helped how to modify data-plyr-provider but was given the fish. So still looking how to fish