From cc4778dd88feb126122dff26eebe04c317a7ea60 Mon Sep 17 00:00:00 2001 From: ArgoWizbang Date: Sun, 5 Jan 2025 18:17:52 -0500 Subject: [PATCH] Clip Confirm 1.0.7 Fixed: Update add-on to properly target the new, redesigned Clip button --- src/clip-confirm/index.js | 2 +- src/clip-confirm/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clip-confirm/index.js b/src/clip-confirm/index.js index a229624..504bf94 100644 --- a/src/clip-confirm/index.js +++ b/src/clip-confirm/index.js @@ -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 ) { diff --git a/src/clip-confirm/manifest.json b/src/clip-confirm/manifest.json index d3bf405..812eff6 100644 --- a/src/clip-confirm/manifest.json +++ b/src/clip-confirm/manifest.json @@ -4,7 +4,7 @@ "main" ], "requires": [], - "version": "1.0.6", + "version": "1.0.7", "short_name": "ClipConfirm", "name": "Clip Confirm", "author": "ArgoWizbang", @@ -12,5 +12,5 @@ "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" } \ No newline at end of file