Posts Tagged: yahoo


9
Oct 08

Fixing the Yahoo News Toggle

Updated, thanks Dan!

Looks like Yahoo lets you toggle this off yourself, with a cookie. From Yahoo’s own help page: At the bottom of the page is an option to turn OFF expand/collapse. If you turn this off, you will not see the “Read Full Article” button anymore and will see only single, open pages.
http://help.yahoo.com/l/us/yahoo/news/expandpage.html

If you frequent Yahoo News, you’ve likely noticed the site has been redesigned.  Overall, the design is clean, information-rich, and provides a nice update to one of my favorite news sources.  Along with the redesign, Yahoo has introduced a bizarre, annoying functionality to news stories.  When a news story loads, you are delivered a truncated version of the story; to see the full story you are forced to click on the “Read Full Article” button that hovers midway in the page (generally next to an ad).  This has proven endlessly frustrating.

I figured this issue would be easy to fix.  Inspecting the code, the javascript controls are simple enough – the toggle is controlled by a simple onclick listener.  Disable the script and all should be well, right?  As it turns out, this is not as easy as it seems.  The script was inline – included in the page – meaning the only way to block it was to block all javascript in the page.  This makes Yahoo news fairly unusable.  After playing around with Adblock Plus, however, I discovered a formula that works:

news.yahoo.com#*(class=ult-section mod read-more-toggle)

This filter will prevent toggling, displaying the full page when it loads.  There are some side effects, the primary one being the story content loads last.  I was willing to trade this off to not have to click each time I wanted to read the rest of the story.  It appears that recently Firefox introduced functionality that enables just-in-time inspection and modification of pages.  Perhaps when Adblock Plus is updated there will be a more elegant solution to the inline javascript issue.


9
Jan 08

Practical Unit Structures: Yahoo on an iPhone

Starting a few days ago, Yahoo began intercepting iPhone traffic to Yahoo.com, sending it instead to a Yahoo mobile site. Annoying, and made even worse as Yahoo provides no apparent opt-out – I can’t find a link I can click that will reset my Yahoo.com preferences back to the regular Yahoo homepage.

With a little searching, I was able to find a solution to this problem. If you want to see the regular Yahoo homepage on an iPhone, use the following URL:

http://yahoo.com/?a

A little annoying to remember, but certainly better than having to use the mobile site. Yahoo, please remember that part of the reason I bought an iPhone is so I could browse regular websites. Unless your product is as good as Facebook for the iPhone (and they provide an opt-out), I’m likely not interested in using a stripped-down mobile version. Hopefully Yahoo will listen to its customers and offer an easy opt-out.