Tweak annoying defaults and enable quality of life features
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
In all of the modules inside `lib` folder, you are using `this.`. There isn't any class there. They are normal functions and obviously this package won't work just because of that.
I will change the modules to use proper classes in a later release. Currently I am binding `this` in `extension.js:19`: ``` this._modules = [ ['click-to-close-overview', updateClickToCloseOverview.bind(this), disableClickToCloseOverview.bind(this)], ... ]; ``` I obviously tested the extension before uploading it.
You shouldn't do that. It makes the code unreadable.