Go Back   Google Chrome Forums > Google Chrome > Chrome Tips & Tricks


http://chromeplugins.org/frwrdicon.jpg
Top Tip : Click here to Boost Your PC & Chrome Browsing Speed
Reply
 
Thread Tools Display Modes
  #21  
Old 02-27-2009, 08:09 AM
Junior Member
 
Join Date: Feb 2009
Posts: 1
Question Help me please

I love Google Chrome, its very easy to use, loading very fast, and looks very simple.

Guys, does anyone know when Google is launching "Google Toolbar" for Chrome?

thanks

Last edited by wantsucceed; 02-27-2009 at 08:45 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 06-08-2009, 01:23 AM
Junior Member
 
Join Date: Jun 2009
Posts: 1
Default

Quote:
Originally Posted by HotFusionMan View Post
I have a feeling some nontrivial amount of code is missing at the beginning of the "Make URL's Clickable" scriptlet. For example, where is the function F() defined? I thought I could hack my way to making this scriptlet work until I realized it was missing this function definition (and perhaps more than just that). Can the OP take a look at the code that got posted here?
I believe I've fixed the code (it works for me anyway). It was just a case of taking out the random superfluous spaces, as with some of the other scriptlets, and correcting the direction the first parenthesis...

Quote:
javascript: (function(){var%20D=document;%20D.body.normalize() ;%20F(D.body);%20function%20F(n){var%20u,A,M,R,c,x ;%20if(n.nodeType==3){%20u=n.data.search(/https?\:\/\/[^\s]*[^.,">\s\)\]]/);%20if(u>=0)%20{%20 M=n.splitText(u);%20 R=M.splitText(RegExp.lastMatch.length);%20 A=document.createElement("A");%20A.href=M.data;%20A.appendChild(M);%20R.parentNode.insertBefore(A,R) ;%20}%20}else%20if (n.tagName!="STYLE"%20&&%20n.tagName!= "SCRIPT"%20&&%20n.tagName!="A")for (c=0;x=n.childNodes[c];++c)F(x);%20}%20})();

Last edited by Shiny; 06-08-2009 at 01:51 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 06-08-2009, 01:41 AM
Moderator
 
Join Date: May 2009
Location: Orange County
Posts: 330
Default

The forum inputs a space after 50 continuous characters. When copying/pasting code make sure you take out those spaces or you will have problems.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 06-25-2009, 11:07 PM
Junior Member
 
Join Date: Jun 2009
Posts: 1
Default Basic Question: How to use these?

How do you use these? With the google toolbar in firefox, I can type a word in to the search bar and press one button to do a current site search. But I try the same thing with the site-search link above using the chrome all purpose url/search text entry input and the result is just a site search without the search term I typed in. I still have to navigate to 2 pages to accomplish what I'm looking for. It seems my confusion is with where $1 comes from, maybe?

I think I'm missing something basic, but am dying to figure it out so that I can expand on this with language translators.

Last edited by cacortes; 06-25-2009 at 11:10 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 06-26-2009, 07:35 PM
Junior Member
 
Join Date: Jun 2009
Posts: 1
Question want to ask a question

Is google toolbar or any other toolbar available for google chrome????

Last edited by siddharth gupta; 06-26-2009 at 07:36 PM.. Reason: grammatical errors(sorry)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 07-10-2009, 09:26 AM
Junior Member
 
Join Date: Jul 2009
Posts: 1
Default More bookmarlets

More bookmarlets on googlesystem.blogspot.com.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 08-04-2009, 01:07 PM
Junior Member
 
Join Date: Aug 2009
Posts: 1
Default

Translate page to English won't work.
The others works fine.
It's possible to have other languages (ex. translate to Italian)
What changes I must do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 08-04-2009, 01:16 PM
sulasno's Avatar
Super Moderator
 
Join Date: Sep 2008
Location: Bangkok
Posts: 1,676
Default

I am using this to translate to English

have to enter EN though

Code:
javascript:A14nH=location.href; L3f7=prompt('Choose%20destination%20language%20(2% 20chars%20abbreviation):%20','en'); if(L3f7.length==2) {location='http://translate.google.com/translate?u='%20+%20encodeURIComponent(A14nH)+'&sl =auto&tl='+L3f7;}else{alert ('Invalid%20language%20abbreviation.')}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 08-05-2009, 07:48 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 454
Default

I made this to translate to English a while ago. Doesn't have a prompt or anything.
Code:
javascript:(function(){location.href="http://translate.google.com/translate?u="+escape(location.href)+"&tl=en&hl=en&ie=UTF-8";})()
__________________
~ Projects ~
..x.x fixing everything..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 08-05-2009, 10:32 AM
StevePaul's Avatar
Senior Member
 
Join Date: Mar 2009
Location: Birmingham, England
Posts: 1,329
Send a message via MSN to StevePaul
Default

Hey Guys,

If you don't already use this, can I suggest installing the Cleeki extension, it has an absolutely brilliant translation utility (imo) and does something like 45 languages ...

http://blog.cleeki.com/?p=70
__________________
Chrome -Dev (5.0.317.2)
Vista Home Premium - SP2 (32Bit)
Dell Inspiron 1721 (AMD Turion 64), 2.2Ghz, 2.0GB Dual-Channel DDR2, 320Gb HDD (RAID0)

Write a wise saying and your name will live forever ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bookmarks, google toolbar, seo, seo quake, seoquake, toolbar

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
I miss the Google toolbar aha Chrome Talk 25 04-07-2009 01:25 AM




Chrome Central - Chrome Talk - Chrome Tips and Tricks - Chrome Plugins - Chrome Themes - Chrome Tools - Bugs and Vulnerabilities - Chrome Tech - General Chat


All times are GMT. The time now is 01:25 PM.


Powered by vBulletin® Version 3.7.4 PL1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Google Chrome and Google™ is a Trademark of Google Inc
This site chromeplugins.org is not affiliated with or sponsored by Google Inc.
Thanks: Taree SEO Forum and John