Nevkontakte
Nevkontakte
Each page seems to be added twice, making navigating back impossible.
Example: when user enters `habr.ru` Google actually returns `http://habrahabr.ru/`
Provide an ability to copy clean and readable link to cached page, perhaps pointing to cache.nevkontakte.com
Google provides "text-only" versions on cached pages. Currently this mode works poorly in GCB. Suggested changes: 1. Detect when page is loaded in stripped mode and put clear url in...
There are two cases, which are handled incorrectly at this time: 1. Local links `...`. Currently they have no effect, probably they must not be intercepted. 2. Absolute links, which...
The idea is that we can avoid referencing each variable identifier multiple times in blocking functions intro and outro using ES2015 syntax sugar for object literals and descructuring assignments. Consider...
It appears that generic (a.k.a. type parameters support) is well underway in the upstream Go ([dev.typeparams](https://github.com/golang/go/tree/dev.typeparams) branch) and is likely to be included in 1.18. Which means GopherJS also needs...
`unsafe.Add()` as added in Go 1.17. Even though we can't support general-case pointer arithmetic, it should be possible to support `unsafe.Add()` for slices and arrays specifically. This should improve portability...