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

Infy not working on enhanced google searches #62

Open
ibay770 opened this issue May 28, 2023 · 2 comments
Open

Infy not working on enhanced google searches #62

ibay770 opened this issue May 28, 2023 · 2 comments

Comments

@ibay770
Copy link

ibay770 commented May 28, 2023

Problem

First, many thanks for making an awesome extension.
It's not working on sites with custom google searches (https://www.searchcraigslist.net/results?q=car)
as one example. I tried using the element picker, but no dice so I thought maybe, I'd ask the expert :)

Thanks in advance.

URL

No response

Version

No response

Browser

No response

OS

No response

Device

None

@sixcious sixcious self-assigned this May 29, 2023
@sixcious
Copy link
Owner

sixcious commented Jun 1, 2023

Hi Nossy!

Thank you so much. Although this isn't an issue with Infy, I'll try my best to help you with that site as a one-time courtesy.

That's an AJAX site, and it's a pretty nasty one because it refreshes itself when iframes are appended. So, AJAX Iframe is out and that leaves AJAX Native. AJAX Native is Infy's most advanced append mode, but it's still in proof-of-concept status, and it won't work perfectly. You'll notice some slight flashing, because that's what the site normally does each time the next button is clicked.*

I've added this site to the IS Database on your behalf:
http://wedata.net/items/86128

*You can remove the flashing effect and get it working nearly perfect by using a Userstyle manager like Stylus and adding this style:

.gsc-loading-resultsRoot {
    all: unset !important;
}

If it's not working to your liking, click the toolbar icon and blacklist the Database URL. AJAX Native is going to be one of my main topics of research for the next version of Infy, but I'm not sure when that will be.

Hope this helps. 💜

@ibay770
Copy link
Author

ibay770 commented Jun 16, 2023

Thank you very much! It works great! Sure there's some slight flashing but its nothing major. I"m impressed with how you can look at any site, and be like, sure this is how you do it.
Much appreciated.

@sixcious sixcious changed the title Infy not working on enahanced google searches Infy not working on enhanced google searches Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants