Enable ECH on Chrome
Turn on flag
about://flags/#encrypted-client-hello
Verify https://exhentai.org/cdn-cgi/trace
References
https://blog.cloudflare.com/announcing-encrypted-client-hello/
Daily Notes of a Programmer
Turn on flag
about://flags/#encrypted-client-hello
Verify https://exhentai.org/cdn-cgi/trace
References
https://blog.cloudflare.com/announcing-encrypted-client-hello/
Open Chrome Developer Tools and Console Tab.
Use $x
Function: Simply type $x('your_xpath_here')
in the console. For example:
$x('//h1')
This will return an array of elements that match the XPath query.
QUIC (Quick UDP Internet Connections) is a new transport protocol that is designed to improve the performance of web browsing. It is currently enabled by default in Chrome, but you can disable it if you want.
Here are the steps on how to disable QUIC in Chrome:
chrome://flags/#enable-quic
chrome://flags/#use-dns-https-svcb-alpn
Disable both of them and once you have restarted Chrome, QUIC will be disabled.
Why You Might Want to Disable QUIC
There are a few reasons why you might want to disable QUIC.
How to Enable QUIC Again
If you decide that you want to enable QUIC again, you can follow the same steps as above, but select the Enabled
option instead of Disabled
.
References
https://robots.thoughtbot.com/how-to-make-a-chrome-extension
https://developer.chrome.com/extensions/getstarted
http://stackoverflow.com/questions/11553600/how-to-inject-css-using-content-script-file-in-chrome-extension
http://stackoverflow.com/questions/9721344/my-css-is-not-getting-injected-through-my-content-script