分类目录

链接

2022 年 4 月
 123
45678910
11121314151617
18192021222324
252627282930  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > 前端 > 正文
b站VIP视频解析
前端 暂无评论 阅读(90)
  1. // ==UserScript==
  2. // @name         JIEXIE
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://www.bilibili.com/*
  8. // @grant        none
  9. // @require      https://apps.bdimg.com/libs/jquery/1.4.2/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13.     'use strict';
  14. console.log($);
  15.     setTimeout(()=>{
  16.  
  17.     $(".bpx-player-primary-area").html("<iframe style='height:545px;width:720px;border:none;' src='https://z1.m1907.cn?jx="+location.href+"'></iframe>");
  18.  
  19.     },1000);
  20.  
  21.     // Your code here...;
  22. })();

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:b站VIP视频解析 | Bruce's Blog

发表评论

留言无头像?