GMX standalone window view

Set option to open email in standalone window (gmx / web.de)

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Advertisement:

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Advertisement:

Autor
Achernar
Instalaciones diarias
0
Instalaciones totales
54
Calificaciones
0 0 0
Versión
0.9.4
Creado
17/01/2020
Actualizado
28/03/2023
Tamaño
9.4 KB
Licencia
Desconocida
Funciona en

Early january 2020 or late december 2019, Gmx made a modification that changed the behavior of the "open email" icon (see screenshot). Now it opens the emails within the gmx webmail interface instead of opening a popup window.
The functionnality is still available, but I could not find an option in the interface to change it. So here is a userscript to do that.

The script adds a checkbox next to the buttons toolbar (see screenshot). When checked the popup behavior is enabled, when unchecked it's the current default. The script remembers your choice.

The script offers 2 possibilities to open an email in a separate popup window:

  • click the "Open email" icon in the email listing (see screenshot). It will open a popup if the checkbox is checked.
  • when a message is opened, ctrl+click the "Fullscreen" button next to the "Save" and "Print" icons/buttons. A pop is opened regardless of the checkbox state.

On the first installation, the option is automatically set to checked.
If the userscript is installed outside of a script manager (Tampermonkey, Greasemonkey, Violentmonkey, ...), it uses an alternative method to store the checkbox state. It remembers the state as long as the window/tab is open.

The script has been tested on gmx.net, gmx.com, gmx.fr, gmx.es, gmx.co.uk, gmx.at, gmx.ch, web.de.

For more userscripts, styles, extensions, tips, ..., visit my programming page.


As of July 1st 2020, gmx has removed this function on all versions of its site.
Starting with v0.6 (July 12), the script tries to mimic how the functionality worked. It opens a popup with the email displayed. It does this by duplicating a frame of the site, and hides the nonrelevant elements of the page: the listing, the ads panels, and until they can be used correctly inside the popup, the button bar.
If, when using the popup, you see elements appearing that shouldn't, please post a comment here so I can fix it.
August 4th 2020, again gmx internal working has changed. The popup can't display the message as it did. I have to find another work-around...
August 5th 2020, the new version (0.6.2) revives the popup view.
February 10 2021, fix code to handle minor modification of HTML of the page.