Add a way to easily share redirects #11
Labels
No Label
Browser: Chromium
Browser: Firefox
Bug Report
Completed
Documentation
Enhancement
Feature Request
Not Implemented
Packaging
Progress Tracker
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Holllo/re-nav#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe a button to copy the redirect as JSON for exporting, and a button that shows an input that accepts the JSON for importing.
Another potential way is something similar to Stylus's userstyle importing. If you go to a link ending in
.user.css
it detects that and shows a page for you to import that style.Maybe
holllo.org/re-nav/share#json=<base64-encoded JSON>
could be used and using a content script a button gets added to the page to import it.Added encoding/decoding in
87e4a28315
, content script indbff19e2b9
and share link button in42b5c3ece9
.