mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

The pop-up does not show the resolved target for short URLs #113

Closed samitolvanen closed 11 years ago

samitolvanen commented 11 years ago

Since we have a resolved target name for short URLs, the pop-up should show that instead of the short URL itself:

image

Use encrypted attribute "normalized" of the tag target to get the real target.

samitolvanen commented 11 years ago

Apparently the add-on won't know the resolved name. Nevermind.

sorgoz commented 11 years ago

This one fixed in both stable and beta branches with support from api server.

sorgoz commented 11 years ago

Decode normalized_target before setting it to cache object: https://github.com/mywot/chrome/commit/ba796f21672c8cda7f0858154ca070035fa40243#commitcomment-3303285

samitolvanen commented 11 years ago

I can still randomly reproduce this on Twitter. Please investigate. Also, it seems links pointing to twitter.com itself are not decoded into twitter.com/somepath.

samitolvanen commented 11 years ago

Here's an example, hover over the pic.twitter.com link: https://twitter.com/mtx8mg/status/367150722950782976

sorgoz commented 11 years ago

Now fixed