Skip to content

Increase video brightness by danielzgtg

Details

Authordanielzgtg

LicenseCC Zero

Categoryprimevideo.com

Created

Updated

Size438 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increases Amazon video brightness

Notes

Source code

/* ==UserStyle==
@name         Increase video brightness
@version      20240129.03.28
@namespace    ?
==/UserStyle== */

@-moz-document domain("primevideo.com"), domain("youtube.com") {
canvas, video {
/*
 * Commissioned for https://askubuntu.com/q/1501639/1004020
 * Freely adjust the values inside the contrast and brightness below
 * to what you prefer.
 */
filter:
  contrast(120%)
  brightness(120%)
!important;
}
}

Reviews

No reviews yet.