first i'd like to thank you all for this awesome extension
it really helped my page load

i just have one problem using it
I have this extension who opens a new window in about:blank and appends HTML and Javascript to that page
On that page, a button is available and when it is clicked it will call a function from the opener (which is browser.xul)
When i have NS on, the window is opened fine and no errors or scripts blocked but when i click the button that is supposed to call a function from opener window, no function is actually called
after allowing scripts globally i knew that NS was the one blocking this function
i set about:blank as whitelist but still the error remains
any ideas how to make this possible? i don't want to keep scripts globally allowed every time i want to use that extension