resizable columns in mastodon
A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.
deleted a stray alert() that I had in for debugging
Removed the debug CSS
Added `// @grant GM_addStyle ` to make it work in Chrome. Ugh Chrome, why would you even…
Redid the script so it now changes the CSS, rather than listening for events and adding inline styles. So it works when you add or remove columns.
added tweak to keep fonts smaller
Fixed a bug for Chrome users. Ugh. Chrome.
metadata tweaks
removed some debug code
Added event listeners so that when column functions change they stay resizable.
Fixed the shrinky-growy behaviour somewhat. I've at least read the mdn page about the flex style attribute, even if I haven't fully understood it.