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