Bunkr Full Names in Gallery

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
medy17
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
41
რეიტინგი
0 0 0
ვერსია
1.0
შექმნილია
31.10.2025
განახლებულია
31.10.2025
Size
1,07 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.