1
1
Fork
You've already forked element-web-patches
0
out of date, don't use
  • Shell 100%
Find a file
2025年06月05日 05:52:29 +02:00
patches Fix broken remove share to nonfree services patch 2024年08月06日 22:14:21 +10:00
COPYING Initial commit 2024年08月06日 17:51:07 +10:00
download_element.sh Add download script for the Element Web source code 2024年08月06日 20:01:34 +10:00
README.md Update README.md 2025年06月05日 05:52:29 +02:00

element-web-patches

out of date, don't use

out of date, don't use

out of date, don't use

unless you're fine with bugfixing

Patch Description
delete_login_footer.sh Will delete the footer at the bottom of the login/register screen, removing useless links and making it cleaner.
greentext.patch Will convert all messages beginning in > to greentext.
greentext_command.patch Adds a /greentext command in which you can send a message as greentext.
improve_emoji_picker.sh Adds a snippet of CSS to the emoji picker to make it more usable.
rename_remove_and_ban.sh Allows you to rename 'Remove' and 'Ban' to something else, you can change it by editing the script.
replace_login_background.sh Allows you to replace the background on the login/register screen
replace_notification_sound.sh Allows you to replace the notification sound
remove-share-to-nonfree-services.sh Removes the option to share to non-free services (Facebook, Twitter, etc) in any share dialogs.

Requirements

Using element-web-patches

  1. Clone the Element Web patches
git clone https://git.paranoia.wf/frantic/element-web-patches --depth 1 && cd element-web-patches
  1. Clone the Element Web source code
./download_element.sh
  1. Patch to your liking
cd patches/
# Running the shell scripts:
# ./SCRIPT.sh ../element-web
# Patching the source code:
# (cd ../element-web && patch -p1) < PATCH.patch
  1. Build Element Web
cd ../element-web
yarn dist

License

GNU General Public License version 3.0 or later