mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
Add button in dearrow prompt to quickly disable future prompts
This commit is contained in:
Submodule maze-utils updated: 6bdc9402c6...2aa3c0bc23
@@ -37,6 +37,7 @@ export async function tryShowingDeArrowPromotion() {
|
|||||||
window.open("https://dearrow.ajay.app");
|
window.open("https://dearrow.ajay.app");
|
||||||
Config.config.shownDeArrowPromotion = true;
|
Config.config.shownDeArrowPromotion = true;
|
||||||
},
|
},
|
||||||
|
secondButtonText: chrome.i18n.getMessage("hideNewFeatureUpdates"),
|
||||||
referenceNode: element,
|
referenceNode: element,
|
||||||
prependElement: element.firstElementChild as HTMLElement,
|
prependElement: element.firstElementChild as HTMLElement,
|
||||||
timeout: 15000,
|
timeout: 15000,
|
||||||
|
|||||||
Reference in New Issue
Block a user