b站VIP视频解析
- // ==UserScript==
- // @name JIEXIE
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @match https://www.bilibili.com/*
- // @grant none
- // @require https://apps.bdimg.com/libs/jquery/1.4.2/jquery.min.js
- // ==/UserScript==
- (function() {
- 'use strict';
- console.log($);
- setTimeout(()=>{
- $(".bpx-player-primary-area").html("<iframe style='height:545px;width:720px;border:none;' src='https://z1.m1907.cn?jx="+location.href+"'></iframe>");
- },1000);
- // Your code here...;
- })();
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · Nest.js 、 Next.js、 Nuxt.js的区别
- · 小程序可以绑定其它小程序吗?
- · vue3+vite+多环境发面到二级目录配置
- · 微信小程序防止事件穿透防止事件冒泡
- · 普通链接二维码跳转小程序
- · 解决flex-direction: column 之后元素宽度自动变为100%
- · vue/react/node/vite/npm/yarn build自动更新版本号
- · getVisitDistribution 访问来源定义(访问来源 key 对应关系)
- · TinyMCE工具栏配置详解
- · Ant Design Vue 1.7.8 (vu2)自定义路由菜单图标
- · vue获取节点的父节点、兄弟节点、子节点
- · vue3+vite3实现路由自动化