Quillbot Premium Unlocker Tampermonkey script
// ==UserScript== // @name Quillbot Premium Unlocker // @namespace quillbot.taozhiyu.gitee.io // @version 0.3.1 // @description Unlocks Quillbot Premium so that you don't have to pay. // @author longkidkoolstar // @match https://quillbot.com/* // @icon https://quillbot.com/favicon.png // @require https://greasyfork.org/scripts/455943-ajaxhooker/code/ajaxHooker.js?version=1124435 // @run-at document-start // @grant none // @license none // @downloadURL https://update.greasyfork.org/scripts/529232/Quillbot%20Premium%20Unlocker.user.js // @updateURL https://update.greasyfork.org/scripts/529232/Quillbot%20Premium%20Unlocker.meta.js // ==/UserScript== (function() { 'use strict'; // Create an instance of the Ajax Hook library ...