解锁gitbook的VIP功能
当前为
// ==UserScript==
// @name gitbookVIP
// @namespace gitbook.taozhiyu.gitee.io
// @version 0.1
// @description 解锁gitbook的VIP功能
// @author You
// @match *://app.gitbook.com/s/*
// @icon https://app.gitbook.com/public/images/logos/rounded/256x256.png
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
[].constructor.prototype._find=[].constructor.prototype._find||[].constructor.prototype.find;[].constructor.prototype.find=function(){return(JSON.stringify(this).includes('github-sync')?this.map(a=>{for(const i in a)a[i]===false&&(a[i]=true);return a}):this)._find(arguments[0],arguments[1])};
})();