blueagler / QuillBot-Premium-Helper

Unlock: Paraphrase unlimited words, 7 Writing mode , 4 Synonyms options, 6000 Summarizer word limit, 15 Sentences processed at once, Unlimited Freeze Words and phrases (101k active users' choices)
927 stars 149 forks source link

Use an credential in the Credentials manager to use single-paraphrase Error #50

Open ArthurGodfreyBatte opened 1 year ago

ArthurGodfreyBatte commented 1 year ago

Hello, I keep getting this error message "Use an credential in the Credentials manager to use single-paraphrase Error (premium feature). I do not know how to remove it. Please assist Thanks

dtphd commented 10 months ago

Hello, I am also getting the same error. if anyone can help me out from this. Thanks in advances

ASharockT commented 5 months ago

A simple tampermonkey script: // ==UserScript== // @name QuillBot-Premium-Crack Alert Remove // @namespace http://tampermonkey.net/ // @version 2024-05-30 // @description try to take over the world! // @author AST // @match https://quillbot.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=quillbot.com // @grant none // ==/UserScript==

(function() { 'use strict'; // Your code here... setInterval(function(){setTimeout(AlertRemove,1000);}) function AlertRemove(){ var Alert; Alert=document.querySelector('.notistack-SnackbarContainer'); Alert.remove(); } })();

ArthurGodfreyBatte commented 3 months ago

How does one use the above script? you haven't given any description. Is it meant to remove the alert I mentioned above