Bunkr Full Names in Gallery

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

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
medy17
日安装量
0
总安装量
15
评分
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.