Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-chaubey authored Jul 13, 2024
1 parent fd84152 commit 55ff21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var ytproNCode=[];
var ytproDecipher=[];
}
var ytoldV="";
var isF=false; //what is this about?
var isF=false; //what is this for?
var isAP=false; // oh it's for bg play
var isM=false; // no idea !!
var sTime=[];
Expand Down Expand Up @@ -384,7 +384,7 @@ else if(Url.pathname.indexOf("watch") > -1){
vID=Url.searchParams.get("v");
}


/*For those who dislike the video*/
fetch("https://returnyoutubedislikeapi.com/votes?videoId="+vID)
.then(response => {
return response.json();
Expand Down Expand Up @@ -635,7 +635,7 @@ fetch('https://cdn.jsdelivr.net/npm/ytpro/bgplay.js', {cache: 'reload'});
/*Set Configration*/
function sttCnf(x,z,y){

/*Way to complex to understand*/
/*Way too complex to understand*/

if(typeof y == "string"){

Expand Down

0 comments on commit 55ff21a

Please sign in to comment.