diff --git a/manifest.json b/manifest.json index a13649d..8c3fe3b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "YT Kbd Nav", "author": "Philippe Fanaro", - "version": "0.0.2", + "version": "0.0.3", "description": "YouTube keyboard navigation to the max.", "content_scripts": [ { diff --git a/package.json b/package.json index 3b1babe..dd302a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yt_kbd_nav", - "version": "0.0.2", + "version": "0.0.3", "description": "YouTube Keyboard Navigation", "license": "ISC", "author": "Philippe Fanaro", diff --git a/release.sh b/release.sh index 02cdc7f..c812908 100644 --- a/release.sh +++ b/release.sh @@ -1,6 +1,7 @@ #!/bin/bash -CURRENT_VERSION=$(npm pkg get version | tr -d '"') +CURRENT_VERSION=$(pnpm pkg get version | tr -d '"') zip -r "release_$CURRENT_VERSION.zip" dist + echo "Zipped Release $CURRENT_VERSION!" diff --git a/src/content.ts b/src/content.ts index 21a56ff..afa1db8 100644 --- a/src/content.ts +++ b/src/content.ts @@ -232,11 +232,10 @@ function likeQuery(isShorts: boolean = false, like: boolean = true) { #top-level-buttons-computed > segmented-like-dislike-button-view-model > yt-smartimation > - div > - div > + div > div > ${like ? "" : "dis"}like-button-view-model > toggle-button-view-model > - button > + button-view-model > button > yt-touch-feedback-shape > div > div.yt-spec-touch-feedback-shape__fill