bijij / ViewImage

Extension to re-implement the "View Image" and "Search by image" buttons into google images.
MIT License
780 stars 106 forks source link

Extension no longer works as of August 28th - Google changed layout #276

Closed SigmaTheDJ closed 8 months ago

SigmaTheDJ commented 1 year ago

Google has changed the layout of their image search results and the "View image" and "Search by image" buttons no longer appear.

Here is an example when searching for "golden retriever" and clicking on one of the results: -

https://i.imgur.com/QM9ccme.jpg

I'm using Firefox 116.0.3 on Windows 10 and version 4.1.0 of the extension.

ner00 commented 1 year ago

Google is using a new class name for the Visit button for some people; temporary workaround: https://github.com/bijij/ViewImage/issues/268#issuecomment-1476294452

SigmaTheDJ commented 1 year ago

Unfortunately that workaround does not work. Literally nothing changes after disabling the extension and switching to that script.

ner00 commented 1 year ago

Try to inspect the objects and report back https://gist.github.com/ner00/ec9ae47e202b8e99f19be44a5af6baf3?permalink_comment_id=4624468#gistcomment-4624468

Eter789 commented 1 year ago

Try to inspect the objects and report back https://gist.github.com/ner00/ec9ae47e202b8e99f19be44a5af6baf3?permalink_comment_id=4624468#gistcomment-4624468

Thank you, it worked perfectly for me

_NOTE TO ALL: Disable the extension for use the Tampermonkey script__

bijij commented 1 year ago

Hey all, I'll release a new version with updated classes later today.

Eter789 commented 1 year ago

Hey all, I'll release a new version with updated classes later today.

Thank you

bijij commented 1 year ago

Hi all, just an update. The most recent release was rejected on the Chrome WebStore, due to a bug the tester encountered.

I'm going to attempt to reproduce, fix and reapply in the coming days.

Eter789 commented 1 year ago

Hi all, just an update. The most recent release was rejected on the Chrome WebStore, due to a bug the tester encountered.

I'm going to attempt to reproduce, fix and reapply in the coming days.

Got it Thank you

zelmor commented 12 months ago

Is the manifest of the new release alright? I keep getting

Manifest file is missing or unreadable
Could not load manifest.
stevenirby commented 12 months ago

Is the manifest of the new release alright? I keep getting Manifest file is missing or unreadable Could not load manifest.

Same here.

bijij commented 12 months ago

Is the manifest of the new release alright? I keep getting

Manifest file is missing or unreadable
Could not load manifest.

Hi, is this one of the copies from an extension store, or using the release on GitHub? If the latter the manifest.json file needs to be edited for each browser now (due to divergence in manifest v3 impls)

Spuner commented 11 months ago

@bijij, why don't you update the Chrome extension?

zelmor commented 11 months ago

@bijij my bad for not paying attention, renaming manifest.base.json to manifest.json fixed my issue. Thank you.

cuprousoxide commented 11 months ago

@zelmor did you have to do anything to get the unpacked github release functioning other than renaming that one json file? I've got it loaded but it's not doing anything on my Arc browser.

Fwiw I tried running some of the user script gists in Arc's native script extension and that didn't work either.

Asqii commented 11 months ago

Userscript version is not working either (not sure if its been updated though)

ner00 commented 11 months ago

@Asqii Which userscript doesn't work? This one: https://gist.github.com/ner00/ec9ae47e202b8e99f19be44a5af6baf3 or both?

Asqii commented 11 months ago

@Asqii Which userscript doesn't work? This one: https://gist.github.com/ner00/ec9ae47e202b8e99f19be44a5af6baf3 or both?

The one linked in the readme

https://gist.github.com/bijij/58cc8cfc859331e4cf80210528a7b255

ner00 commented 11 months ago

So not both then, ok.

afterdark1880 commented 10 months ago

Hi all, just an update. The most recent release was rejected on the Chrome WebStore, due to a bug the tester encountered.

I'm going to attempt to reproduce, fix and reapply in the coming days.

Hi @bijij, any updates? As of today, your extension is still not working.

jaredmcateer commented 10 months ago

If you also install the "Google Images Restored" add-on this extension will work again. (I only tested on Firefox)

afterdark1880 commented 10 months ago

If you also install the "Google Images Restored" add-on this extension will work again. (I only tested on Firefox)

@jaredmcateer Thank you for your suggestion. Not what I intended, but still it works fine!

jaredmcateer commented 10 months ago

Totally, this is just a workaround, hopefully temporary

nicolaasjan commented 10 months ago

Meanwhile, the userscript from @ner00 still works (needs e.g. Violentmonkey extension).

bijij commented 8 months ago

Hi all, v5 of the extension has been released which should resolve these issues.

I'm waiting approval from Mozilla for Firefox, but the new version is available now for Chrome.

Thanks for your patience.