腾讯视频+斗鱼直播h5

腾讯视频html5播放器

当前为 2022-01-11 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name 腾讯视频+斗鱼直播h5
  3. // @version 0.1.2
  4. // @include *://v.qq.com/*
  5. // @include *://lol.qq.com/v/*
  6. // @include *://film.qq.com/*
  7. // @include *://view.inews.qq.com/*
  8. // @include *://news.qq.com/*
  9. // @include https://www.douyu.com/*
  10. // @description 腾讯视频html5播放器
  11. // @grant none
  12. // @run-at document-start
  13. // @license CC
  14. // @namespace https://gf.qytechs.cn/zh-CN/users/135090
  15. // @author https://gf.qytechs.cn/users/60675
  16. // ==/UserScript==
  17. Object.defineProperty(navigator, 'plugins', {
  18. get: function () {
  19. return { length: 0 };
  20. }
  21. });
  22. 'use strict';
  23. Object.defineProperty(navigator,"userAgent",{value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14; rv:48.0) Gecko/20100101 Firefox/48.0",writable:false,configurable:false,enumerable:true});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址