You need to be logged in to post in the forums. If you do not have an account, please sign up first.
1 2 3 Next »
Go to last post 
10. January 2008, 22:59:20

Not,able
Evil communist
Posts: 152
Stream Google results
I used
Googlestream which puts all results of google on a single page, when I used Firefox. Unfortunately, neither it nor the alternate
GoogleMonkeyR work in Opera. The
Greasemonkey emulator didn't help. Is there anything like that for Opera or can one of those scripts be ported?
17. January 2008, 16:20:40

Not,able
Evil communist
Posts: 152
Great, it works. Thanks!
18. January 2008, 13:23:01

flak
A night at the Opera
Posts: 34
amazing script but.. is there a way to make it not open a new window when i click a google search result?
I have it reusing the current tab, and with this script it opens the link in a new one, would very much prefer it the old way
21. January 2008, 15:30:46
i'm not very fluent in javascript, i suggest you try your luck on the authors homepage
http://ma.la/ maybe there is a working link for v0.7 that didn't yet have new window opening feature.
21. January 2008, 17:49:18

fearphage
Trained Swordsman of Unwanted Opera Termination
Posts: 2234
Simplest fix:
Find:
var set_links_target = function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; ++i) {
links[i].setAttribute('target', '_blank');
}
};
Replace with:
var set_links_target = function() { };
22. January 2008, 00:28:35

flak
A night at the Opera
Posts: 34
Originally posted by shikaka:
i'm not very fluent in javascript, i suggest you try your luck on the authors homepage http://ma.la/ maybe there is a working link for v0.7 that didn't yet have new window opening feature.
Thanks, but i am not fluent in Japanese
Originally posted by fearphage:
Simplest fix:
Find:
var set_links_target = function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; ++i) {
links.setAttribute('target', '_blank');
}
};
Replace with:var set_links_target = function() { };
fearphage, thank you very much, works nicely
9. March 2008, 10:23:09
Is there anyway to get it to work with script like google-preview like 2google-preview-1.0.js or others? First "site" works like a charm with small screenshots of the website, but when it goes to next page, it dont load previews.. mmh. anyone know some way to fix that?
3. August 2008, 06:37:31
This stopped working along with all the addons and scripts I have in other browsers that customize Google. Something has changed on Google's end for sure.
6. August 2008, 13:26:17
I thought it would be more fun to write my own script rather than use the existing, so I did:
google-pager.js. If you hover the right hand side of the separator bars you will see a button which toggles the script. Enjoy.
6. August 2008, 19:07:47


larskl
~ moderator ~
Posts: 22496
nice work splondike, any chance you could make this work with google preview as previously requested in this thread?
6. August 2008, 20:57:13

rfudk
Godlike!
Posts: 114
+1
Wise men talk because they have something to say; fools, because they have to say something.
7. August 2008, 04:38:34
I've changed it so it uses the 2google-preview-1.0.js if you have it installed:
google-pager.js.
7. August 2008, 11:26:12 (edited)


larskl
~ moderator ~
Posts: 22496
very nice, thanks!
got yet another feature request: Is it possible to make this work with google images as well?
13. August 2008, 14:17:46


larskl
~ moderator ~
Posts: 22496
seems google changed their pages again, breaking this script. (before someone points it could be caused by other scripts: happens in a clean install without any other scripts as well)
googlepagerbroken.png
13. August 2008, 19:08:10


larskl
~ moderator ~
Posts: 22496
It's working again. Maybe Google just tested some code earlier today, let's hope it stays the way it is
15. August 2008, 16:07:50

Ampa
Posts: 45
Getting the same issue as Larski. Guess they addopted the new code?!
17. August 2008, 12:59:49
I've updated it to work with the new page code:
google-pager.js.
@larskl: Regarding google images, the image inserts seem to be done with javascript, so it's not quite as simple as with the search page. I might look into it later if I get some more time.
17. August 2008, 14:00:51


larskl
~ moderator ~
Posts: 22496
thanks for the fix
@larskl: Regarding google images, the image inserts seem to be done with javascript, so it's not quite as simple as with the search page. I might look into it later if I get some more time.
Maybe have a look at how googleimages-thumblink.js does it? Couldn't find the download link for the latest version so I'm attaching it:
googleimages-thumblink.js
17. August 2008, 14:07:44
I've updated it to work with the new page code: google-pager.js.
Thx ..It works perfectly at a wonderful speed now!! Wish google not to reset there code so frequently.... - -!
19. August 2008, 19:07:43 (edited)

