// ==UserScript== // @name 网易新闻视频地址解析 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 网易新闻内容 视频地址 解析 // @author Jack.Chan // @match *://c.m.163.com/news/* // @include https://3g.163.com/all/article/* // @grant none // @run-at document-end // @downloadURL https://update.greasyfork.icu/scripts/370233/%E7%BD%91%E6%98%93%E6%96%B0%E9%97%BB%E8%A7%86%E9%A2%91%E5%9C%B0%E5%9D%80%E8%A7%A3%E6%9E%90.user.js // @updateURL https://update.greasyfork.icu/scripts/370233/%E7%BD%91%E6%98%93%E6%96%B0%E9%97%BB%E8%A7%86%E9%A2%91%E5%9C%B0%E5%9D%80%E8%A7%A3%E6%9E%90.meta.js // ==/UserScript== (function() { 'use strict'; var videoList = [], pageTitle = document.title; if(window.DATA){ if(window.DATA.video && window.DATA.video.length){ videoList = window.DATA.video; pageTitle = window.DATA.title; } }else{ if(document.querySelector('.js-video')){ var video = document.querySelector('.js-video').querySelector('video'); videoList.push({url:video.src, title: document.title}); pageTitle = document.title; } } if(videoList.length){ var html = [], url, title; html.push('