File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var community_data = JSON . parse ( document . getElementById ( 'community_data' ) . innerHTML ) ;
23
34String . prototype . supplant = function ( o ) {
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var video_data = JSON . parse ( document . getElementById ( 'video_data' ) . innerHTML ) ;
23
34function get_playlist ( plid , retries ) {
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var notification_data = JSON . parse ( document . getElementById ( 'notification_data' ) . innerHTML ) ;
23
34var notifications , delivered ;
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var player_data = JSON . parse ( document . getElementById ( 'player_data' ) . innerHTML ) ;
23var video_data = JSON . parse ( document . getElementById ( 'video_data' ) . innerHTML ) ;
34
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var playlist_data = JSON . parse ( document . getElementById ( 'playlist_data' ) . innerHTML ) ;
23
34function add_playlist_video ( target ) {
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var subscribe_data = JSON . parse ( document . getElementById ( 'subscribe_data' ) . innerHTML ) ;
23
34var subscribe_button = document . getElementById ( 'subscribe' ) ;
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var toggle_theme = document . getElementById ( 'toggle_theme' ) ;
23toggle_theme . href = 'javascript:void(0);' ;
34
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var video_data = JSON . parse ( document . getElementById ( 'video_data' ) . innerHTML ) ;
23
34String . prototype . supplant = function ( o ) {
Original file line number Diff line number Diff line change 1+ 'use strict' ;
12var watched_data = JSON . parse ( document . getElementById ( 'watched_data' ) . innerHTML ) ;
23
34function mark_watched ( target ) {
You can’t perform that action at this time.
0 commit comments