How do I modify builtin #Javascript objects?
In #Firefox I can do:
Object.defineProperty(window, 'performance', { value: undefined });
but if I put it in #Greasemonkey it does nothing :(
#coding #programming #web #userscripts #privacy #paranoid
In #Firefox I can do:
Object.defineProperty(window, 'performance', { value: undefined });
but if I put it in #Greasemonkey it does nothing :(
#coding #programming #web #userscripts #privacy #paranoid