Commit Graph

4 Commits

Author SHA1 Message Date
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