gngr
gngr copied to clipboard
a cross-platform browser focussed on privacy.
It is supported by other browsers as per [this](https://letsencrypt.org/2015/10/19/lets-encrypt-is-trusted.html).
Sadly UA strings are still use to support a browser by several websites. This is the reason why every browser has to have a UA string similar to the popular...
[This](https://developer.apple.com/library/mac/documentation/Java/Conceptual/Java14Development/07-NativePlatformIntegration/NativePlatformIntegration.html) article deals with the guidelines for menus for OSX applications. Not only it would look native, but also more streamlined OSX, giving it somewhat modern look with little effort....
For some websites, the progress bar shown in status bar, while loading the page, goes beyond 100%.
http://www.kb.cert.org/vuls/id/804060
XHR requires JS, but if JS is enabled, there are many ways to send data to a remote server, by encoding them in URLs that are automatically fetched by the...
I encountered JS parse errors while looking at javadocs. Turns out they use XML comments inside script tags something like this: ``` javascript var activeTableTab = "activeTableTab"; ``` `gngr` parses...
After logging into reddit, the login cookie works for the current session. However, the login cookie doesn't work after restarting gngr. Even after selecting "Remember Me" on the reddit login...