These bookmarklets give you pages with 100 search results instead of 10. Getting more search results on one page is useful if you’re going to, say, have all the links on a page automatically added to something like the Surusu URL Shuffler.
Google JP (Japanese)
javascript:(function(){var w=window,d=w.document,s='';;if(d.selection){s=d.selection.createRange().text}else if (d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open ('http://www.google.co.jp/search?q='+encodeURIComponent(s) +'&num=100&hl=ja&prmd=ivns&source=lnt&tbs=lr:lang_1ja&lr=lang_ja','_blank')})()
Google HK (Chinese)
javascript:(function(){var w=window,d=w.document,s='';;if(d.selection){s=d.selection.createRange().text}else if (d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open ('http://www.google.com.hk/search?q='+encodeURIComponent(s) +'&num=100&hl=zh-TW&prmd=i&source=lnt&tbs=lr:lang_1zh-TW&lr=lang_zh-TW&sa=X&ei=IRRQTIuHOMHXcZyklbEB&ved=0CAgQpwU','_blank')})()
Google RealTime Search
javascript:(function(){var w=window,d=w.document,s='';;if(d.selection){s=d.selection.createRange().text}else if (d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open ('http://www.google.co.jp/search?hl=ja&safe=off&tbs=mbl:1&num=100&q='+encodeURIComponent(s),'_blank')})()
Dang this sounds amazing! Surusu is making incredible leaps and bounds, pretty soon there will be no excuse not to use it.
But I’m trying to implement the Google.co.jp search bookmarklet from here along with the URL++ one to add up to 100 links to the shuffler and it’s not working…whenever I click the ++ bookmarklet it only adds the search page to the shuffler, not the actual hits. Maybe I’m just missing something obvious but I’m stumped. Anyone know what I’m doing wrong?
Oh — there’s a delay (a “waiting period”, if you will). You add the URL with one click, and then Surusu puts the page in a queue, in order to balance the load on the server. Give it 10~30 minutes. Your links will be there. 😀
(Another benefit of the queuing is that you can go nuts and add a kajillion webpages at once without experiencing any slow-down).
So I’ve kept trying to use the URL++ bookmarklet, and it still doesn’t seem to work…
Is it supposed to be where I’m looking at the search page with all my results, then click the URL++ bookmarklet and it somehow adds all the results to the shuffler?
Because no matter how long I wait it’s only the search results page that comes up in the shuffler.
Great idea! However, the Japanese bookmarklet doesn’t seem to work any longer (it only displays 10 search results per page instead of 100). Also, I keep getting the same problem ahndoruuu already described above; no matter how many times I try, the URL++ bookmarklet simply doesn’t get me any pages added to the shuffler.