您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Per Floriano
// ==UserScript== // @name Scarica Video La Stampa // @namespace http://tampermonkey.net/ // @version 1.1 // @description Per Floriano // @author Stefano Bonato // @match https://video.lastampa.it/* // @grant none // ==/UserScript== (function() { 'use strict'; var iframescript = document.body.querySelectorAll("script:nth-of-type(3)")[0].innerText; var url = (/https:\/\/(.*?)\.mp4(?:')/g.exec(iframescript))[0]; document.body.innerHTML += "<div id='floriano' style='position:fixed; z-index: 10000; bottom: 0px; left: 0px; text-align: center; background-color:green; width: 100%; height:30px'>"+ "<a style='text-decoration: none; margin: 0 auto; color: white; font-weight: bold; line-height: 30px' href='"+url+"'>DISABILITA CUSTOM PLAYER</a></div>"; })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址