infy-scroll icon indicating copy to clipboard operation
infy-scroll copied to clipboard

Infy not working on enhanced google searches

Open ibay770 opened this issue 1 year ago • 2 comments

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

ibay770 avatar May 28 '23 22:05 ibay770

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. 💜

sixcious avatar Jun 01 '23 06:06 sixcious

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.

ibay770 avatar Jun 16 '23 23:06 ibay770