darkred
darkred
I made a change so that the popup close gets canceled if you re-mousenter quick enough, within 1 sec (1000 ms) (and updated the screenshot in the OP).
Hi @fregante Is there any way I can assist you in making the PR complete ? Some notes: - About the popup closing to be canceled if you re-mousenter...
> Thank you! I’ll make sure it works correctly soon @fregante Have you changed your mind? Do you find this PR is not salvageable? Should I close this?
> it’d break expectations of existing users and its not worth adding an option for it. What about adding it as an option that is disabled by default? With the...
The issue still exists in 3.5.0 (FF 49.0.2 x64 in win10 ). The only part of this feature that currently _works_ is this: if the `Enable keyboard shortcuts` setting in...
I'd like to note that if you open the above [tweet URL](https://twitter.com/TwitterSupport/status/1150813610370748416) while having login to Twitter, then by default(=without the script) the reply count appears ok (`825`) but it's...
Thanks for replying. I'm glad you have a workaround. I wrote this issue guessing that Twitter has probably made it impossible for the script to work again. And that "Bad"...
Ι fixed the issue by manually killing the old `node.exe` process that was running `C:\Users\Kostas\AppData\Roaming\npm\\node_modules\npm-gui\index.js` from previous session.
I'm currently getting the following with Node 16.3.0 (npm -v 7.15.1) on win10: warnings: ``` PS C:\Users\Kostas> npm install -g web-ext npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE...
I'm aware that both you and @gera2ld are against integrating ESLint (https://github.com/violentmonkey/violentmonkey/issues/836#issuecomment-581131775) , but, just for reference as an alternative approach, in case it might have missed your attention, I'd...