How to modify the value of a variable in page script using a Firefox extension?
It seems Firefox extension cannot access the variables in page script. The same name represents different variables in page script and content script. How to modify the value of a variable in page script, then?