Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
SigmaTheDJ opened this issue Aug 28, 2023 · 24 comments
Closed
Labels
bug Something isn't working

Comments

@SigmaTheDJ
Copy link

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.

@SigmaTheDJ SigmaTheDJ added the bug Something isn't working label Aug 28, 2023
@ner00
Copy link
Contributor

ner00 commented Aug 28, 2023

Google is using a new class name for the Visit button for some people; temporary workaround: #268 (comment)

@SigmaTheDJ
Copy link
Author

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

@ner00
Copy link
Contributor

ner00 commented Aug 29, 2023

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

@Eter789
Copy link

Eter789 commented Aug 30, 2023

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
Copy link
Owner

bijij commented Aug 30, 2023

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

@Eter789
Copy link

Eter789 commented Aug 30, 2023

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

Thank you

@bijij bijij closed this as completed in f520c3b Sep 2, 2023
@bijij
Copy link
Owner

bijij commented Sep 4, 2023

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.

@bijij bijij reopened this Sep 4, 2023
@Eter789
Copy link

Eter789 commented Sep 4, 2023

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
Copy link

zelmor commented Sep 4, 2023

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

Manifest file is missing or unreadable
Could not load manifest.

@stevenirby
Copy link

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

Same here.

@bijij
Copy link
Owner

bijij commented Sep 7, 2023

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
Copy link

Spuner commented Sep 11, 2023

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

@zelmor
Copy link

zelmor commented Sep 13, 2023

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

@cuprousoxide
Copy link

@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
Copy link

Asqii commented Sep 15, 2023

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

@ner00
Copy link
Contributor

ner00 commented Sep 20, 2023

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

@Asqii
Copy link

Asqii commented Sep 21, 2023

@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
Copy link
Contributor

ner00 commented Sep 21, 2023

So not both then, ok.

@afterdark1880
Copy link

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
Copy link

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

@afterdark1880
Copy link

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
Copy link

Totally, this is just a workaround, hopefully temporary

@nicolaasjan
Copy link

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

@bijij
Copy link
Owner

bijij commented Dec 31, 2023

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.

@bijij bijij closed this as completed Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests