RemovePopUp For Un-Formal - deepl.com

04/11/2023 19:30:48

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        RemovePopUp For Un-Formal - deepl.com
// @namespace   Violentmonkey Scripts
// @match       https://www.deepl.com/translator
// @grant       none
// @version     1.0
// @author      -
// @description 04/11/2023 19:30:48
// @license MIT
// ==/UserScript==

window.onload = function () {
  document.getElementsByClassName('flex items-center gap-x-3')[0].innerHTML += '<button class="StartFreeTrialButton-module--startFreeTrialButton--vWcYR" onclick="document.getElementsByClassName(`absolute inset-0 z-20`)[0].style.visibility = `hidden`">Remove Pop-Up</button>';
}