Could you please help me with a problem? When I search for something on Google, I usually open all the links (about 10 or more) and then go through them one by one. I would like to enable a feature where all the query results (about 10 on the search page) open immediately in the same window.
If someone can help, it would be greatly appreciated.
If a custom script for tabs in the browser can achieve this, it would be ideal. However, I welcome any other suggestions or solutions.
2
Answers
add this script to the browser with the Tampermonkey extension and create a new script below.
Make sure to turn on Developer mode in the Chrome extension setting.
You can create a snippet that will do that. First lets do a javascript code for the job:
Let’s assume all links have
ping
attribute that starts with/url
. Actually, it’s a little more complicated than that but I think this might work (as of today):And the result, after using https://mrcoles.com/bookmarklet/, can be found here https://jsfiddle.net/swhev0yk/