您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
去除网站的flash插件检测,实现html5播放。
当前为
// ==UserScript== // @name navigator.plugins spoofing // @namespace aaaa007cn // @author aaaa007cn // @include http://play.baidu.com/* // @include http://fm.baidu.com/* // @include http://www.baidu.com/ // @include http://5sing.kugou.com/* // @include http://music.163.com/* // @exclude http://music.163.com/demo/fm // @description 去除网站的flash插件检测,实现html5播放。 // @homepage https://www.firefox.net.cn/read-49979-1#read_341320 // @version 1.2 // @grant none // @run-at document-start // ==/UserScript== Object.defineProperty(navigator, 'plugins', { get: function () { return { length: 0 }; } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址