// ==UserScript== // @name IG小精靈 // @namespace https://github.snkms.com/ // @version 2.0.2 // @description 一鍵下載對方 Instagram 貼文中的相片、影片甚至是限時動態! // @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'; GM_setValue('dialog',true); GM_setValue('URLs',location.href); var $ = window.jQuery; var timer = setInterval(function(){ GM_setValue('oldHeight',$(document).height()); if(GM_getValue('URLs') != location.href && $('div.PdwC2.fXiEu.s2MYR').length && onChangeURL()){ console.log('aas'); onReadyMyDW(false); GM_setValue('URLs',location.href); } if($('article ._97aPb[data-snig="canDownload"]').length==0 && onChangeURL() && !$('div._2dDPU[role="dialog"]').length){ console.log(true); onReadyMyDW(true); } if($('div#react-root section._9eogI._01nki.lXJWB').length && !onChangeURL()){ onStoryDW(false); } else{ $('.IG_DWSTORY').remove(); } },200); $(document).scroll(function(){ if(GM_getValue('oldHeight') != $(this).height()){ console.log('onChange'); onReadyMyDW(); } }); function onStoryDW(a){ if(a){ if($('video.y-yJ5').length){ window.open($('video.y-yJ5 source').attr('src')+'&dl=1'); } else{ window.open($('img.y-yJ5').attr('src')+'&dl=1'); } } else{ var style = "position: absolute;right:15px;top:15px;padding:5px;line-height:1;background:#fff;border-radius: 5px;cursor:pointer;"; if(!$('.IG_DWSTORY').length){ $('div#react-root').append('