Questions tagged [google-toolbar]

8 questions
12
votes
1 answer

How can I stop Google Toolbar offering to translate my app?

How can I stop Google Toolbar offering to translate my web app? I've tried adding this tag to the top of every page: but it makes no difference. I'm developing a web app in ASP.NET which displays…
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
8
votes
3 answers

Google toolbar reporting "This page is in Filipino" when it is English

How does Google Toolbar determine the language of a page to offer translation from it? Google is mis-identifiying a simple login page on our site as Filipino and offering to translate it into English. I've tried added a lang="en" attribute to the…
rjmunro
  • 27,203
  • 20
  • 110
  • 132
2
votes
3 answers

Hide google Toolbar by javascript

Is there a way to hide the google toolbar in my browser programmable?
reuven
1
vote
1 answer

Google toolbar in C# web browser?

I am working on web Browser in C# and I want to ask if is possible to integrate google toolbar somehow? I am looking for some easy solution to block pop up windows and google toolbar includes this protection. Any ideas would be appreciated Thanks…
choze88
  • 35
  • 1
  • 4
0
votes
2 answers

Using google toolbar from WebBrowser control?

I have a C# WinForm app with a WebBrowser control on it. I'd like to know if it is possible to add the Google Toolbar to this winform and have it interact with the webbrowser control, specifically for the "Translate" functionality. Is this possible?
Rodney Burton
  • 427
  • 8
  • 18
0
votes
1 answer

Custom tooltip is showing wrong data in Google JSAPI

I am trying to change custom tooltip on mouse over using Google JSAPI. I was able to achieve the same. It gives me wrong data when I mouse over an item in the table. However when the data is not filtered it is showing correctly. What is wrong in my…
0
votes
0 answers

Google AppEngine - Integrate Google Applications Toolbar

I'm wondering if in my GAE project i can add to the head of the page the Application Toolbar. The launcher that you can configure with this extension. Does Google provide the integration of the entire toolbar? (Search Engine, G+ notifications,…
Deviling Master
  • 3,033
  • 5
  • 34
  • 59
0
votes
0 answers

Open a new tab and manipulate that page using jquery and javascript

I it possible to use f12(developer tools) console to open a new tab and run javascript to simulate clicks and form submissions? For example I want to click a link in facebook, but I am on a window(google.com) I will open developer tools, and paste…