hrj
hrj
uMatrix shows a graphical icon to indicate how many requests have been blocked / allowed. The Request Manager button in gngr (on the top right side of the window) needs...
https://nitter.net/about > Nitter is a free and open source alternative Twitter front-end focused on privacy. The source is available on GitHub at https://github.com/zedeus/nitter > > No JavaScript or ads >...
https://htmx.org/ I haven't fully read it, but at a glance, this allows faster interactivity than "FORM submission + whole page reload". And it would have lesser surface area exposed than...
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme Seems easy enough to add. It does aid finger-printing though.
More information here: https://corner.squareup.com/2015/05/okhttp-2-4.html Article comparing different HTTP clients: https://www.mocklab.io/blog/which-java-http-client-should-i-use-in-2020/ with good discussion here: https://www.reddit.com/r/java/comments/jmnzgd/which_java_http_client_is_best_in_2020/ Methanol, a wrapper around Java's HTTP Client: https://github.com/mizosoft/methanol
Reference: https://jakewharton.com/shrinking-a-kotlin-binary/ The post is centered around Kotlin, but the major reduction is due to R8, which should work for any bytecode.
https://github.com/duckduckgo/tracker-radar https://spreadprivacy.com/duckduckgo-tracker-radar/
https://github.com/WICG/client-hints-infrastructure#readme
The problem described [here](https://stackoverflow.com/questions/36627711/java-8-graphics-glitch-when-stroking-sub-pixel-coordinates-on-linux) is reproducible even in JDK 11 on Linux. Setting `-Dsun.java2d.xrender=false` works. Need to check if this can be set programmatically. Related Bug reports: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7105461 https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8156100