Mercurial > ec-userscripts
changeset 20:0552100cceb3
(none)
author | Edho Arief <me@myconan.net> |
---|---|
date | Thu, 22 Oct 2015 12:41:29 +0000 |
parents | 4b13157ae3a1 |
children | 771359d863c2 |
files | mandarake-direct-link.user.js |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mandarake-direct-link.user.js Tue Oct 13 08:38:34 2015 +0000 +++ b/mandarake-direct-link.user.js Thu Oct 22 12:41:29 2015 +0000 @@ -1,7 +1,7 @@ // ==UserScript== // @name mandarake direct link // @namespace https://myconan.net -// @version 1.2.0 +// @version 1.2.1 // @description Make proper link on mandarake pages // @author nanaya // @match https://order.mandarake.co.jp/* @@ -18,6 +18,7 @@ url = "/order/detailPage/item?itemCode=" + $el.attr("id") + "&ref=list" $el.attr("href", url); + $el.removeClass(); }; $("[href^='#adult_confirm']").each(fixLink);