Open ArthurGodfreyBatte opened 1 year ago
Hello, I am also getting the same error. if anyone can help me out from this. Thanks in advances
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(); } })();
How does one use the above script? you haven't given any description. Is it meant to remove the alert I mentioned above
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