Bunkr Full Names in Gallery

Disables text truncation for file names in Bunkr albums, showing the full title.

作者
medy17
日安装量
0
总安装量
6
评分
0 0 0
版本
1.0
创建于
2025-10-31
更新于
2025-10-31
大小
1.1 KB
许可证
MIT
适用于

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.


Features

  • See Full Filenames: Disables the "..." truncation on all file cards in Bunkr albums.
  • Lightweight & Efficient: Uses a single, simple CSS rule. No complex JavaScript, no page slowdown.
  • Version Agnostic: Designed to be highly resilient to future site updates by targeting a stable, common CSS class.
  • Compatibility: Automatically works across all known Bunkr domains and mirrors (bunkr.cr, bunkr.si, bunkr.la, etc.).

How It Works

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.