mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 05:27:03 +03:00
don't append skip button for full video labels
This commit is contained in:
@@ -708,8 +708,9 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
|
||||
&& [SponsorHideType.Visible, SponsorHideType.Hidden].includes(downloadedTimes[i].hidden)) {
|
||||
voteButtonsContainer.appendChild(hideButton);
|
||||
}
|
||||
if (downloadedTimes[i].actionType !== ActionType.Full) {
|
||||
voteButtonsContainer.appendChild(skipButton);
|
||||
|
||||
}
|
||||
|
||||
// Will contain request status
|
||||
const voteStatusContainer = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user