Greasy Fork is available in English.

GMX standalone window view

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

Penulis
Achernar
Pemasangan harian
0
Total pemasangan
46
Nilai
0 0 0
Versi
0.9.4
Dibuat
17 Januari 2020
Diperbarui
28 Maret 2023
Lisensi
N/A
Berlaku untuk

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.