xiaoxiaoflood/firefox-scripts

StyloaiX bug with multiple open window

Closed this issue · 1 comments

If there are several windows open in the browser, there is a chance of getting an error: "menuitem is not defined".

Replace:
menuitem.setAttribute('checked', aStatus);
to:
menuitem?.setAttribute('checked', aStatus);

Thanks!