Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
Youtube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoStreaming
Plugins
Youtube
Compare revisions
f2c6ea94230e80031d6703116acdbbca0061e818 to de038eb865d1b0f4b5dfa2277214ff3c16e75cd8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
videostreaming/plugins/youtube
Select target project
No results found
de038eb865d1b0f4b5dfa2277214ff3c16e75cd8
Select Git revision
Swap
Target
videostreaming/plugins/youtube
Select target project
videostreaming/plugins/youtube
1 result
f2c6ea94230e80031d6703116acdbbca0061e818
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Cipher
· de038eb8
Kelvin
authored
3 months ago
de038eb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
YoutubeScript.js
+1
-1
1 addition, 1 deletion
YoutubeScript.js
with
1 addition
and
1 deletion
YoutubeScript.js
View file @
de038eb8
...
@@ -37,7 +37,7 @@ const URL_YOUTUBE_SPONSORBLOCK = "https://sponsor.ajay.app/api/skipSegments?vide
...
@@ -37,7 +37,7 @@ const URL_YOUTUBE_SPONSORBLOCK = "https://sponsor.ajay.app/api/skipSegments?vide
const URL_YOUTUBE_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=";
const URL_YOUTUBE_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id=";
//Newest to oldest
//Newest to oldest
const CIPHER_TEST_HASHES = ["3400486c", "b22ef6e7", "a960a0cb", "178de1f2", "4eae42b1", "f98908d1", "0e6aaa83", "d0936ad4", "8e83803a", "30857836", "4cc5d082", "f2f137c6", "1dda5629", "23604418", "71547d26", "b7910ca8"];
const CIPHER_TEST_HASHES = [
"3bb1f723",
"3400486c", "b22ef6e7", "a960a0cb", "178de1f2", "4eae42b1", "f98908d1", "0e6aaa83", "d0936ad4", "8e83803a", "30857836", "4cc5d082", "f2f137c6", "1dda5629", "23604418", "71547d26", "b7910ca8"];
const CIPHER_TEST_PREFIX = "/s/player/";
const CIPHER_TEST_PREFIX = "/s/player/";
const CIPHER_TEST_SUFFIX = "/player_ias.vflset/en_US/base.js";
const CIPHER_TEST_SUFFIX = "/player_ias.vflset/en_US/base.js";
...
...
This diff is collapsed.
Click to expand it.