5digits / dactyl

Pentadactyl and other related Gecko extensions
Other
468 stars 98 forks source link

Fix noscript plugin #167

Closed futuro closed 7 years ago

futuro commented 8 years ago

Since FF 46, there have been a couple issues with the noscript plugin. The Array comprehension syntax changed, destructuring inside of comprehensions went away, and one of the new fat-arrow functions dropped the this needed for it to function.

I've fixed these three problems. The relevant issues are #157 and #136.

dkearns commented 7 years ago

Thanks.