Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.217.35
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/blueversion/wp-content/plugins/simple-youtube-responsive/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/blueversion/wp-content/plugins/simple-youtube-responsive/js/.yt-responsive.js
/**
 * Simple YouTube Responsive
 * Lazy Load, Since version 2.0.0
 *
 **/
function ERDYTready(fx) {
	if ( document.readyState !== 'loading' ) {
		fx();
		return;
	}
	document.addEventListener('DOMContentLoaded', fx);
}

ERDYTready( function(){
	var ERDYTlazyDiv = document.querySelectorAll('.erd-ytplay');
	for (var i=0; i < ERDYTlazyDiv.length; i++) {
		ERDYTlazyDiv[i].addEventListener( 'click', function(){
			var dataFullScreen = this.dataset.allowfullscreen;
			if( dataFullScreen && dataFullScreen == 'true' ){
				var allowFullScreen = true;
			}else{
				var allowFullScreen = false;
			}
			var erdyti = document.createElement( 'iframe' );
				erdyti.setAttribute( 'id', 'erdyti-' + [i] + '-' + this.dataset.vid );
				erdyti.setAttribute( 'frameborder', '0' );
				if( allowFullScreen ){
					erdyti.setAttribute( 'allowfullscreen', '' );
				}
				erdyti.setAttribute( 'allow', 'accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture' );
				erdyti.setAttribute( 'src', this.dataset.src );
			var erdytip = this.parentNode;
				erdytip.innerHTML = '';
				erdytip.appendChild( erdyti );
		});
	}
});

Youez - 2016 - github.com/yon3zu
LinuXploit