Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jun 27, 2024
1 parent 4c590f6 commit 315b2ca
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body:
attributes:
label: Script version / Версия скрипта
description: Enter the version of the voice-over-translation script / Введите версию скрипта voice-over-translation
placeholder: ex. 1.4.1
placeholder: ex. 1.5.3
validations:
required: true
- type: textarea
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

# 1.x

- Исправлен жирный шрифт селекторов меню на некоторых сайтах
- Добавлена поддержка русского домена XVideos (`xv-ru.com`)
- Стандартный домен в cloudflare-версии изменен на `vot-worker.toil.cc`
- Добавлена поддержка Archive.org (#679)
- Теперь, при включенной опции "Не переводить с родного языка" проверяется соответствие только языка с которого переводится видео (ранее срабатывало только при одинаковой паре языков, например русский-русский, английкий-англиский и т.п.)
Expand Down
3 changes: 2 additions & 1 deletion dist/vot-cloudflare-min.user.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/vot-cloudflare.user.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/vot-min.user.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/vot.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/config/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const sites = () => {
{
host: "xvideos",
url: "https://www.xvideos.com/",
match: /^www.xvideos.com$/,
match: /^www.(xvideos|xv-ru).com$/,
selector: ".video-bg-pic",
},
{
Expand Down
1 change: 1 addition & 0 deletions src/headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"*://*.youtubekids.com/*",
"*://*.twitch.tv/*",
"*://*.xvideos.com/*",
"*://*.xv-ru.com/*",
"*://*.pornhub.com/*",
"*://*.vk.com/*",
"*://*.vk.ru/*",
Expand Down
1 change: 1 addition & 0 deletions src/styles/components/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
-apple-system
);
font-size: 14px;
font-weight: normal;
line-height: 1.5;
text-align: start;

Expand Down
1 change: 1 addition & 0 deletions wiki/SITES-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Status: [✅] Working
Available (sub)domains:

- `www.xvideos.com`
- `www.xv-ru.com`

Available (sub)domains:

Expand Down
1 change: 1 addition & 0 deletions wiki/SITES-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
Доступные (под)домены:

- `www.xvideos.com`
- `www.xv-ru.com`

Доступные (под)домены:

Expand Down

0 comments on commit 315b2ca

Please sign in to comment.