Temporary Fix for broken chat & profile here
If you're having issues with broken chat and profile it's because of a failing AJAX request, you can see it if you press F12 and check the console in your browsers, errors will start rolling in.
I've created a tiny script that adds a meta tag to autemo, unfortunately I don't have access to Autemo's source code or the server it's on so we'll have to do a little client-side hack. In order to use it you have to do the following:
1. Install a script manager for your browser. Greasy Fork has a nice collection for every browser, I personally use Tampermonkey and like it a lot.
2. Install the script. It's available HERE on Greasy Fork, click Install and your script manager should take care of the rest.
If you want to test the code before going through all this, open the link in step 2, copy from lines 16 to 31, open autemo, press F12 or right click and click inspect. Paste the code into the console and see chat and profile appear after a second or two
I've created a tiny script that adds a meta tag to autemo, unfortunately I don't have access to Autemo's source code or the server it's on so we'll have to do a little client-side hack. In order to use it you have to do the following:
1. Install a script manager for your browser. Greasy Fork has a nice collection for every browser, I personally use Tampermonkey and like it a lot.
2. Install the script. It's available HERE on Greasy Fork, click Install and your script manager should take care of the rest.
If you want to test the code before going through all this, open the link in step 2, copy from lines 16 to 31, open autemo, press F12 or right click and click inspect. Paste the code into the console and see chat and profile appear after a second or two