Skip to content

Commit

Permalink
Clip Confirm 1.0.7
Browse files Browse the repository at this point in the history
* Fixed: Update add-on to properly target the new, redesigned Clip button
  • Loading branch information
argowizbang authored Feb 11, 2025
1 parent 27675d0 commit 55df457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clip-confirm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class ClipConfirm extends Addon {
}

getClipButton() {
this.clipButton = this.rightControls.querySelector( '[data-a-target="player-clip-button"]' );
this.clipButton = this.rightControls.querySelector( '#channel-player .ScCoreButton-sc-ocjdkq-0.yKpkn' );
}

hideConfirmationModal( e ) {
Expand Down
4 changes: 2 additions & 2 deletions src/clip-confirm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main"
],
"requires": [],
"version": "1.0.6",
"version": "1.0.7",
"short_name": "ClipConfirm",
"name": "Clip Confirm",
"author": "ArgoWizbang",
"description": "Adds a confirmation prompt (with optional manual bypass) when the Clip button is clicked.",
"website": "https://argowizbang.com/ffz-add-on/clip-confirm/",
"settings": "add_ons.clip_confirm",
"created": "2023-01-10T21:37:16.583Z",
"updated": "2024-08-30T07:11:21.161Z"
"updated": "2025-01-05T23:17:55.188Z"
}

0 comments on commit 55df457

Please sign in to comment.