Koopz
Koopz
Ultimately the new token will be present in the result HTML in the form of a `window.al_token = "token";`. So there should be plenty of alternatives to iframes, like making...
another thing i noticed is that you don't get a new token on every refresh so in theory you should be able to do the same thing in every tab...
feel free to, i don't mind
can you maybe listen for the event that triggers the display of the message? and uh... just hide it with CSS? :P
To get back on this... the autorefresh get's triggered by the 403. In the main.js you can find the following (formatted through chrome dev tools)  This may look confusing...
Hmm... i'm not sure if we can actually do much in the `beforeunload` listener, especially the asynchronous nature of the fetch will cause issues. I think a better approach would...
so i just checked for new keys to translate and noticed you added various ones for all the languages. I was already a bit skeptic when i saw the `$settings_partialLocalisationLanguage_description`...
I'm slowly going through the keys that have been added since the last time i had a look at it and unfortunately couldn't quite find out the location where the...
Linking for PHP imports actually isn't that easy. [I've written a Userscript myself](https://github.com/Koopzington/github-php-hyperlinks) to support this specific feature. It reads out the autoload and require(-dev) configs set in a repo's...