-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Google YouTube search link] No longer working after Google's latest update #55
Comments
I've gone ahead and made a new script from scratch which adds buttons for several different searches next to Google's search form. I'm not putting it on a userscripts site because frankly I don't have time to deal with support. You're free to copy it or parts of it if you want. I don't know for sure if it would work on the older version of Google. Maybe it would be cool to have an options window where people could easily change the buttons around. So yeah, use it or don't, and thanks for maintaining the other script! |
Of course within hours of me posting that to Pastebin, Google decided to change their search box to a textarea (after 25 years of it being an input), thus breaking the script. Anyway, it's working again now. |
I really like this format: elegant & efficient use of space. (This is a shoutout to everyone, who ever can assist!) I'ld like to add a Button to use GSearch for 'site' searches: e.g. I'm trying to make one for HN, but the following formats are not working-- 'Search URLs':
Then moved 'search?' over to 'Domains', tried: Still no-go. In all cases, the links open a gsearch page with just the vale of 'q=' in the textbox. |
To do site searches, try this: And to search HN directly, you can do: |
Thank you! That works perfectly. I'm also converting the favicons to base64 embeds -- the calls to the sites' urls every page load are too annoying & inefficient. |
@lednerg Eventually I got the new layout: Unfortunately the buttons no longer have icons (as in the screenshot in your OP). So, I have deleted the script from Greasyfork. When/if I find a solution I'll update and restore it. Side note:the buttons now are displayed in two steps, not all at once, e.g. initially: |
@darkred |
Please ensure:
Include in this issue:
Describe the problem and how to replicate it
Google has been changing how their search pages look and the latest version unfortunately breaks this script. They are slowly unveiling the new look, so some people may still be seeing the old one. The new version looks like this:
Example URL
https://www.google.com/search?q=test
Script Manager
Violentmonkey
Browser(s) used
Chrome 111
The text was updated successfully, but these errors were encountered: