Skip to content

Commit

Permalink
fixing recent update to the youtube like selector
Browse files Browse the repository at this point in the history
  • Loading branch information
psygo committed Feb 3, 2024
1 parent 788a88f commit b9efee1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -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!"
5 changes: 2 additions & 3 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9efee1

Please sign in to comment.