Go to file
2021-08-12 11:24:49 +00:00
img Upload New File 2021-08-12 11:24:49 +00:00
patch Update code_patches.sh 2021-08-06 07:31:47 +00:00
prebuilt adding latest patched element 2021-08-05 19:51:47 +02:00
config.json updating config 2021-07-03 06:00:21 +02:00
custom.css Update custom.css 2021-08-06 07:32:29 +00:00
LICENSE Add LICENSE 2021-05-19 17:21:24 +00:00
README.md Update README.md 2021-08-06 07:34:28 +00:00

Element Web Modifications

For version 1.7.34-40

Element Showcase

Running at https://chat.f0ck.it

  • glowers patchset (greentexting)
  • custom.css with some quality of life enhancements like smaller images/videos
  • Atmos default theme

Compile yourself with patchset

git pull https://github.com/vector-im/element-web

cd element-web

yarn install

Copy the patch directory to the root of the element-web directory and run the patch after yarn install

(cd node_modules/matrix-react-sdk; yarn reskindex)

yarn dist

After successful compile go to the dist/ directory and unpack your compiled element-web, open the index.html and add the following line after <link rel="stylesheet" disabled="disabled" data-mx-theme="Dark-custom" title="Dark-custom" href="bundles/992c2fdfdb70c62e3cd4/theme-dark-custom.css">

<link rel="stylesheet" href="custom.css">

Should be around line ~53

If weak male download prebuilt

See prebuilt folder for that

Stickers

Go to any chatroom and type:

/devtools

Select 'Send account data'

m.widgets

Fill in this:

{
    "stickerpicker": {
        "content": {
            "type": "m.stickerpicker",
            "url": "https://matrix.f0ck.it/stickers/?theme=$theme",
            "name": "Stickerpicker",
            "data": {}
        },
        "sender": "@you:server.tld",
        "state_key": "stickerpicker",
        "type": "m.widget",
        "id": "stickerpicker"
    }
}

SEND