Disables text truncation for file names in Bunkr albums, showing the full title.
Annoyed by Bunkr cutting off long, descriptive file names with an ellipsis (...)? This userscript solves that problem by forcing the full filename to display on album pages, wrapping it onto multiple lines if necessary.
See exactly what you're looking at without having to hover over every single item.
bunkr.cr, bunkr.si, bunkr.la, etc.).This script injects a bit of of CSS to override the site's default truncate style. It simply tells your browser to allow the text to wrap (white-space: normal) instead of hiding it.