[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
player
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 global.css
1,787 B
SET
[ EDIT ]
|
[ DEL ]
📄 loader.js
42 B
SET
[ EDIT ]
|
[ DEL ]
📄 player-static.js
506 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: player-static.js
var prestoDOMReady = function (callback) { document.readyState === "interactive" || document.readyState === "complete" ? callback() : document.addEventListener("DOMContentLoaded", callback); }; prestoDOMReady(function () { const url = window?.parent?.prestoComponents?.url || window.prestoComponents?.url; if (url) { var script = document.createElement("script"); script.type = "module"; script.src = url; document.getElementsByTagName("head")[0].appendChild(script); } });