XenForo Conversations E2EE + No Draft Autosave

Encrypt outgoing XenForo conversation messages and decrypt incoming ones locally. Blocks draft autosave requests.

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!)

Autor
martyrdom
Dnevne instalacije
0
Ukupno instalacija
4
Ocene
0 0 0
Verzija
0.8.5-testing
Napravljeno
17. 01. 2026
Ažurirano
19. 01. 2026
Size
37,3 КБ
Licenca
GNU GPLv3
Važi za

This is a script that implements a rudimentary level of E2EE on XenForo Private Conversations. It cannot encrypt attachments, and you will lose formatting of your messages. The script uses AES-256-GCM encryption (standard WebCrypto API). It does not have forward secrecy (meaning one key decrypts everything). The key and decrypted text is stored only locally in your browser. It is never sent to the forum server, so no one can see it. The script reads the encrypted text, decrypts it locally, replaces what you see on the screen with comprehensible text. The server stores only the encrypted text and never receives the plaintext in the first place. It also blocks draft auto-saving in conversations, so that the drafts are not stored in plaintext in the database (making everything else the script does useless). It also converts ciphertext to plaintext so that the auto-formatting into emojis does not break the decryption.

v0.8 patched froala editor overwriting encrypted text (hopefully)
v0.8.1 attempted to rewrite fetch
v0.8.2 tried to fix no encryption happening with bb code toggled on
v0.8.3 (v0.8 restored basically) i give up for today. not even fucking chatgpt can help (in fact made it worse)
v0.8.4-testing testing version - not ready, we are not sure if it explodes the planet
v0.8.5.-testing previous version did explode planet (total encryption failure), this SHOULD fix everything.