Skip to content

Commit

Permalink
Fix mousemove on Yandex Disk
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser committed Jun 18, 2024
1 parent 29d474a commit e3e17fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/vot-cloudflare-min.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vot-cloudflare.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4334,7 +4334,7 @@ const sites = () => {
host: "yandexdisk",
url: "https://yadi.sk/i/",
match: /^disk.yandex.ru$/,
selector: "yaplayertag > div:nth-of-type(1)",
selector: ".video-player__player > div:nth-child(1)",
},
{
host: "coursehunter",
Expand Down
2 changes: 1 addition & 1 deletion dist/vot-min.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4233,7 +4233,7 @@ const sites = () => {
host: "yandexdisk",
url: "https://yadi.sk/i/",
match: /^disk.yandex.ru$/,
selector: "yaplayertag > div:nth-of-type(1)",
selector: ".video-player__player > div:nth-child(1)",
},
{
host: "coursehunter",
Expand Down
2 changes: 1 addition & 1 deletion src/config/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const sites = () => {
host: "yandexdisk",
url: "https://yadi.sk/i/",
match: /^disk.yandex.ru$/,
selector: "yaplayertag > div:nth-of-type(1)",
selector: ".video-player__player > div:nth-child(1)",
},
{
host: "coursehunter",
Expand Down

0 comments on commit e3e17fc

Please sign in to comment.