floccusaddon / floccusaddon/floccus
Retrieve Reddit title when sharing link with floccus on on Android
- Dominant language
- JavaScript
- Stars
- 8.5k
- Forks
- 327
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 2
Description
### Describe the feature you'd like to request
Currently when sharing a Reddit link with floccus on it just populates the title with the generic title "Reddit - Dive into anything".
Instead it should use the title of the actual Reddit post.
So for example when sharing `https://www.reddit.com/r/browsers/comments/lxhiyt/floccus_now_supports_syncing_bookmarks_across/`, the title should be `floccus now supports syncing bookmarks across browsers via Google Drive `.
### Describe the solution you'd like
While the `title` element in the header is generic, there are places within the HTML that do contain the title:
```html
floccus now supports syncing bookmarks across browsers via Google Drive
```
And:
```html
```
### Describe alternatives you've considered
I tried sharing with Brave browser and Stealth Reddit client.
Another alternative is to share the link with myself on some messaging app to proceed on a desktop (not using floccus in that case).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.