Unmask - Sandbox - XPCNativeWrapper
The original XPCNativeWrapper function can be accessed through the 'Sandbox' object;
this can be used to retrieve the native
'window' object and read the actual values.
window.screen.__parent__
window.screen.valueOf.call()
window.__lookupGetter__("screen").valueOf.call()
window.screen.__lookupGetter__("height").valueOf.call()
window.screen.__lookupGetter__("width").valueOf.call()
window.screen.__lookupGetter__("top").valueOf.call()
window.screen.__lookupGetter__("left").valueOf.call()
window.screen.__lookupGetter__("availHeight").valueOf.call()
window.screen.__lookupGetter__("availWidth").valueOf.call()
window.screen.__lookupGetter__("colorDepth").valueOf.call()
window.screen.__lookupGetter__("pixelDepth").valueOf.call()
window.screen.__lookupGetter__("availTop").valueOf.call()
window.screen.__lookupGetter__("availLeft").valueOf.call()
window.navigator.mimeTypes.__parent__
window.navigator.mimeTypes.valueOf.call()
window.navigator.plugins.__parent__
window.navigator.plugins.valueOf.call()
window.XPCNativeWrapper.valueOf.call()
Screen Original Values:
Screen Actual Values:
go back
History Original Values:
History Actual Values:
Navigator Original Values:
Navigator Actual Values: