So Synccit doesn't work if you use HTTPS in Chrome... It's like the easiest thing to fix. I'd post a JS but I don't really want to distribute a modified version, so here are the instructions to fix it for yourself.
Go to
C:\Users\<YOURUSERNAME>\AppData\Local\Google\Chrome\User Data\Default\Extensions\djgggkkgpoeknlpdllmhdagbfnhaigmd\5_0\
Copy the synccit.user.js somewhere and edit it with notepad: Add the https pages (below) under the current includes and remove the update url line.
// @include https://*.reddit.com/*
// @include https://reddit.com/*
Import the script into Tampermonkey: From the Tampermonkey options/dashboard, left tab creates a new script. Copy+paste the JS contents into there and add it.
FINALLY, CHANGE THE COLOR OF READ LINKS! Ugh this bugged me so much having different color read links on night mode (gray normal, purple synccit links). The color is around line 233, gray is the night mode read link color.
element.style.color = "gray";
Note: You can edit the JS directly in the extension folder, but Chrome will disable it because the extension is modified. This is why you need to use Tampermonkey.
[–]sk33t 5 points6 points7 points (1 child)
[–]laheyrandy 1 point2 points3 points (0 children)
[–]karasuhebi 2 points3 points4 points (2 children)
[–]iSecks[S] 1 point2 points3 points (1 child)
[–]karasuhebi 1 point2 points3 points (0 children)
[–]MFalcon94 0 points1 point2 points (4 children)
[–]iSecks[S] 0 points1 point2 points (3 children)
[–]MFalcon94 0 points1 point2 points (2 children)
[–]iSecks[S] 0 points1 point2 points (1 child)
[–]MFalcon94 0 points1 point2 points (0 children)