Skip to content

Commit 7f881e8

Browse files
authored
Merge pull request ajayyy#2395 from ShreyMarwaha/fix/add-clipboard-write-permission
fix: Add missing clipboard write permission
2 parents 49678c8 + 97cd11f commit 7f881e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,6 +2205,7 @@ function openInfoMenu() {
22052205
popup.id = "sponsorBlockPopupContainer";
22062206

22072207
const frame = document.createElement("iframe");
2208+
frame.allow = "clipboard-write";
22082209
frame.width = "374";
22092210
frame.height = "500";
22102211
frame.style.borderRadius = "12px";

0 commit comments

Comments
 (0)