// ==UserScript== // @name Instagram文章相片/影片下載器 // @namespace https://github.snkms.com/ // @version 1.0.1 // @description 下載文章中的相片、影片 // @author 5026 // @match https://*.instagram.com/ // @match https://*.instagram.com/p/* // @grant none // @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'; alert('COMPLETE,下載資料時,若貼文中有多張相片,則只會提取點擊下載資料當下的照片以及其前後的照片,共三張(若頭尾則兩張)。'); var $ = window.jQuery; var timer = setInterval(function(){ window.oldHeight = $(document).height(); },200); $(document).scroll(function(){ if(window.oldHeight != $(this).height()){ console.log('onChange()'); onReadyMyDW(); } }); function onReadyMyDW(){ $('article ._97aPb').each(function(){ if(!$(this).attr('data-snig')){ if($(this).find('video.tWeCl').length){ $(this).append('