Vitaly Yerofeyevsky
Vitaly Yerofeyevsky
Yeah, when extension calls [identity.launchWebAuthFlow](https://developer.chrome.com/docs/extensions/reference/identity/#method-launchWebAuthFlow) for some reason it doesn't work properly with Reddit oauth page in Vivaldi. It works in other chromium-based browsers, so I think it just Vivaldi's...
The extension now can import/export configuration, so it's possible to add users from different browsers, save configuration and import it into Vivaldi. `Include accounts data` should be checked. 
Finally, I have checked if it's possible, and still not sure. It seems that Reddit uses some 3rd party client ([Sendbird](https://www.reddit.com/r/redditdev/comments/kourfl/comment/ghtzb11)) and unfortunately there is no official API from Reddit...
No, you can't follow for comments currently. But there is [API for comments](https://www.reddit.com/dev/api/oauth#GET_comments_{article}), so maybe I will add this option later. As a workaround, you can use rss endpoint with...
Reddit now has the built-in feature to follow a post. It's only available in the new design.  Though it looks like it works only with level 1 comments,...
Do you have new posts in the popup? If the only thing you don't have is notifications, I think you didn't select this checkbox  and this  It's disabled...
It's called "desktop notification" because it uses the operating system's notification mechanism not because it works outside Firefox. It is literally the same as notification about new mail.
"Watch for new reddit mail" means that extension check for unread mail and shows their amount in the badge:  "Show desktop notifications" is something...
If I understand correctly Reddit search already has this functionality. It is said in the [wiki](https://www.reddit.com/wiki/search#wiki_field_search) that you need to add `nsfw:no` to disable NSFW or `nsfw:yes` to enable. But...
I have tried different queries and it seems that just adding `nsfw:yes` or `nsfw:no` at the end breaks boolean operators. So the correct way is to use parentheses, for example:...