Quillbot Premium For Lifetime | Method

It works, thank you so much bro :grin:

It keeps saying can not fetch premium account details

Thanks a lot. Works great!!!

It’s working but with limited feat though. It keeps on saying Not able to fetch premium account details, on other feats.

Thanks a lot. Working Sir!

thank you so much for sharing this

Work great for me, thank you so muchhh. You be helping out hella people

thanks brother it worked!

thanks it worked

Everyone, may I know how is it working for you, or exactly what features are working for you that isn’t included in free quillbot?

I have been checking the script and quillbot, and conclusion:

Quillbot isn’t working even for features that should be free, as long as script is enabled:

I would appreciate if anyone has any other views or shares if they arent facing such problems.

Greatest share so far, thanks

It does not work for me too.

Thanks for the share.

It doesn’t work either. Script doesn’t seem to work

Omg this is amazing! Thank you for sharing

If the script isn’t available or after update the script is empty, then copy and paste the following code in Tampermonkey extension: (DO NOT UPDATE THE SCRIPT EVEN IF IT PROMTS TO)

// ==UserScript==
// @name         quillSuperBot
// @namespace    quillbot.taozhiyu.gitee.io
// @version      0.1
// @description  解锁 quillbot VIP
// @author       涛之雨
// @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      WTFPL
// ==/UserScript==
/* global ajaxHooker*/
(function() {
    'use strict';
    // cxxjackie 牛逼*2
    ajaxHooker.hook(request => {
        if (request.url.endsWith('get-account-details')) {
            request.response = res => {
                const json=JSON.parse(res.responseText);
                const a="data" in json?json.data:json;
                a.profile.accepted_premium_modes_tnc=true;
                a.profile.premium=true;
                res.responseText=JSON.stringify("data" in json?(json.data=a,json):a);
            };
        }
    });
})(); 

its working, thank you so much

Thank you. Its working.

how did you do it

It’s not working. Only premium badge is display, but the premium features is not.