├── Screenshot 2020-11-29 063149.png
├── Screenshot 2018-04-18 19.14.49.png
├── Screenshot 2018-06-21 06.55.32.png
├── Screenshot 2018-06-21 06.55.39.png
├── Screenshot 2018-06-21 06.55.45.png
├── Screenshot 2018-06-21 06.56.15.png
├── Screenshot 2018-06-21 06.56.53.png
├── Screenshot 2018-06-21 06.57.00.png
├── LICENSE
├── README.md
└── Trakt Dark Mode.user.js
/Screenshot 2020-11-29 063149.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2020-11-29 063149.png
--------------------------------------------------------------------------------
/Screenshot 2018-04-18 19.14.49.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-04-18 19.14.49.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.55.32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.55.32.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.55.39.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.55.39.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.55.45.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.55.45.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.56.15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.56.15.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.56.53.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.56.53.png
--------------------------------------------------------------------------------
/Screenshot 2018-06-21 06.57.00.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kasiimh1/trakt-darkmode/HEAD/Screenshot 2018-06-21 06.57.00.png
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 Kasim Hussain
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Trakt-DarkMode
2 |
3 | # V0.8
4 |
5 | Fixed: Fixed comments not theming
6 | Fixed: https://github.com/kasiimh1/trakt-darkmode/issues/2 i think? :D
7 |
8 | Fully functional Dark Mode for Trakt.
9 |
10 |
11 | ## old version screenshots
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | Install ViolentMonkey - https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag?hl=en
22 |
23 | Install Trakt DarkMode script with this URL - https://github.com/kasiimh1/Trakt-DarkMode/raw/master/Trakt%20Dark%20Mode.user.js
24 |
25 | Let me know if i broke anything via the Issues tab
26 |
27 | Will update this if Trakt decides to break something in the future.
28 |
29 | ~ Kasim
30 |
--------------------------------------------------------------------------------
/Trakt Dark Mode.user.js:
--------------------------------------------------------------------------------
1 | // ==UserScript==
2 | // @name Trakt DarkMode
3 | // @namespace https://github.com/kasiimh1
4 | // @version 0.9
5 | // @description Dark themes > light themes, enjoy!
6 | // @author Kasim Hussain
7 | // @match https://trakt.tv/*
8 | // @grant GM_addStyle
9 | // ==/UserScript==
10 |
11 | var darkMode=`
12 |
13 | #activity-wrapper,#charts-wrapper,#schedule-wrapper,#charts-minutes-total,#charts-movies-total,
14 | #charts-episodes-total,#ondeck-wrapper,#footer-search,#main-search,#charts-minutes-wrapper,
15 | #info-wrapper,div.subnav-wrapper,#huckster-content-page,.subnav-wrapper,.interactions,
16 | #progress-wrapper.watched,.comment-wrapper .list .subnav .wider .hidden-xs,.seasons,#recent-wrapper,
17 | .prev a, .next a,.prev.disabled a,.next.disabled a,.comment-wrapper,#history-items,#collection-items,
18 | #rating-items,section.container.list-rows,#user-comments,#network-user-wrapper,section,
19 | .above-comment,.users-wrapper,#huckster-desktop-wrapper,.huckster-vip-info,.alert.alert-no-data,h4.character,
20 | .episode-stats.hidden-sm,.btn.btn-block.btn-summary.btn-collect,.btn.btn-block.btn-summary.btn-list,
21 | .btn.btn-block.btn-summary.btn-comment.new-comment-focus,div.titles,body.settings,#widgets-wrapper,.widget-row.alt,#network-wrapper,.subnav-wrapper.list-title-wrapper
22 | {
23 | color: white !important;
24 | background-color: #000 !important;
25 | }
26 |
27 | .alert-no-data,#recent-comments-wrapper :nth-child(1) {
28 | background-color: #000 !important;
29 | }
30 |
31 | h2.section,span.trakt-icon-time-play,a.titles-link,a.ignore, a.selected,.runtime,.elapsed,
32 | .percentage,.icon.trakt-icon-alarm,.feed-icon,.icon.trakt-icon-rss, h3, span.plays,label,
33 | .icon.trakt-icon-divider,icon .trakt-icon-calendar-add,.btn-list-subscribe,.count-text,
34 | .icon.trakt-icon-move,.titles,.format-date,.unknown{
35 | color: white !important;
36 | }
37 |
38 | .runtime,.elapsed,.percentage{
39 | color: rgba(255,255,255,0.5) !important;
40 | }
41 |
42 | div.shade{
43 | display: none !important;
44 | }
45 |
46 | .popup-video.one-liner.trailer
47 | {
48 | background-color: red !important;
49 | }
50 |
51 | .see-more-text, h4 a,div.trakt-icon-circle-right.fa, h3 a,season.toggle,.link,p a,.name
52 | {
53 | color: #54C7FC !important;
54 | }
55 |
56 | .progress-bar,.page.active{
57 | background-color: #54C7FC !important;
58 | }
59 |
60 | .progress-bar.spacer,.page.active{
61 | background-color: rgba(255,255,255,0.5) !important;
62 | }
63 |
64 | .base{
65 | border:0px !important;
66 | border-color: #000;
67 | }
68 |
69 | .metadata,.quick-icons.smaller{
70 | border:0px !important;
71 | }
72 |
73 | .poster{
74 | border-color: #000 !important;
75 | }
76 |
77 | .username,#text-code,#banner-code,#fanart2-code,#fanart-code,#thumb-code,#poster-code{
78 | color: green !important;
79 | }
80 |
81 | div.fanart div.titles {
82 | background-color: rgba(34, 34, 34, 0.0) !important;
83 | }
84 |
85 | #hu-ck-s-t-er-de-sk-top-wrapper{
86 | display:none !important;
87 | }
88 |
89 | .btn-watch{
90 | color: white !important;
91 | background-color: #8e44ad !important;
92 | }
93 |
94 | .tab.selected {
95 | background: none !important;
96 |
97 | `
98 | GM_addStyle(darkMode);
99 |
--------------------------------------------------------------------------------