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.
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 87e4a2831532bdd281537d0c2b23fcd8305c7aa9, content script in dbff19e2b9d82fc0869000f6dbe6855fc9dd1a8e and share link button in 42b5c3ece9bfb2a6c039b3f3af3005a6c357522e.
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
.