Post Reply 
Yahoo Mail: No Ajax, chat, texting
Nov. 21, 2009, 10:17 PM (This post was last modified: Nov. 21, 2009 10:22 PM by JJoe.)
Post: #1
Yahoo Mail: No Ajax, chat, texting
If the address bar shows something like
http://us.mc000.mail.yahoo.com/mc/welcome?.partner=sbc&.gx=1&.tm=123&.rand=456
, change it to
http://us.mc000.mail.yahoo.com/mc/welcome?noajax
or
http://us.mc000.mail.yahoo.com/mc/welcome?noajax&.partner=sbc&.gx=1&.tm=123&.rand=456
and Go.
If it works for you, you could bookmark it for future use.

From my Yahoo mail's source code:

Code:
<div id="automatic-page-updates-configuration" class="offscreen">
<h2>Automatic page updates causing problems with your screen reader?</h2>
<p>
If you are using a screen reader and having  problems using Mail,
it might help to disable automatic page updates.
Please note, this will also disable chat and text messaging within Yahoo! Mail.
You can toggle automatic updates on and off using the link below.
<a href="welcome?noajax" tabindex="-1">Disable automatic page updates</a>.
</p></div>

For users of the tiny mighty Proxomitron:

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : JUMP: Yahoo Mail No Ajax, chat, texting 09/11/16 (out) "
URL = "([^/]++.mail.yahoo.*/welcome\?)\1(^noajax)&$JUMP(http://\1noajax)"

Works for me on paid and free, so far

Have fun

(Thanks YMG)
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: