Skip to content

Commit cd24266

Browse files
authored
Update wkt34fcz.user.js
1 parent cca0996 commit cd24266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

userscripts/src/wkt34fcz.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Trakt.tv | Custom Links (Watch-Now + External)
33
// @description Adds custom links to all the "Watch-Now" and "External" sections (for titles and people). The ~35 defaults include Letterboxd, Stremio, streaming sites (e.g. P-Stream, Hexa), torrent aggregators (e.g. EXT, Knaben), various anime sites (both for streaming and tracking) and much more. Easily customizable.
4-
// @version 0.7.1
4+
// @version 0.7.2
55
// @namespace wkt34fcz
66
// @icon https://trakt.tv/assets/logos/logomark.square.gradient-b644b16c38ff775861b4b1f58c1230f6a097a2466ab33ae00445a505c33fcb91.svg
77
// @match https://trakt.tv/*
@@ -793,14 +793,14 @@ function addStyles() {
793793
:is(#info-wrapper .sidebar, #watch-now-content) .external a > img {
794794
height: 100%;
795795
border-radius: inherit;
796-
filter: grayscale(1) var(--extra-filters, url());
796+
filter: grayscale(1) var(--extra-filters, grayscale(1));
797797
}
798798
:is(#info-wrapper .sidebar, #watch-now-content) .external a:hover {
799799
color: #fff !important;
800800
background-color: #555 !important;
801801
}
802802
:is(#info-wrapper .sidebar, #watch-now-content) .external a:hover > img {
803-
filter: grayscale(1) var(--extra-filters, url()) brightness(1.3);
803+
filter: grayscale(1) var(--extra-filters, grayscale(1)) brightness(1.3);
804804
}
805805
806806

0 commit comments

Comments
 (0)