gitbookVIP

解锁gitbook的VIP功能

当前为 2022-03-06 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name gitbookVIP
  3. // @namespace gitbook.taozhiyu.gitee.io
  4. // @version 0.1
  5. // @description 解锁gitbook的VIP功能
  6. // @author You
  7. // @match *://app.gitbook.com/s/*
  8. // @icon https://app.gitbook.com/public/images/logos/rounded/256x256.png
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. [].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])};
  16. })();