Commit Graph

2 Commits

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