mozilla / addon-wr

Looking Glass is a collaboration between Mozilla and the makers of Mr. Robot to provide a shared world experience.
https://support.mozilla.org/kb/lookingglass
51 stars 15 forks source link

hear the pref change #5

Closed gregglind closed 6 years ago

gregglind commented 6 years ago

options:

  1. ask before page content or other changes

    • always likely to be right
    • requires hitting pref a lot
    • easy to implement
  2. 'listen' for pref change

    • not sure how to do this.

I am tempted toward option 1 in the background.js script.

gregglind commented 6 years ago

closed in #8.

Instead, listened for pref change IN THE ADDON, then turned the extension on and off.