👨‍🏫 Tutorial QUILLBOT PREMIUM UNLOCKER [Updated every week]

CtorW

Eternal Poster
▻Requirents: Chrome Browser(any Browser with extension support), You do not have permission to view the full content of this post. Log in or register now.
▻Target: You do not have permission to view the full content of this post. Log in or register now.

Tampermonkey Tuts
1744876646303.webp

I-Copy mo itong script sa ginawa mong New-Script Then hit Ctrl + S to Save
JavaScript:
// ==UserScript==
// @name         Quillbot Premium Unlocker
// @namespace    quillbot.taozhiyu.gitee.io
// @version      0.3.2
// @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
// ==/UserScript==
/* global ajaxHooker*/
(function() {
    'use strict';

    // Hooking AJAX request to unlock premium
    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);
            };
        }
    });

    // Create and display the popup
    window.addEventListener('load', () => {
        const popup = document.createElement('div');
        popup.style.position = 'fixed';
        popup.style.bottom = '20px';
        popup.style.right = '20px';
        popup.style.padding = '15px';
        popup.style.backgroundColor = '#f9f9f9';
        popup.style.boxShadow = '0px 4px 6px rgba(0, 0, 0, 0.1)';
        popup.style.border = '1px solid #ccc';
        popup.style.borderRadius = '8px';
        popup.style.zIndex = '10000';
        popup.style.fontFamily = 'Arial, sans-serif';
        popup.style.color = '#333';
        popup.style.textAlign = 'center';

        const message = document.createElement('p');
        message.textContent = 'Join our #forbidden# community for discussions, support, and additional resources, including User-Scripts not posted on Greasyfork!';
        message.style.margin = '0 0 10px';

        const link = document.createElement('a');
        link.href = 'https://#forbidden#.gg/JrweGzdjwA';
        link.textContent = 'Join #forbidden#';
        link.style.color = '#007bff';
        link.style.textDecoration = 'none';
        link.style.fontWeight = 'bold';
        link.target = '_blank';

        link.addEventListener('mouseover', () => link.style.textDecoration = 'underline');
        link.addEventListener('mouseout', () => link.style.textDecoration = 'none');

        popup.appendChild(message);
        popup.appendChild(link);

        const closeButton = document.createElement('button');
        closeButton.textContent = '✖';
        closeButton.style.position = 'absolute';
        closeButton.style.top = '5px';
        closeButton.style.right = '5px';
        closeButton.style.background = 'none';
        closeButton.style.border = 'none';
        closeButton.style.cursor = 'pointer';
        closeButton.style.fontSize = '16px';
        closeButton.style.color = '#333';

        closeButton.addEventListener('click', () => {
            document.body.removeChild(popup);
        });

        popup.appendChild(closeButton);

        document.body.appendChild(popup);
    });



Step 2: Goto QuillBot and try it out na. WORKED!
1744876953683.webp



[Help Section]
Nawala po ang premium? - Try mo sa incognito
▻Others
Kung hindi parin maayos ang Premium try mo gumawa ng diff account. pwede karin gumamit ng mga TempMail.

✅ Summary: Quick Troubleshooting Checklist

✔ Try Incognito Mode (to rule out cached data or extensions).

✔ Switch Accounts (to check for account-specific issues).

✔ Seek Help (if all else fails, provide details in relevant forums or comment sections).​

HAPPY LEARNING :froogyLove:

 
Talaga bang working to? or gaya lng din to nung QUILBOT COOKIES? kasi ni try ko ulit yun na pre-prem pero wala di naman functional tas nag lo-logout
 
Talaga bang working to? or gaya lng din to nung QUILBOT COOKIES? kasi ni try ko ulit yun na pre-prem pero wala di naman functional tas nag lo-logout
Try nyo ho na wag gamitin yung personal account use temp mail or anything na alam nyong disposable emails narerecord din po kc ni quillbot ang mga user id's using cookies kaya need i clear yung data ng quillbot(com)

Try nyo ho na wag gamitin yung personal account use temp mail or anything na alam nyong disposable emails narerecord din po kc ni quillbot ang mga user id's using cookies kaya need i clear yung data ng quillbot(com)
ilang years ko narin gamit yung script nayan
 
na try ko na po, installed na ang script. But still nasa free plan parin, and most feature ng premium hindi gumagana. Anw, keep sharing idol thanks
 

About this Thread

  • 8
    Replies
  • 236
    Views
  • 6
    Participants
Last reply from:
raikalasahan

Trending Topics

Online now

Members online
651
Guests online
1,218
Total visitors
1,869

Forum statistics

Threads
2,288,521
Posts
29,052,182
Members
1,215,138
Latest member
beru_123456789
Back
Top