Open crssi opened 8 years ago
That is actually a bug on the AMO site, unfortunately.
...90f9df4c8bc5e188a9021fd2/http%3A//forums.mozillazine.org/viewtopic.php%3Ff=48&t=2749445
The last &
character should be URL-encoded as %26
, but it is failing to do so.
Hence, the link-cleaning algorithm of this add-on thinks it's part of the original URL, and does not includes anything beyond it.
Are there also a cases where part of the original URL is suffixed? Or you could assume that everything behind a "match" should also be part of cleaned URL?
EDIT: Bummer, have checked https://validator.w3.org/ and you are right. Sorry to bother you. Anyway, thank you for great mod.
You will know what I mean...
It does the cleaning, but everything after "&" in the target attribute is stipped out, so I cannot really visit this link.