

I highly recommend configuring qBittorrent to only connect to the VPN interface, so if your VPN is off it will simply not connect to the internet at all.
I highly recommend configuring qBittorrent to only connect to the VPN interface, so if your VPN is off it will simply not connect to the internet at all.
I use it and it works very well.
Rnote is currently the best for handwritten notes in my opinion, but its organization is minimal. I have never found a 1:1 replacement for OneNote, but luckily I no longer need it desperately like I did a decade ago.
That doesn’t work for the workflow of sending articles to my Kindle with a bookmarklet.
I have a Kindle. It does not support EPUB. This does affect me. I used to use a bookmarklet to send articles to my Kindle, and this would make that unfeasible.
Some of us still use devices that only support .mobi
That’s where I stopped. It was a perfect miniseries. I saw there was going to be a second season and I just rolled my eyes and resolved not to watch it. The first season ended perfectly to me.
Sadly, it is. It didn’t get any updates for years at one point, too.
Someone has been defacing OpenStreetMap with stuff like this for months as well. It’s pretty sad.
Yes, the generic names make it a nightmare to search for things relating to them.
Install Stylus > Write New Style > Import and then copy/paste this in. Keep in mind that I removed a lot of my specific tweaks for sites I use, because that’s PII. You will encounter many more weird issues on random sites than you do with DarkReader, but if you’re used to working with userCSS you’ll probably have no issues fixing those. The way this essentially works is by inverting your entire browser screen, then rotating the hue so the colours of website themes aren’t weird, then it inverts images back to normal. I’m sure there is a way to do this without inverting the images in the first place, but it would involve one hell of a lot more code than this. I wrote this originally in about 3 minutes.
html, iframe {
filter: invert(1) hue-rotate(180deg);
}
img, div[background-image], div[style*="background-image"], video {
filter: invert(1) hue-rotate(180deg);
}
@-moz-document domain("lemmy.ml"), domain("ultimate-guitar.com"), domain("open.spotify.com"), domain("discord.com"), domain("localhost") {
/* Exemptions for sites that already have a dark mode */
html, iframe {
filter: none;
}
img, div[background-image], div[style*="background-image"], video {
filter: none;
}
}
@-moz-document domain("youtube.com") {
#movie_player {
filter: invert(1) hue-rotate(180deg);
}
video {
filter: none;
}
}
@-moz-document url-prefix("https://www.google.com/maps") {
div[aria-label="Street View"] canvas, div[aria-label="Photo"] canvas, button[data-photo-index] {
filter: invert(1) hue-rotate(180deg);
}
div[role="img"] {
filter: none;
}
}
I made my own with Stylus. At its simplest it’s 2 lines of CSS which pales in comparison to what Dark Reader is going with, and then I have one section for exempted websites, and two sections for websites I use a lot that needed specific small fixes. It uses basically no resources, and doesn’t slow anything down.
The one downside is that because it uses CSS filters, some colors become less brilliant. This is a known flaw with how CSS calculates colors for hue-rotate
.
Pasted in a comment below.
I feel you. After the Reddit events, I just don’t have the enthusiasm to help maintain many communities anymore. It’s hard when you put a lot of work into it and then get treated like shit in response.
A subreddit about TEMU.
Someone missing context doesn’t make them a bot. To be a part of this particular bot network, all 4 points will be present.
Emoticons ≠ emojis.
This is 100% a bot that’s part of the former TEMU network. Every comment is weirdly cheerful, nonsensical, and multiple end in two emojis. Pregenerated Reddit username, too.
Yeah. Here’s a few examples.
I usually right click the window in the app bar and choose the “stay on top” option. This issue only happens in Wayland, also. in X11 it stays on top as expected.