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.
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.
Straightedge is a punk subculture, so if you’re not into the music then I wouldn’t use the term.
Actually, moderators have access to a new tool that flags accounts suspected of ban evasion. The cannot see IPs or which other accounts were related, but they can see if an account is suspected and with what level of confidence. Many subreddits have a policy to ban all such flagged accounts.
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.
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.
Blue Jays are the eastern type of jay, as seen on the Toronto sports team’s paraphernalia. Stellar’s jays are only west of the Rockies, I believe. Many people colloquially call them blue jays, though.
That’s so funny, I installed the new build just moments before I got this message. Works great!
Thanks!
I’m using Compact mode and in general I find these headers to take up way too much space. I think the info should be moved to an “About” tab on profiles, and the info on communities should be added to the existing About tab. Most people won’t need to see it every time they open either of these pages.
It’s in the latest nightly release.
I am not going to debate over semantics with you.
One wonders why you won’t answer.
You’re reading very far into my use of a word. I used it because its meaning is very applicable here. It’s not “empty ideological language.” It means something similar to “patriotic,” though I didn’t use that word because for some reason in the US patriotism is considered to be a good thing.
This user seems to think the US superior to all other countries. The word’s definition certainly seems to apply:
Militant devotion to and glorification of one’s country; fanatical patriotism.
Prejudiced belief in the superiority of one’s own gender, group, or kind.
They’re asking because you’re probably stuck in a media bubble based on the fact that you simply cannot read the opinions of people outside of the US’s sphere of influence.
You’re incorrectly assuming that something has to be incorrect to be chauvinistic.
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.