| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Copy and paste this into the place where the URL for a bookmark normally goes: Code: javascript:void((function(){var%20a=location.href;location.href="google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a);})()) |
|
#2
| |||
| |||
| Nice job. I love PageRank, and miss the Google Toolbar... |
|
#3
| ||||
| ||||
| Thanks man! |
|
#4
| |||
| |||
| Is there anyway to make it open the pagerank page in a new tab? Or even a new window? |
|
#5
| ||||
| ||||
| It didn't work initially, but the only problem was that you have to pass http:// when settings location.href or it will assume you meant a subdirectory of the site you're on for some reason. So what worked for me was: Code: javascript:void((function(){var%20a=location.href;location.href="http://google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a);})()) Code: javascript:void((function(){var%20a=location.href;window.open("http://google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a));})()) |
|
#6
| ||||
| ||||
| It didn't work initially, but the only problem was that you have to pass http:// when settings location.href or it will assume you meant a subdirectory of the site you're on for some reason. So what worked for me was: Code: javascript:void((function(){var%20a=location.href;location.href="http://google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a);})()) Code: javascript:void((function(){var%20a=location.href;window.open("http://google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a));})()) |
|
#7
| |||
| |||
| Quote:
Code: javascript:void((function(){var%20a=location.href;window.open("http://www.google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a));})()) Made it even better. Code: javascript:void((function(){var%20a=location.host;window.open("http://www.google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:"+escape(a));})()) Hope it helps, Kyrax Last edited by Kyrax; 04-15-2009 at 04:07 AM.. |
![]() |
| Tags |
| bookmarklet |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Translate Selected to Any Language - Bookmarklet | vietnam | Chrome Tips & Tricks | 3 | 04-10-2009 02:06 PM |