Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ArthurGodfreyBatte opened this issue Sep 20, 2023 · 3 comments

Comments

@ArthurGodfreyBatte
Copy link

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
Copy link

dtphd commented Jan 3, 2024

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

@ASharockT
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants