[19:44:36] RoanKattouw: is there a way to disable collapsing tabs in Vector? [20:34:52] one would assume some hack in personal js [20:46:43] You can try wgVectorModules.collapsibletabs = false; [20:47:04] wgVectorEnabledModules , sorry [21:00:55] How would one bring the history tab (do we call it a button now? it isn't so tab-like) from the drop-down to the top edge? [21:06:39] It should be in the top bar by default [21:06:54] If it's in the dropdown, that's likely because your screen is too narrow [21:09:17] RoanKattouw: doesn't seem to work :( [21:09:29] Doesn't work how? [21:09:40] Which browser? Which wiki? [21:10:33] Added wgVectorEnabledModules.collapsibletabs = false; to vector.css and purged cache. Checked by JS inspector, it's set to false, but does not work [21:10:41] Browser: Chromium 5 [21:10:44] Oh [21:10:48] Well [21:10:53] It might be getting set at the wrong moment [21:11:15] Or it might be handled at the wrong moment :) [21:11:34] Well actually, I believe your right [21:11:49] It's not necessarily "wrong", because typically we'd have a preference for it [21:12:01] But the setting is handled in a place that you have no chance of influencing with user JS [21:12:51] RoanKattouw: having it collapsed when you are deleting a lot of pages makes thing extremely anti-usable [21:13:24] Disabling CollapsibleTabs won't magically un-collapse the delete tab [21:13:38] Because its initial position is inside the dropdown [21:14:00] There is a way to pull all items in the dropdown out to the tab bar, though, see my user JS on Commons [21:16:00] ok, great [21:16:14] I'm going to re-do the "six tabs" gadget for Vector [21:17:34] RoanKattouw: thanks