Skip to content

Commit

Permalink
Merge pull request #227 from SashaXser/master
Browse files Browse the repository at this point in the history
Замена библиотеки на сайт (INF DEV)
  • Loading branch information
ilyhalight authored Aug 7, 2023
2 parents 96541e8 + a0bfa45 commit 44ccf67
Show file tree
Hide file tree
Showing 11 changed files with 494 additions and 342 deletions.
6 changes: 3 additions & 3 deletions dist/vot-cloudflare-min.user.js

Large diffs are not rendered by default.

278 changes: 167 additions & 111 deletions dist/vot-cloudflare.user.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vot-min.user.js

Large diffs are not rendered by default.

278 changes: 167 additions & 111 deletions dist/vot.user.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"tslib": "^2.5.3",
"tinyld": "^1.3.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.1.4",
"prettier": "^2.8.2",
Expand All @@ -37,4 +36,4 @@
"format": "prettier --write --ignore-unknown \"{web-server,src}/**/*.{html,css,js,ts,json}\"",
"dev": "webpack serve --node-env development"
}
}
}
2 changes: 1 addition & 1 deletion src/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const siteTranslates = {
rutube: "https://rutube.ru/video/",
"bilibili.com": "https://www.bilibili.com/video/",
"mail.ru": "https://my.mail.ru/",
coub: "https://coub.com/view/"
coub: "https://coub.com/view/",
};
const translations = {
ru: {
Expand Down
2 changes: 1 addition & 1 deletion src/headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"*://my.mail.ru/*"
],
"require": [
"https://cdnjs.cloudflare.com/ajax/libs/protobufjs/7.2.3/protobuf.min.js"
"https://cdnjs.cloudflare.com/ajax/libs/protobufjs/7.2.3/light/protobuf.min.js"
],
"grant": ["GM_xmlhttpRequest", "GM_info"],
"connect": ["api.browser.yandex.ru"]
Expand Down
Loading

0 comments on commit 44ccf67

Please sign in to comment.