Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
v16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python authored Dec 21, 2023
1 parent 633128e commit a242973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions YT.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log('YT.js >> V2.00.07');
console.log('YT.js >> V2.00.08');

// 1. Créez un objet de lecteur IFrame
var player = 'none';
Expand All @@ -19,7 +19,7 @@ function changeVideo(vid_id) {
player.playVideo();
document.title = 'MialaMusic Playlist Randomer';
document.getElementById('infos_vid').innerText = 'Chargement... (ID: ' + vid_id + ' #' + id + ') - MialaMusic Playlist Randomer';
window.history.pushState(null, '', '/YT/watch.php?idx=' + id);
// window.history.pushState(null, '', '/YT/watch.php?idx=' + id);
}

function prev() {
Expand Down
4 changes: 2 additions & 2 deletions fav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log('fav.js >> V2.00.15');
console.log('fav.js >> V2.00.16');

var videos = [],
infini_detect = 0;
Expand Down Expand Up @@ -52,7 +52,7 @@ function end_scan() {
body.appendChild(mpl);

var scr_list = [
"https://www.youtube.com/s/player/d23221b6/www-widgetapi.vflset/www-widgetapi.js",
// "https://www.youtube.com/s/player/d23221b6/www-widgetapi.vflset/www-widgetapi.js",
"https://miala-python.github.io/yt/iframe_api.js",
"https://miala-python.github.io/yt/lib/jquery.js",
"https://miala-python.github.io/yt/lib/pubblock.js"
Expand Down

0 comments on commit a242973

Please sign in to comment.