// ==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.3 // @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 = 'https://sdl-stickershop.line.naver.jp/stickershop/v1/product/' + id + '/iphone/stickers@2x.zip'; var aslink = 'https://sdl-stickershop.line.naver.jp/stickershop/v1/product/' + id + '/iphone/stickerpack@2x.zip'; if ($("span").hasClass("MdIcoAni_b") || $("span").hasClass("MdIcoPlay_b") || $("span").hasClass("MdIcoSound_b")) link = aslink; var lang = navigator.language; var btnstr = 'Download'; if (lang.indexOf('zh') > -1) btnstr = '下载'; else if (lang.indexOf('ja') > -1) btnstr = 'ダウンロード'; var btn = '