This repository was archived by the owner on Mar 23, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
"addons" : {
3
3
"unlisted-particle@particlecore.github.io" : {
4
4
"updates" : [{
5
- "version" : " 1.9.5 " ,
5
+ "version" : " 1.9.6 " ,
6
6
"update_link" : " https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi" ,
7
7
"applications" : {
8
8
"gecko" : {
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
- // @version 1.9.5
2
+ // @version 1.9.6
3
3
// @name YouTube +
4
4
// @namespace https://github.com/ParticleCore
5
5
// @description YouTube with more freedom
595
595
player . cueVideoByPlayerVars ( b . args ) ;
596
596
}
597
597
player . setPlaybackQuality ( user_settings . VID_DFLT_QLTY ) ;
598
+ player . setPlaybackQualityRange ( user_settings . VID_DFLT_QLTY ) ;
598
599
}
599
600
return temp ;
600
601
} ;
1505
1506
player = document . getElementById ( "movie_player" ) ;
1506
1507
if ( player ) {
1507
1508
player . setPlaybackQuality ( user_settings . VID_DFLT_QLTY ) ;
1509
+ player . setPlaybackQualityRange ( user_settings . VID_DFLT_QLTY ) ;
1508
1510
}
1509
1511
}
1510
1512
}
2429
2431
holder = document . createElement ( "link" ) ;
2430
2432
holder . rel = "stylesheet" ;
2431
2433
holder . type = "text/css" ;
2432
- holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.9.4 " ;
2434
+ holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.9.6 " ;
2433
2435
document . documentElement . appendChild ( holder ) ;
2434
2436
}
2435
2437
holder = document . createElement ( "script" ) ;
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
- // @version 1.9.5
2
+ // @version 1.9.6
3
3
// @name YouTube +
4
4
// @namespace https://github.com/ParticleCore
5
5
// @description YouTube with more freedom
595
595
player . cueVideoByPlayerVars ( b . args ) ;
596
596
}
597
597
player . setPlaybackQuality ( user_settings . VID_DFLT_QLTY ) ;
598
+ player . setPlaybackQualityRange ( user_settings . VID_DFLT_QLTY ) ;
598
599
}
599
600
return temp ;
600
601
} ;
1505
1506
player = document . getElementById ( "movie_player" ) ;
1506
1507
if ( player ) {
1507
1508
player . setPlaybackQuality ( user_settings . VID_DFLT_QLTY ) ;
1509
+ player . setPlaybackQualityRange ( user_settings . VID_DFLT_QLTY ) ;
1508
1510
}
1509
1511
}
1510
1512
}
2429
2431
holder = document . createElement ( "link" ) ;
2430
2432
holder . rel = "stylesheet" ;
2431
2433
holder . type = "text/css" ;
2432
- holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.9.4 " ;
2434
+ holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.9.6 " ;
2433
2435
document . documentElement . appendChild ( holder ) ;
2434
2436
}
2435
2437
holder = document . createElement ( "script" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " YouTube Plus" ,
4
- "version" : " 1.9.5 " ,
4
+ "version" : " 1.9.6 " ,
5
5
"description" : " YouTube with more freedom" ,
6
6
"default_locale" : " en" ,
7
7
"icons" : {
You can’t perform that action at this time.
0 commit comments