Commit Graph

7 Commits

Author SHA1 Message Date
yellows111 e0e5396bd8 formatting, no major changes 2024-03-25 14:11:34 +00:00
yellows111 1a730fdb64 beta 5 - breaking changes
some things considered Channel_OnTypeChanged optional, grr.

Make fourCC a thing so people don't manage to get the wrong channel for their activities and then break stuff
2024-03-23 16:25:57 +00:00
yellows111 3770586592 beta 4: using more guacamolean command names
a bit less extended and using stock error and ready instead of connect,<0,1,2>
this is semver breaking but we're in prerelease so i'm not touching package.json
... until it's considered at least mostly done
2024-02-28 13:41:20 +00:00
yellows111 f9bd6c5b69 beta 3: changing queries to hashes
ughhhh stupid language select being on the query string... fine, have this then
2024-02-27 22:50:05 +00:00
yellows111 a5a15e3839 for some indescribable reason, this actually worked
i won't be surprised if something else breaks, however
2024-02-27 15:23:34 +00:00
yellows111 2dfc356da4 beta 2: a bit less bad than beta 1
since the parsers work now, my bad

... I have a horrendous idea.
```js
/** pure evil **/
Object.defineProperty(window, "onload", {
	set: function onload(fn) {
		__messengerjs__onloadfunction = fn;
	}
});
```
It may be sin... but it may fix usernames... commiting before i try it
2024-02-27 14:14:08 +00:00
yellows111 fbd2648fa6 initial commit
should practically work as long as you know how to copy a url
2024-02-26 14:33:55 +00:00