Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
SaveTube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sebaro
SaveTube
Commits
a36f4899
Commit
a36f4899
authored
Apr 07, 2018
by
sebaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Maxthon
parent
ee0633ea
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
747 additions
and
819 deletions
+747
-819
Extensions/Maxthon/SaveTube.mxaddon
Extensions/Maxthon/SaveTube.mxaddon
+0
-0
Extensions/Maxthon/SaveTube/def.json
Extensions/Maxthon/SaveTube/def.json
+14
-21
Extensions/Maxthon/SaveTube/icons/toolbar.png
Extensions/Maxthon/SaveTube/icons/toolbar.png
+0
-0
Extensions/Maxthon/SaveTube/locale/en.ini
Extensions/Maxthon/SaveTube/locale/en.ini
+2
-3
Extensions/Maxthon/SaveTube/locale/ru-ru.ini
Extensions/Maxthon/SaveTube/locale/ru-ru.ini
+2
-3
Extensions/Maxthon/SaveTube/script.js
Extensions/Maxthon/SaveTube/script.js
+729
-792
No files found.
Extensions/Maxthon/SaveTube.mxaddon
View file @
a36f4899
No preview for this file type
Extensions/Maxthon/SaveTube/def.json
View file @
a36f4899
[{
"author"
:
"Sebaro (script) & A.S. (MX add-on)"
"website"
:
"http://isebaro.com/savetube/"
"date"
:
"11.0
8.2017"
"author"
:
"Sebaro (script) & A.S. (MX add-on)"
,
"website"
:
"http://isebaro.com/savetube/"
,
"date"
:
"11.0
2.2018"
,
"type"
:
"extension"
,
"frameworkVersion"
:
"1.0.0"
,
"version"
:
"2017.08.11.2
"
,
"frameworkVersion"
:
"1.0.0"
,
"version"
:
"2018.02.11.0
"
,
"guid"
:
"{3DEDEE46-63BC-4024-9796-737F8820E16E}"
,
"name"
:
"SaveTube"
"name"
:
"SaveTube"
,
"icon"
:
"icon"
,
"title"
:
{
"_t"
:
"app.SaveTube"
},
"description"
:
{
"_t"
:
"app.Description"
},
...
...
@@ -40,7 +40,7 @@
"google.*"
,
"*mail.google.com"
,
"mail.google.com"
,
"
],
],
"js"
:
[
"script.js"
],
}]
...
...
@@ -48,7 +48,7 @@
"type"
:
"mxcmd"
,
"title"
:
{
"_t"
:
"app.SaveTube"
},
"entryPoints"
:
[
"toolbar"
],
"
icon
": "
toolbar
.png
",
"icon"
:
"
icon_16
.png"
,
{
"type"
:
"script"
,
"js"
:
[
"page.js"
]
"menu"
:
[
...
...
@@ -58,24 +58,18 @@
"icon"
:
"point.png"
,
"main"
:
"http://isebaro.com/savetube/"
},
{
"
type
": "
page
",
"
title
": {"
_t
": "
app.GitHub
"},
"
icon
": "
point.png
",
"
main
": "
https://github.com/sebaro/SaveTube
"
},
{
"type"
:
"separator"
},
{
"type"
:
"page"
,
"title"
:
{
"_t"
:
"app.Script"
},
"icon"
:
"point.png"
,
"
main
": "
http
s://github.com/sebaro/SaveTube/raw/master
/savetube.user.js
"
"main"
:
"http
://isebaro.com/savetube
/savetube.user.js"
},
{
"type"
:
"page"
,
"title"
:
{
"_t"
:
"app.Plus"
},
"icon"
:
"point.png"
,
"
main
": "
http
s://github.com/sebaro/SaveTube/raw/master
/savetubeplus.user.js
"
"main"
:
"http
://isebaro.com/savetube
/savetubeplus.user.js"
},
{
"type"
:
"page"
,
...
...
@@ -86,19 +80,18 @@
{
"type"
:
"separator"
},
{
"type"
:
"page"
,
"
title
": {"
_t
": "
app.
Developer
"},
"title"
:
{
"_t"
:
"app.
GitHub
"
},
"icon"
:
"point.png"
,
"
main
": "
http
://isebaro.com/
"
"main"
:
"http
s://github.com/sebaro/SaveTube
"
},
{
"type"
:
"page"
,
"
title
": {"
_t
": "
app.
Rate
"},
"title"
:
{
"_t"
:
"app.
Developer
"
},
"icon"
:
"point.png"
,
"
main
": "
http://
extension.maxthon.com/server/go.php?guid=
{
3
DEDEE
46-63
BC
-4024-9796-737
F
8820E16
E
}
"
"main"
:
"http://
isebaro.com/
"
}
]
}
}]
"config"
:
"http://isebaro.com/savetube/"
,
}]
\ No newline at end of file
Extensions/Maxthon/SaveTube/icons/toolbar.png
deleted
100644 → 0
View file @
ee0633ea
732 Bytes
Extensions/Maxthon/SaveTube/locale/en.ini
View file @
a36f4899
...
...
@@ -2,9 +2,8 @@
app.SaveTube
=
SaveTube
app.Description
=
Download videos from popular websites
app.About
=
About SaveTube
app.GitHub
=
Project on GitHub
app.Script
=
Original SaveTube script
app.Plus
=
Advanced SaveTube+ script
app.ViolentMonkey
=
ViolentMonkey for scripts
app.Developer
=
More projects
app.Rate
=
Rate and Review
\ No newline at end of file
app.GitHub
=
Project on GitHub
app.Developer
=
More projects
\ No newline at end of file
Extensions/Maxthon/SaveTube/locale/ru-ru.ini
View file @
a36f4899
...
...
@@ -2,9 +2,8 @@
app.SaveTube
=
SaveTube
app.Description
=
Прямая ссылка на скачивание видео на популярных сайтах
app.About
=
Что за SaveTube?
app.GitHub
=
Проект на GitHub
app.Script
=
Оригинальный скрипт SaveTube
app.Plus
=
Расширенный скрипт SaveTube+
app.ViolentMonkey
=
ViolentMonkey для скриптов
app.Developer
=
Другие проекты
app.Rate
=
Оценки и замечания
\ No newline at end of file
app.GitHub
=
Проект на GitHub
app.Developer
=
Другие проекты
\ No newline at end of file
Extensions/Maxthon/SaveTube/script.js
View file @
a36f4899
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment