[Support] iGoogle

v2.0 image upload broken (dataURI right click) with 54.0b5 x64
OS windows10 x64 home.

http://imgur.com/a/Gpy0w

not working sidebar same.

I tested v2.0 with FF54.0b6 and all functions were working fine.

The message says connection error which means connection was broken. That is an issue to do with the internet and not the addon.

Out of curiosity, how large was the image that you were trying to upload?
Upland a very large image can result in connection time-out.

I just tested with the same image (We’re building a better Internet — Mozilla) and it worked fine.

i tested
Google>search text ‘firefox’ >movies tab>right click any thumbnails

v1.7 is working.

Do you have any other addon that is interfering with it?

v1.7 was not a web-extension and the request were send differently with different permission.

WebExtensions are different. Someone else had a similar issue relating to another addon.
User had “RequestPolicy Continued” which was blocking the post requests thus resulting in ‘Connection Error: undefined undefined’ message.

idk…
my addon list : ublock origin, downloadthemall, Expire history by days, fire drag, firegestures, Lastpass, New Tab Override (browser.newtab.url replacement) , Swift Selection Search , Open Bookmarks in New Tab

just i tested clean profile with v2.0 but not working same.
I’m waiting 54b6 update thanks.

Do you get any errors in the console?

search word ‘firefox’ Browser Console from

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.google.co.jp/search?tbs=sbi:AMhZZivKU2fXFs-pKOTk_1do4hKW9x3mvlkoDXwNxRw_11935HChtKSFbnpE1NVOIjV6cZLMx2wgj0TtiowauxteSwh1o0t7TWey13YE2aWOrXGeayQJ-Otn5RBcHyrv4U7Kzjtb1hC43T2N1FKoSHxjqlO30rNMqxjvk6YgJQqIcWut_1-k0wKzERw1fTT3WzISHZbNAXkJrmPVKbk469SyLbxkYGJZZYknS5u0M0XJmzRPAum3eIPPkpLaiZ7eQoSjedwPkWIAGCUfhieWQzNrANSYXoAFOT6ZZi1UZgdSeRUXOJpGi7FIhLe8N0hirMr8BhAsS5R20AdIJZxZ4ZEtzWrmm0Ta69hKzdGleaDauoh1gKFNsbqFvHPHd9aWfDNf8SHW7Yvuyi9rR7bcwUIH1EtPGQS9zxVuqumDfRyzkdE-OL_1vvNhL-pRlT7_1DAteWpLIv6gm7A8hcL5I1UL719cUey3ui9ihBIdZjHk9uOBvuEs-ccd0YK-za2tJrGPrcjXosYVHdHZs4iyEdVPSc9wvHwR8w1_1RjjX0BJgPySklsAIjvQ8zSWBV-1ETzFKtmTPzNei5dpixL1SDhcOAEb5P_17GwUZBjYSPNbLo7ug-xGVMC2o07T5I5VMBuRPyHSihddS_1taHekVqOSjWT7nScSSKR7HZG0tFCuXVpdLAiUOVs6l9BnyiZVuoDkO8BDgH_1OnR6p9dGevoKDIaShOaH5G5dfBEMOP68RRGQSU7f6KaQ4GS9hxSrE0QIfzU-4MgKeEk3HGMHnbYORd0rveNHf-cK8UyPPH8tMI0uCiv6Jg4QiiAsPpHCPd9Q19dao-rg3ZomCMo5NpZnfJ-JCdNnxbtmG3WtIR1uLe-SGy6ebfxuOToJkii3OiiFmM2pCZRmFr-XbX-guBaDjQoGugk5C4YtYQX-Lrx7MscAd-u_1DnmVHBjmx_1mnfBY0LtPPSw-QkBoV1Qnj8RGFwyDaVRyNiC3Lnpt5_1IukQ9Lootdz-hHUWLHedZLDSKKCrtJecAPPpPKN8c-u3z06DV23UnI99PD6PkSEZOfZz7-fIxE4XGGj6MxghgGmaE1_1yWV949BAANFh779J6id5oHM1Px8-8FvidR2MDqGV-ldC2McmmPr64rdbrgBzCMICZB59tfjAhfPb7jEf2iHr_1XZpjAHeBTj0QIP6jD6tWhazllWm43tOSGQlsPQbdryowrL3_1_1Vsgh89mcx0XgLxWgc26YO-6vRXJbvcJn2wKhIcoRY_17_1I0F16owK9yqj_1trO-D9HnXq_1za3E6BemjS3M0l6L53uaZeIOPECfZ8mGpIQu4wz2Kwn27Z_1uezJyq7zD3QPjMVlyCFELlbXW-sEI6BZzyQPycFgr6eVxMo8NXSrgvEUFWuigcclgijFdmzbvC_1HClbCzXsYNveXzey-QsO6DNnb7g6XPj3DCMkybdKXPecrT5uPzuotP2UzuBr9t6kRP0XUAfGEwr1OUxNjlVEP8by5XK7TD3q_1cmA_1GaZoQABPKpQuxmahg-sVAa2Cr7tzJqpsbbfIn9fa5GnHytZ6oDSuCYsNqLV98_144q-RI00IURozF8Ps2cemraqNVsexGVUXQwWJKdEtfwNuEZrjws9Mh7TyMpTMwmwj7qWrVsjuzEdRaqlMu4OAr9DKn1IoQg_18zF1ANLB3v&gws_rd=cr&ei=YecOWeHcCci98QW-gKPYBA. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). 1 (unknown)

Now I see…

Addon sends the request to www.google.com
Either Google of your browser or another addon, redirects www.google.com to www.google.co.jp

www.google.co.jp has not been given the permission by the addon, therefore the connection gets blocked.

Let me sort out a fix and I will post an update.

Thank you for letting me know.

@Userfx v2.1 is online. Check and let me know how it works.

thanks.v2.1 works great!

@Userfx v2.2 Added Option to open the result Tab in Foreground

Is it possible to auto show the sidebar with IMGoogle drop target when a drag event from outside the browser occurs? It would save a lot of mouse work and give this sidebar thing an advantage of just opening google images and dragging there.

It is not possible to open the sidebar programmatically ie with code from within the addon.
It is possible to add a keyboard shortcut to open it but Firefox has already so many keyboard short cuts that it may conflict with other and using a 3 key combination is not ideal.

WebExtension does not allow access to local files (like the way it was before) and the only way was to create the sidebar.

If I find a better way, I will sure implement it.

I’d like to request a hotkey combination to bring up the sidebar. I don’t believe there is any way for the user to set one, so the extension developer must. For instance Firefox has ctrl+b and ctrl+h assigned to Bookmarks and History by default. Also if you don’t mind my nitpicking, “This” should actually be capitalized in the phrase “Search Google for This Image”.

Your add-on is shaping up to be one of the better options, now that many others don’t work with Firefox’s multi-process. Thanks, and keep up the good work.

It was not possible before FF54 (not on Android). It is now possible to assign a keyboard shortcut to open the sidebar.

However, it has to be hard-coded and users can not select their own combination.

The real problem is finding a good one. Keyboard shortcuts are already crowded and the way WebExtension works, duplicate ones can be disabled (e.g. another addon using the same shortcut).

Multiple key combination are not much easier than using mouse. I am open to suggestions.

That can be done … I wanted to emphasis: “Search Google for this Image” with capitalisation.

There is also the following:

Rules for Capitalization in Titles of Articles
“Short" words, those with less than five letters, are lowercase in titles, unless they are the first or last words.

Do you have a reference indicating that it would be better to capitalise ‘this’?

First of all, thanks for a simple yet effective extension that just works.

I have a request; the image search results currently always open in the default Firefox container. Could the extension be made compatible with Firefox’s multi-account containers, and open searches results in the same container that the search came from? Thanks!

Sure, that should be possible (but I haven’t looked into it yet).

I will include it in the next update.

Container support is added (Actually I will be adding it to all my add-ons)

If there are any other requests, let me know and I will include them in the next upgrade.

Wow, that was quick! Thanks very much :slight_smile:

HI @erosman, the addon has stopped working.
Google has changed their Image search and the usual querysting (https://www.google.com/searchbyimage?image_url=XXXX) no longer works.

I’ve been using your addon for a while, so thank you very much for your work.