破解百度文库复制【不维护】
// ==UserScript==
// @name 破解百度文库复制【不维护】
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match https://wenku.baidu.com/view/*
// @grant unsafeWindow
// @run-at document-end
// ==/UserScript==
setTimeout(()=>{
document.querySelector('.header-wrapper').__vue__.$store.state.vipInfo.isVip=true
},2000)