mdi-heart
Sponsors
@@ -105,12 +105,6 @@ export default {
discordLink: "https://discord.gg/mYnESY4Md5",
sponsors: [
{ name: "Piepacker", link: "https://piepacker.com/" },
- { name: "nodetube", link: "https://github.com/mayeaux/nodetube" },
- { name: "trig404" },
- {
- name: "Peter33",
- link: "https://www.youtube.com/watch?v=G5kzUpWAusI",
- },
{
name: "Seed4.Me VPN",
link: "https://www.seed4.me/users/register?gift=ReturnYoutubeDislike",
@@ -118,12 +112,15 @@ export default {
{
name: "PocketTube",
link: "https://yousub.info/?utm_source=returnyoutubedislike"
+ }, {
+ name: "Become our sponsor",
+ link: "https://www.patreon.com/join/returnyoutubedislike/checkout?rid=8008601"
}
],
};
},
mounted() {
- const YOUTUBE_REGEX = /(?:http:|https:)*?\/\/(?:www\.|)(?:youtube\.com|m\.youtube\.com|youtu\.|youtube-nocookie\.com).*(?:v=|v%3D|v\/|(?:a|p)\/(?:a|u)\/\d.*\/|watch\?|vi(?:=|\/)|\/embed\/|oembed\?|be\/|e\/)([^&?%#\/\n]*)/;
+ const YOUTUBE_REGEX = /(?:http:|https:)*?\/\/(?:www\.|)(?:youtube\.com|m\.youtube\.com|youtu\.|youtube-nocookie\.com).*(?:v=|v%3D|v\/|(?:a|p)\/(?:a|u)\/\d.*\/|watch\?|vi(?:=|\/)|\/embed\/|oembed\?|be\/|e\/)([^&?%#/\n]*)/;
let lastVideoId = "";
window.oninput = (e) => {
const videoId = (e.target.value.match(YOUTUBE_REGEX) || {})[1] || e.target.value;
diff --git a/Website/pages/links.vue b/Website/pages/links.vue
index eacfee9..5a0ebde 100644
--- a/Website/pages/links.vue
+++ b/Website/pages/links.vue
@@ -22,7 +22,7 @@
mdi-email
- Email
+ selivano.d@gmail.com
diff --git a/extension-description-store-russian.txt b/extension-description-store-russian.txt
new file mode 100644
index 0000000..ec36a92
--- /dev/null
+++ b/extension-description-store-russian.txt
@@ -0,0 +1,20 @@
+Return YouTube Dislike восстанавливает возвращает возможность видеть отметки «Не нравится» на YouTube.
+
+Если не работает: откройте вкладку расширений (chrome://extensions/), отключите это расширение и включите его снова. Это ошибка в chromium, которая в некоторых случаях приводит к сбою расширения. Это должно устранить большинство проблем. Надеюсь, команда chromium скоро исправит это
+
+Начиная с 13 декабря 2021 года YouTube удалил возможность видеть отметки «Не нравится» из своего API.
+Это расширение призвано вернуть власть пользователям, используя сочетание архивных данных о отметках «Нравится» и «Не нравится», а также «Нравится» и «Не нравится», сделанных пользователями расширения, чтобы показать наиболее точные рейтинги.
+
+В настоящее время более 200 миллионов данных об отметках «Нравится» и «Не нравится» к видео хранятся до 13 декабря 2021 года
+
+Активно растёт и обновляется с новыми загрузками видео после 13 декабря 2021 года
+
+Чем больше пользователей используют расширение, тем точнее оно будет
+
+Непопулярные видео, загруженные после 13 декабря 2021 года, могут содержать менее точные данные, чем более популярные видео.
+
+Это расширение в настоящее время находится в активной стадии разработки, поэтому, если у вас возникнут какие-либо проблемы, не стесняйтесь сообщать о них на нашей странице GitHub или на нашем сервере Discord.
+
+Больше возможностей появится в ближайшее время!
+
+https://github.com/Anarios/return-youtube-dislike
\ No newline at end of file
diff --git a/extension-description-store.txt b/extension-description-store.txt
index b8b7a58..f02403e 100644
--- a/extension-description-store.txt
+++ b/extension-description-store.txt
@@ -1,6 +1,6 @@
Return YouTube Dislike restores the ability to see dislikes on YouTube.
-If it doesn't work: open extensions tab (chrome://extensions/) disable this extension and enable it again. This is a bug in chromium that breaks the extension in some cases. This should fix most of the problems. Hopefully chromium team will fix this soon
+If it doesn't work: open extensions tab (chrome://extensions/) disable this extension and enable it again. This is a bug in chromium that breaks the extension in some cases. This should fix most of the problems. Hopefully the chromium team will fix this soon.
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API.
This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.
@@ -9,7 +9,7 @@ Currently has 200+ million videos likes/dislikes data stored before December 13t
Actively growing and keeping up to date with uploads after December 13th, 2021
-The more users that use the extension, the more accurate it will be
+The more users that use the extension, the more accurate it will be.
Unpopular videos uploaded after December 13th, 2021 may have less accurate data shown than more popular videos.