Greasy Fork

Purplify Trakt.tv

Purplify the VIP and Scrobble bar

目前为 2024-10-18 提交的版本。查看 最新版本

// ==UserScript==
// @name         Purplify Trakt.tv
// @namespace    http://tampermonkey.net/
// @version      2024-10-18.1
// @description  Purplify the VIP and Scrobble bar
// @license MIT
// @author       Tusk
// @match        https://trakt.tv/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=trakt.tv
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle("#watching-now-wrapper > .progress-bar { background-color: rgba(68, 26, 85, .9); }");
GM_addStyle("#results-top-wrapper.user-wrapper.watching-now #watching-now-wrapper { background-color: rgba(159, 66, 198, .9); }");
GM_addStyle("#watching-now-wrapper .percentage { background-image: linear-gradient(to right,rgba(149,23,22,0) 0%,#441a55 40%); }");
GM_addStyle(".label-vip { background-color: #9f42c6; }");
GM_addStyle(".label-vip > .ep { background-color: #441a55; }");