单词本解禁
// ==UserScript==
// @name burningvocabulary 单词本解禁
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 单词本解禁
// @author You
// @match https://zhenti.burningvocabulary.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=burningvocabulary.com
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
window.winGlobal.p = 1;
// Your code here...
})();