Nikita Vasilyev
Nikita Vasilyev
Yes, yes, and yes. I hope to release it on the next weekends.
Do you want to be a maintainer? Please send a pull request first. If everything looks good I can add you as a collaborator so you can have a push...
The extension used to check `#flying-focus`: [flying-focus.jspp.js#L2](https://github.com/NV/flying-focus/blob/6493a33ac8c32e43e1593de9b3f7f90069a0d492/standalone/flying-focus.jspp.js#L2). I removed when I implemented lazy initialization [flying-focus.js#L32-L35](https://github.com/NV/flying-focus/blob/1840dedc2a293d6992e23551514e773a31cc378c/chrome/flying-focus.js#L32-L35), e.g. the flying-focus element gets created on first focus event. In this situation race conditions...
The problem is that flying-focus.js can be initialized either before or after the extension, depending on where script element is (head or end of the body).
@slang800, that would work. I don’t have much time to test but I’ll accept a pull request. @nwinter nice, I’m a fan! I just listed it on newly created [In...
I’m not going to maintain it. I’d appreciate somebody else to take over and contribute.
> Does it support generating 'move' and 'copy' typed changes? No. > Does it attempt to minimize the number of changes in the patch at all? No. The algorithm is...
I’m accepting pull requests.
I've played with [location hack](http://wiki.github.com/Martii/greasemonkey/location-hack) a little. It's should help, but in fact it's just getting worse. I've remove all unnecessary code to show the problem. How to reproduce it:...
Well, now I have no idea how to fix it.