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.19.255.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( [ "../core", "../core/isAttached", "./var/rboxStyle", "./var/rnumnonpx", "./var/getStyles", "./support" ], function( jQuery, isAttached, rboxStyle, rnumnonpx, getStyles, support ) { "use strict"; function curCSS( elem, name, computed ) { var width, minWidth, maxWidth, ret, // Support: Firefox 51+ // Retrieving style before computed somehow // fixes an issue with getting wrong values // on detached elements style = elem.style; computed = computed || getStyles( elem ); // getPropertyValue is needed for: // .css('filter') (IE 9 only, #12537) // .css('--customProperty) (#3144) if ( computed ) { ret = computed.getPropertyValue( name ) || computed[ name ]; if ( ret === "" && !isAttached( elem ) ) { ret = jQuery.style( elem, name ); } // A tribute to the "awesome hack by Dean Edwards" // Android Browser returns percentage for some values, // but width seems to be reliably pixels. // This is against the CSSOM draft spec: // https://drafts.csswg.org/cssom/#resolved-values if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { // Remember the original values width = style.width; minWidth = style.minWidth; maxWidth = style.maxWidth; // Put in the new values to get a computed value out style.minWidth = style.maxWidth = style.width = ret; ret = computed.width; // Revert the changed values style.width = width; style.minWidth = minWidth; style.maxWidth = maxWidth; } } return ret !== undefined ? // Support: IE <=9 - 11 only // IE returns zIndex value as an integer. ret + "" : ret; } return curCSS; } );