imrehg / WatchDoc

Chrome extension to notify you if your Google Docs change
http://imrehg.github.com/WatchDoc
4 stars 1 forks source link

URL-decoding gone wrong #48

Closed imrehg closed 12 years ago

imrehg commented 12 years ago

In the URL parsing library (jQuery URL Parser plugin https://github.com/allmarkedup/jQuery-URL-Parser) not all characters are URL-decoded..

E.g. "Ignite%20Taipei%20%232%20organization" becomes "Ignite Taipei %232 organization" instead of "Ignite Taipei #2 organization"

Try http://meyerweb.com/eric/tools/dencoder/

imrehg commented 12 years ago

imrehg/jQuery-URL-Parser@385f21328ae39e22c53f6cb3ad4ee85b29763728 fixes it, also makes it possible to remove the jQuery dependence, which would more or less halve the size of the package....

imrehg commented 12 years ago

Should be fixed by 85c7bdd334e6e72b2193a2539316cffc1a3a4372