Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Sign in to gmail automatically


  • Please log in to reply
44 replies to this topic
viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007
Is there a way that i can log into gmail automatically

currently i use the code
Run www.gmail.com
but i have to login

is there something like

<!-- m -->https://username:pas... ... /feed/atom<!-- m -->

that i can use to login

i got this link form


<!-- m -->http://www.autohotke... ... ight=email<!-- m -->


also how do I find out how to get info like what i can get with

<!-- m -->https://username:pas... ... /feed/atom<!-- m -->

I dont have any page in mind i am just interested

daniel2
  • Members
  • 47 posts
  • Last active: Oct 05 2008 07:05 PM
  • Joined: 23 Jul 2007
Take a look at this post.

viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007
Thanks but shouldnt there be a way i could structure a link like


<!-- m -->https://username:pas... ... /feed/atom<!-- m -->

???

or not??

engunneer
  • Moderators
  • 9162 posts
  • Last active: Sep 12 2014 10:36 PM
  • Joined: 30 Aug 2005
that's ftp format. I doubt the page would let you do that. In short, no.

Why not just set your browser to remember your login?

Superfraggle
  • Members
  • 1019 posts
  • Last active: Sep 25 2011 01:06 AM
  • Joined: 02 Nov 2004
You can use ftp style logins on some webpages, but as a security feature they are disabled by default in ie, and i think it's a registry change to turn it on.
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle

dasickis
  • Members
  • 9 posts
  • Last active: Aug 02 2007 09:55 PM
  • Joined: 30 Jul 2007
If you use Firefox or Opera use Greasemonkey or UserScripts instead.

Edit: Actually just use the built in password managers.

Superfraggle
  • Members
  • 1019 posts
  • Last active: Sep 25 2011 01:06 AM
  • Joined: 02 Nov 2004
personally i use maxthon :D
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle

dasickis
  • Members
  • 9 posts
  • Last active: Aug 02 2007 09:55 PM
  • Joined: 30 Jul 2007
Try: <!-- m -->http://forum.maxthon...showtopic=19496<!-- m -->
<!-- m -->http://thebogles.com... ... ey-for-ie/<!-- m -->

Also try looking through the Maxthon plugins to see if they allow you to run User Generated Javascript

Google: Greasemonkey IE, Greasemonkey Maxthon, IE plugins, IE addons

Javascript is an excellent language to use for automating browser tasks since its the most probably the most powerful client side language. AutoHotKey would not be the best bet for this IMO.

Superfraggle
  • Members
  • 1019 posts
  • Last active: Sep 25 2011 01:06 AM
  • Joined: 02 Nov 2004
I tell my gmail to remember me and i never need to login :S
i also use the google personlized home, and it shows any new email on there, so i know whether its worth going to check my mail in the first place.
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle

viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007

Why not just set your browser to remember your login?



I use this computer for two gmail accounts so it i need to log in somtimes


also using firefox

i will have a look at maxthon

thanks

viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007
what about gmail drive

<!-- m -->http://www.viksoe.dk/code/gmail.htm<!-- m -->

whenever i am logged into this i dont need to sign in to gmail. Does anyone know how to do it

Carlol
  • Members
  • 163 posts
  • Last active: Aug 03 2010 03:45 AM
  • Joined: 14 Aug 2006
To make it easy with various accounts to check, I use this type of logins:
R*?:ggm[color=red]r[/color]::[color=green]xxxxx[/color][color=red]r[/color]@gmail.com`t[color=green]yyyyyyy[/color]`n
R*?:ggm[color=red]g[/color]::[color=green]xxxxx[/color][color=red]g[/color]@gmail.com`t[color=green]yyyyyyy[/color]`n
Not automatic log in...but close :-)

viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007
ok how do you use that???

Thrillski
  • Members
  • 195 posts
  • Last active: Mar 17 2016 03:47 PM
  • Joined: 18 Jul 2007
Here's a different approach that might work for you...

I had a similar situation. Wife and I play the same online game but w/ different accounts. So, I created a script that would ask which account we want to log into and then based on the response, it logs into the appropriate game.

If the obvious disadvantages are not a concern for you. this approach might work.

Have a nice day!
Thrillski

viciouskinid
  • Members
  • 136 posts
  • Last active: Jul 26 2008 01:34 AM
  • Joined: 23 Jun 2007
I am really looking for a script to run that will log me into my account instead of just using

Run <!-- w -->www.gmail.com<!-- w -->

and logging in at the login page

I am really looking for some code something to emulate the login page