Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.15.10.50
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
jquery /
src /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
var
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
addGetHookIf.js
530
B
-rw-r--r--
1985-10-26 08:15
adjustCSS.js
1.96
KB
-rw-r--r--
1985-10-26 08:15
curCSS.js
1.62
KB
-rw-r--r--
1985-10-26 08:15
finalPropName.js
849
B
-rw-r--r--
1985-10-26 08:15
hiddenVisibleSelectors.js
317
B
-rw-r--r--
1985-10-26 08:15
showHide.js
2.25
KB
-rw-r--r--
1985-10-26 08:15
support.js
3
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
define( function() { "use strict"; function addGetHookIf( conditionFn, hookFn ) { // Define the hook, we'll check on the first run if it's really needed. return { get: function() { if ( conditionFn() ) { // Hook not needed (or it's not possible to use it due // to missing dependency), remove it. delete this.get; return; } // Hook needed; redefine it so that the support test is not executed again. return ( this.get = hookFn ).apply( this, arguments ); } }; } return addGetHookIf; } );