>>3631651It just lets you have meme flags.
The official version now is basically extraflags, but with some server-side trickery to give everyone access to the same flags. It only does one flag at a time too.
The goals for the proper release is to
- remove country dependency, making the server-side trickery useless.
- enable multiple flags, by changing the way the flags are resolved.
- replace the weird flag setter from extraflags to fit the much simpler approach for resolving flags and also to remove dependency on a couple greasemonkey functions that are removed in 'modern' versions.
- remove unneeded code.
Some of these are already done, and were minor one-line fixes. I'm working on a different flag setter now.