mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-05 03:30:12 +00:00
better video button title
This commit is contained in:
parent
cd5e9a8c0a
commit
bf1c47843f
@ -329,7 +329,7 @@ function buildVideoButton(titleContainer) {
|
||||
|
||||
dlButton.setAttribute('data-id', videoId);
|
||||
dlButton.setAttribute('data-type', 'video');
|
||||
dlButton.title = `TA download video ${videoId}`;
|
||||
dlButton.title = `TA download video: ${titleContainer.innerText} [${videoId}]`;
|
||||
|
||||
Object.assign(dlButton.style, {
|
||||
display: 'flex',
|
||||
|
Loading…
Reference in New Issue
Block a user