Go to file
2021-07-02 01:52:37 +00:00
img Upload New File 2021-05-19 17:37:14 +00:00
config.json Update config.json 2021-05-19 18:18:41 +00:00
custom.css Update custom.css 2021-07-02 01:52:37 +00:00
greentext-patcher.sh Add new file 2021-03-27 17:02:15 +00:00
LICENSE Add LICENSE 2021-05-19 17:21:24 +00:00
README.md Update README.md 2021-05-19 17:39:25 +00:00

Element Web Modifications

For version 1.7.28-24

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

bash greentext-patcher.sh

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

yarn dist

Stickers

/devtools

Select 'Send account data'

m.widgets

Fill in this:

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

SEND