xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
989 stars 85 forks source link

Styloaix edit style not working due to document.popupNode removal #87

Closed askii2 closed 3 years ago

askii2 commented 3 years ago

Mozilla replaced and removed document.popupNode in favor of popup.triggerNode. So in styloaix.uc.js, we can replace document.popupNode._style with this.parentNode.triggerNode._style

xiaoxiaoflood commented 3 years ago

Done in https://github.com/xiaoxiaoflood/firefox-scripts/commit/cf0337bd51bf420418976952bcb07bfd20cefd47#diff-997fff57371cef015b7ee8fcd686ac3a1547d6ad30212e52a61851d53ffae337, thanks.