// ==UserScript== // @name LINE Sticker Download // @name:zh-CN LINE Sticker Download // @namespace https://veltlion.github.io/line-sticker-download // @include https://store.line.me/stickershop/product/* // @version 1.1 // @description Add download button for line sticker store // @description:zh-cn 在 LINE STORE Sticker 页面添加下载按钮 // @author 空 // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var id = window.location.pathname.replace(/[^\d]/g, ''); var link = 'http://dl.stickershop.line.naver.jp/products/0/0/1/' + id + '/iphone/stickers@2x.zip'; var btn = '
  • ul").prepend(btn); } if ($("div").hasClass("mdMN05Btn")) { $("div.mdMN05Btn").prepend(btn); } }); })();