Btw, you can even run a executable file which has been renamed to any extension (.txt or .whatever) in command line. (See PATHEXT env)
It just recognized by the explorer (and shellexecute api’ third parameter).
So that’s mean all files have “executable” permission by default.
You could try adguard (android version), but it is paid.
And the biggest problem is most of sites are already upgraded to https, it needs MITM attack, but lots of applications won't accept any user certificate... (so adguard needs be installed to let those apps bypass its proxy, that's mean, you cannot just host a central proxy server to filter all ssl traffic)
Tested on:
Steam (search box), Apple (icloud), Minecraft (both server and client, just type PoC in chat box)
(Tip: use dnslog to test(no payload), so it should not cause any problems)
It's not perfect, since the scrollbar is keep while while the content has dark background...
maybe you need a <meta name="color-scheme" content="light dark" />
at least the oldest icons are still exists in modern win 10, yes, even after ms decided to update some icons to fit new "Fluent Design" https://imgur.com/a/6T31ziE (from latest insider build
You can achieve it without CSS actually (in chrome)
Just put <meta name="color-scheme" content="light dark"> to <head>
It will also make vanilla scrollbar into dark theme
The readme.md has been blocked, translation for 根据相关法律政策,该内容无法显示 is "According to relevant laws and policies, the content cannot be displayed".
You can still get content by `git clone`, but you can never get it in web page (including https://gitee.com/gsls200808/chinese-opensource-mirror-site/...).
By the way, unlinke github, you cannot do any useful things though the web interface without a verified account(even clone through git protocol has been limited to the verified account).
This sounds like a very common thing in China, but it is incredible that censorship appears on open source platforms.
I think we can achieve this through windows container(not docker, it won't support interactive GUI application), by using process isolation, most api have been implemented in container.dll(see the exported functions table!), but it is undocumented...
There's some demos that using this API
https://github.com/microsoft/BuildXL/blob/master/Public/Src/...
it happened in my system in last boot, dmesg says dbus-daemon tried (twice!) to read urandom before its seeded,
and the next message (same second, about 200ms) is about urandom has been seeded, it is a race condition!