![]() |
2009-05-01
, 16:24
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2009
|
#12
|
For those of you, who doesn't want font scaling in GMail and Reader I created a basic version of the script, which only avoids shrinking of GMail window and removes a Google Reader logo.
Install basic version of Better Google for iPhone v2.
![]() |
2009-05-01
, 20:08
|
Posts: 4 |
Thanked: 14 times |
Joined on Apr 2009
@ Chernihiv, Ukraine
|
#13
|
Any idea on how to implement your script in Tear?
-it eliminates the auto-scrolling back to the top "bug" when used with greasemonkey
![]() |
2009-05-02
, 01:38
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#14
|
![]() |
2009-05-02
, 08:34
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#15
|
Window shrinking and scrolling back to the top in GMail for iPhone are done using JavaScript. So to fix this we need to have some way to modify a part of original JavaScript code. In MicroB Greasemonkey is used for this purpose.
As for Tear, I currently don't know about any way how to change source code of a webpage on client-side or inject user-defined JavaScript code into it.
Tear has a nice property for modifying css on client-side - "user_stylesheet_uri". If there was a similar thing for user-defined javascript (like "user_script_uri"), then we could add a user-defined scripts and execute them (and hopefully fix the GMail).
This is just an idea, I don't know if it is implementable.
The Following User Says Thank You to Bundyo For This Useful Post: | ||
![]() |
2009-05-02
, 10:13
|
Posts: 250 |
Thanked: 300 times |
Joined on Sep 2007
|
#16
|
There's a post on the previous page in this thread about the GMail in Tear and strangely enough it doesn't scroll to top for me when logging in GMail using Tear, iPhone user-agent and the CSS in question (I revised the CSS just now).
![]() |
2009-05-02
, 11:13
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#17
|
Strangely in Tear,
I get auto scroll back to the top for
http://mail.google.com/mail/x/gdlakb-/gp/ (gmail in iphone mode)
http://mail.google.com/mail/x/mog-/gp/ (select gmail from google.com)
but, no auto scroll back to the top for
http://mail.google.com
![]() |
2009-05-02
, 12:13
|
Posts: 4 |
Thanked: 14 times |
Joined on Apr 2009
@ Chernihiv, Ukraine
|
#18
|
BTW, if you use http://www.google.com/m/gp?page=2#gmail for mail you will now have a nifty navigation bar at the top of the page.
The Following User Says Thank You to apopelo For This Useful Post: | ||
![]() |
2009-05-03
, 00:15
|
Posts: 275 |
Thanked: 46 times |
Joined on Feb 2008
@ Raleigh, NC
|
#19
|
![]() |
2009-05-07
, 07:09
|
Posts: 20 |
Thanked: 6 times |
Joined on Jul 2008
|
#20
|
-it eliminates the auto-scrolling back to the top "bug" when used with greasemonkey
Last edited by dkwatts; 2009-05-01 at 17:25.