out of date, don't use
- Shell 100%
| patches | Fix broken remove share to nonfree services patch | |
| COPYING | Initial commit | |
| download_element.sh | Add download script for the Element Web source code | |
| README.md | Update README.md | |
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
- Clone the Element Web patches
git clone https://git.paranoia.wf/frantic/element-web-patches --depth 1 && cd element-web-patches
- Clone the Element Web source code
./download_element.sh
- 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
- Build Element Web
cd ../element-web
yarn dist
License
GNU General Public License version 3.0 or later