Rider21

Results 9 comments of Rider21

I mean by pressing a button rather than sending it in a message

Yes, they are managed, but you can't interact with them, I made a wrapper under react-native-cookies/cookies, so from the plugin you can add, modify, check, delete site cookies

I don't know, but this process can be automated with these functions.

By the way, do you think I need to redo copying from `webview` of `localStorage`, `sessionStorage` objects via java (directly). Right now it is implemented through injecting `js` code

I think it would be handy to have that option. example What if [source](https://github.com/LNReader/lnreader-sources/blob/2061abbd10e2153c11b2d4ba42e477547ced9fe6/plugins/russian/authortoday.ts) has 2 APIs 1. with authorization only 2. without authorization How to know if the user...

> * there's no way a website would decode cookie in client site. security risks If I'm not mistaken, there is a [`document. cookie`](https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie). Only it stores the cookie for...

Yes, it's true, it can be fixed. But I don't see the point of fixing it. The running plugin has too many permissions. They could just write something like. ```ts...

By default, the `crypto` module is missing from `react-native`. Have you found a replacement for it? For example, ~`expo-crypto`~, `react-native-quick-crypto`, `crypto-browserify`.

There may be an illustration in a downloadable chapter. This has been fixed in https://github.com/LNReader/lnreader/pull/1216. Try using this [artifact](https://github.com/LNReader/lnreader/actions/runs/10491760390) or the last one