Harsh question: Do you have a real need to prevent this data from being collected, or are you investigating just for funsies best practice advice? There are a lot of posts like this where people overestimate the threat model they have and insist on needing to block things that are nearly impossible to, or at least have significant tradeoffs like you are dealing with now.
Javascript is also not the only source that sites can use for these pieces of info from your machine. Local time in particular can be estimated by looking up the rough location of your IP address then matching to a time zone.
Anyway.
I would assume you could technically fork localCDN (replaces remote javascript libraries with local copies) and then manually edit the local javascript library copies to remove the calls you are concerned about.
There's also options like uBlock Origin's methods of only whitelisting specific scripts. Much more flexible than NoScript. You can block scripts that are third party and only allow site specific ones fairly easily, without digging deep into the settings.
Bear in mind that your specific combination of installed extensions can also be a unique identifier though.
I'm not super familiar with it, but the sole mod has been quite outspoken about trying to make it a "big tent" and not allow it to be pulled by every extreme away from the singular goal of taxing the 0.01%, not even going after the 1%.
Absolutely, as a slight counter to my ADHD and laziness. I find it harder to say "let me sleep fifteen more minutes" when the timer or alarm isn't a round number.
The issue with using torrents is longevity. You'd still want/need traditional storage backing it all. Don't want some mod to become lost media because nobody is actively seeding it.
Thanks! That's damn good for "best effort"! A convincing lead on what company it may be.
Personally, I still don't think it's time for immediate red alert, but I'll have to keep an eye on things. Hopefully we'll see some competitors like GameBanana step up to the challenge.
If you have space for like a bedside table, or a coffee table, or even a table table, you have space for a small chest freezer. It doesn't necessarily have to be in the kitchen.
Looks like the average small ones are only about 3.5 cubic feet. I've rarely seen 1.2 cubic feet ones as well.
That said, if all you have is one of those small kitchenettes with barely enough space for a microwave, you're kind of kneecapped in terms of food prep in other ways as well.
Harsh question: Do you have a real need to prevent this data from being collected, or are you investigating just for
funsiesbest practice advice? There are a lot of posts like this where people overestimate the threat model they have and insist on needing to block things that are nearly impossible to, or at least have significant tradeoffs like you are dealing with now.Javascript is also not the only source that sites can use for these pieces of info from your machine. Local time in particular can be estimated by looking up the rough location of your IP address then matching to a time zone.
Anyway.
I would assume you could technically fork localCDN (replaces remote javascript libraries with local copies) and then manually edit the local javascript library copies to remove the calls you are concerned about.
There's also options like uBlock Origin's methods of only whitelisting specific scripts. Much more flexible than NoScript. You can block scripts that are third party and only allow site specific ones fairly easily, without digging deep into the settings.
Bear in mind that your specific combination of installed extensions can also be a unique identifier though.