rfudk
Godlike!
Posts: 114
+1 larskl
*edit* could it be fixed so it works with
thisWise men talk because they have something to say; fools, because they have to say something.
19. August 2008, 21:57:07


larskl
~ moderator ~
Posts: 22496
Originally posted by rfudk:
*edit* could it be fixed so it works with this
it already works fine with "this":
Originally posted by splondike:
I've changed it so it uses the 2google-preview-1.0.js if you have it installed: google-pager.js.
20. August 2008, 07:37:14

rfudk
Godlike!
Posts: 114
wth, didnt work here, now it does after reinstalling, sorry for not paying attention at all :/
Wise men talk because they have something to say; fools, because they have to say something.
14. October 2008, 04:07:56 (edited)

snf
Posts: 120

splondike
Thanks again for your script.
But can you make this one
Google SnapShots Preview.user.js work with :
google-pager.js (and 2google-preview-1.0.js)
Plz.
Many thanks.
If someone have solution.
I take with great plaisir.
16. October 2008, 03:18:52

snf
Posts: 120
Note:
Google SnapShots Preview.user.js work already with 2google-preview.
Need only this very little script (Google SnapShots Preview.user.js) work with excelent google pager.js ( he's change my way searching in google

)
19. October 2008, 04:14:45
@snf: I'm a bit busy at the moment to look into this, but I might in a couple of weeks. The script you link to in turn calls a rather large, obfuscated script by snap.com. This means it would probably be a fair bit of effort to work out how to trigger it when needed.
19. October 2008, 08:42:13

snf
Posts: 120
Ok splondike.
Thanks for reply.
Bye.
25. October 2008, 19:30:33

snf
Posts: 120
I don't understand.
But for me today 2google preview 1.0.js not working with google pager.
Someone have the same problem ?
26. October 2008, 00:29:33


larskl
~ moderator ~
Posts: 22496
same here, the streamed results don't have thumbnails anymore
26. October 2008, 10:53:39
Yeah, Google changed their code again. I've fixed support for
2google preview 1.0.js and added support for
Google SnapShots Preview.user.js:
google-pager.js
26. October 2008, 11:55:54


larskl
~ moderator ~
Posts: 22496
thanks for the quick fix
26. October 2008, 15:03:17

snf
Posts: 120
Yeahhhhhhhhhhhhhh
Many many thanks Splondike.
It's perfect now.
18. November 2008, 00:51:35
Cool script splondike!!! nice work
I stumbled on this post looking for 2 column google results, it was hard to find. Heres the link in case any one else stumbles through these forums looking for the same thing:
http://userscripts.org/scripts/show/7732
28. February 2009, 01:11:43
Does this still work ?
Opera10a here.
28. February 2009, 17:42:04


larskl
~ moderator ~
Posts: 22496
Originally posted by dapxin:
Does this still work ?
yes
25. April 2009, 18:13:51

kslee
Posts:
Thank you very much, edvakf! I didn't know it's there in English.
I downloaded it from
here last year and spent quite a while trying to understand in Japanese, but I think it's worth
the time spent.
25. April 2009, 19:21:05
@kslee
Actually I wrote the introduction today.
25. April 2009, 23:39:30
it doesnt seem to work for me
26. April 2009, 01:32:43
@dapxin
Can you give me the particular website that it doesn't work?
30. April 2009, 10:07:24
@splondike,
why dont you post updates to this to your opera blog so we can subscribe for updates
2. May 2009, 01:55:40 (edited)
You should just subscribe to the forum topic and it will appear in your sidebar on the main forum page. Alternatively subscribe to the thread feed. I don't want to start down the slippery slope to blogging

.
20. May 2009, 13:36:21

evilone
Banned user
don't work navigation buttons on next pages with this script - "up" and "delete" within search results
screen
22. May 2009, 04:58:48
Sorry evilone, my options are to either change the way i've implemented the script (use iframes or something) or try and plow through this
obfuscated code. Neither seem too appealing to me...
1 2 3 Next »
Showing topic replies 1 -
50 of 109.
Forums » General Opera topics » User JavaScript