Forum Discussion
cblown
Boss
Urgh.. 🧹
I'm not sure if this would work, but can you override the G function?
var origG = G;
G = function(f, a, b) {
alert("some new G");
//return origG(f, a, b);
}
keithkelly
2 years agoLeader
I'd expect this to work - until that file gets re-obfuscated/minified/scrunchified. Does each recompile of the obfuscated file give the same method names?
Maybe I'll keep an eye on it for a while. But, I noticed Khoros' PM page doesn't do this.
Good idea for a hack though, I may end up resorting to this.
Related Content
- 2 years ago
- 4 years ago
- 10 months ago
- 2 years ago