The Un-Official Proxomitron Forum
Yahoo Mail: No Ajax, chat, texting - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Website Customization (/forumdisplay.php?fid=9)
+--- Thread: Yahoo Mail: No Ajax, chat, texting (/showthread.php?tid=1531)



Yahoo Mail: No Ajax, chat, texting - JJoe - Nov. 21, 2009 10:17 PM

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)