Go to file
2021-05-19 17:12:57 +00:00
i18n Update i18n/de_DE.bc8b3d9.json 2021-03-23 20:31:27 +00:00
img Upload New File 2021-03-24 11:13:28 +00:00
config.json Update config.json 2021-05-19 17:12:02 +00:00
custom.css Update custom.css 2021-05-19 17:12:57 +00:00
greentext-patcher.sh Add new file 2021-03-27 17:02:15 +00:00
README.md Update README.md 2021-03-28 21:32:45 +00:00

Element Web Modifications

For version 1.7.23-34-g788f571e

Running at https://element.f0ck.it

  • In the German translation no more gender stuff, it's back to based
  • custom.css with some quality of life enhancements like smaller images/videos
  • Custom Stylesheets
  • >greentexting

How to add Stickers (Works on any element web client)

/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