I seriously can't enable VisualEditor on dewiki. This is what I found so far:
It looks like 4 user preferences are involved:
- mw.user.options.get( 'visualeditor-enable' ) is 0.
- mw.user.options.get( 'visualeditor-betatempdisable' ) is 0.
- mw.user.options.get( 'visualeditor-autodisable' ) is 0.
- mw.user.options.get( 'visualeditor-tabs' ) says "remember-last".
I can turn the "…-betatempdisable" flag on and off on dewiki. That's fine. The "…-autodisable" one looks fine as well. It's the "enable" flag that blocks me from using VE.
I have a theory:
- On dewiki, VE was a Beta feature for a long time.
- It looks like I had the Beta feature disabled back then.
- But it's not a Beta feature any more. The checkbox is gone, but the user preference is still in the database.
- There is no way I can change the "visualeditor-enable" flag any more (other than using the API to change my settings, which is not something an ordinary user can and should do).

