// ==UserScript== // @name Instagram 文章相片/影片下載器 // @namespace https://github.snkms.com/ // @version 1.0.4.0 // @description 下載文章中的相片、影片 // @author 5026 // @match https://*.instagram.com/* // @grant GM_setValue // @grant GM_getValue // @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js // @supportURL https://www.facebook.com/smileopwe/ // @downloadURL none // ==/UserScript== (function() { 'use strict'; var $ = window.jQuery; var timer = setInterval(function(){ GM_setValue('oldHeight',$(document).height()); if($('article ._97aPb[data-snig="canDownload"]').length==0 && onChangeURL()){ console.log(true); onReadyMyDW(); } },200); $(document).scroll(function(){ if(GM_getValue('oldHeight') != $(this).height()){ console.log('onChange()'); onReadyMyDW(); } }); function onChangeURL(){ var reA = /^(https:\/\/www.instagram.com\/p\/)/g; var reB = /^(https:\/\/www.instagram.com\/)$/g; var URLs = location.href; if(URLs.match(reA) || URLs.match(reB)){ return true; } } function onReadyMyDW(){ $('article ._97aPb').each(function(){ if(!$(this).attr('data-snig')){ var style = "position: absolute;right:15px;top:15px;padding:5px;line-height:1;background:#fff;border-radius: 5px;cursor:pointer;"; if($(this).find('video.tWeCl').length){ $(this).append('