diegocr / CleanLinks

Converts obfuscated/nested links to genuine clean links.
166 stars 45 forks source link

"Javascript" Links Fail #132

Open GitCurious opened 8 years ago

GitCurious commented 8 years ago

This specific type of link fails:

javascript:showOrder(1,%2050531,%20'https://www.just1example.com/index.php?controller=order-detail');

even when "just1example.com" is whitelisted.

CL strips out the beginning code leaving:

https://www.just1example.com/index.php?controller=order-detail

The link does not load leaving a blank page.

So I need to disable CL each time I view a link from this site. (just1example.com IS just an example used here for this query)


Edit:

I added **javascript:** to the "skip matching links with" field - the link now works. 

(I don`t know if it`s safe to allow this parameter globally)