Infocatcher
Infocatcher
У меня работает, но нужна исправленная версия Custom Buttons, custom_buttons-0.0.5.8.9-fixed4.xpi по ссылке выше.
I think, this is due to enabled multi-process mode: https://github.com/Infocatcher/Right_Links/issues/17
Some implementation: https://github.com/mathiasbynens/quoted-printable/blob/master/quoted-printable.js
Sorry for late reply... May be something will help: https://addons.mozilla.org/firefox/search/?q=open+in+current+tab&status=4 Since Right Links isn't about menu items, I decided to extend old hidden preferences to open windows instead of tabs....
With enabled multi-process mode? I think, this is due to synchronous messages from content process to parent process: https://github.com/Infocatcher/Right_Links/blob/0.4.1/chrome/content/contentUtils.jsm#L65 To leave only one logical place to deal with right clicks…...
> What defines an action? I'm seeing more medium impact events than right-clicks. Also left-clicks (if enabled long left-click). Potentially slow `sendSyncMessage()` happens after each mousedown/mouseup/click on link-like things. Also...
Yes, but currently WE version isn't functional due to API limitations, so I prefer to have both installed (it's still possible to apply some hacks to use legacy extensions). And...
Preferences: - _extensions.rightlinks.enabledOnCanvasImages_ – completely enable/disable `` handling - _extensions.rightlinks.enabledOnCanvasImages.sizeLimit_ – handle only small `` (or `0` to disable limits and handle everything) - _extensions.rightlinks.enabledOnCanvasImages.useBlob_ – use faster blob:… URIs...
> Do you know if this technique will be compatible with the canvas blocking tools Hmm... In CanvasBlocker (also looks like this extensions handles most of all canvas APIs): https://addons.mozilla.org/files/browse/479595/file/lib/modifiedAPI.js#L65...
May be something was already corrected in latest Nightly... Looks like all fine for me at least after restarts. Can you provide some steps to reproduce this bug?