RemovePopUp For Un-Formal - deepl.com

04/11/2023 19:30:48

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

// ==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>';
}