i created litle user script for browser addon Tampermonkey \ Greasemonkey and he working.
Real four lines,
function FuckWinDelete()
{ if (document.querySelector("#frase-widget-container")); // window is there such ?
{document.querySelector("#frase-widget-container").remove(); }} // remove window
setTimeout(FuckWinDelete, 5000);
the rest is automatically added by tampermonkey, below pasted all the code.:
// ==UserScript==
// @name Vegas удаление окна ассистента
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author selevo
// @match https://www.vegascreativesoftware.info/*
// @match https://app.frase.io/bot/home/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
function FuckWinDelete()
{ if (document.querySelector("#frase-widget-container")); // window is there such ?
{document.querySelector("#frase-widget-container").remove(); }} // remove window
setTimeout(FuckWinDelete, 5000);
})();
The script runs 5000 milliseconds after the page loads and removes the window element. Of course, it is better to make it automatically check, because now there is a dependence on the speed of the Internet and the script can start before the window appears, then you need to add a delay. Maybe later I'll do an automatic check.
It works for me, and now I don't freak out now. ))
-------------
See GIF for guide how adding script to your brouser withtampermonkey addon
A forum admin informed the mods in April that he has "already addressed this "feature request" [to turn that thing off] to the product owner." (Quoted here.) The decision needs to come from "higher ups".
Until "they" remove the Support Assistant, I just used a browser plugin (uBlock Origin) to block it in my Chrome browser, as suggested several times in this thread (e.g. by VEGASPascal, rraud, and a few others).
Hey, when I was here this morning, it was here, but when I checked back just now, it's gone. (I'm not using an ad blocker.) Has this already been noted? Is it just some strange luck-of-the-draw, or is it gone for good?
Hey, when I was here this morning, it was here, but when I checked back just now, it's gone. (I'm not using an ad blocker.) Has this already been noted? Is it just some strange luck-of-the-draw, or is it gone for good?
I disabled 'uBlock Origin' and it is still there in the Pale Moon browser
it's most likely really a subversive "assistant to BUY" - which is how a company stays alive: sales - sooooo, 1 sale verses 50 people posting annoyance on some forum = leave it. Like spam: 50 million spams sent cost a dime, VS 1 sale = $600. Just business.
Of interest I watch the Magix Forum's video section to redirect Vegas users here. It's amazing how many end up there and don't notice the very visible notices at the top about the Vegas forum.
Of interest I watch the Magix Forum's video section to redirect Vegas users here. It's amazing how many end up there and don't notice the very visible notices at the top about the Vegas forum.