Lazyuki

Results 35 comments of Lazyuki

I was having the same issue and since I didn't know if it was a rollup bug or not I just created a plugin to fix this called [rollup-plugin-rename-node-modules](https://github.com/Lazyuki/rollup-plugin-rename-node-modules). I'm...

it should be available with v2 when it's released, as long as you have `add-ons` checked in the sync settings

So it seems that `toHaveStyle` was working up until `5.2.0-test.7`, but `test.8` broke it and started giving the error `TypeError: Cannot use 'in' operator to search for 'HTMLElement' in false`...

Hey for v2 the options page will be a whole new page instead of the tiny page inside firefox

Thanks for raising the security concerns. The reason it currently requests "access all websites" permission is so that the extension can access tabs that aren't in focus and make sure...

I see thanks for the suggestion! I will consider adding more comprehensive examples in v2

That's an interesting feature. I'd have to dig around FF's container APIs to see if it's doable. If you want, you can create a PR against the rewrite branch.

Looks like chrome changed something recently and links just crash. It would be addressed in v2

I suppose I can another option to always keep the previously selected option when opening the popup. For the time being, if you always use `Set for this tab`, then...

Yeah the container concept is fairly new so it's not available in the v1 of this add-on. I'm currently working on a complete rewrite which is going to be for...