mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
create note post
This commit is contained in:
parent
6986b9da88
commit
7b271f38ac
1 changed files with 11 additions and 0 deletions
11
content/notes/jgdx0.md
Normal file
11
content/notes/jgdx0.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
date: 2024-02-22T08:13:10.058Z
|
||||
publishDate: 2024-02-22T08:13:10.058Z
|
||||
---
|
||||
|
||||
Using [Mona](https://apps.apple.com/gb/app/mona-for-mastodon/id1659154653?uo=4) for mac & want to redirect web links? This kludge may work for you!
|
||||
|
||||
1. Install [Redirector](https://chromewebstore.google.com/detail/redirector/pajiegeliagebegjdhebejdlknciafen)
|
||||
2. Redirect `^https://<your instance>/@([^/@] )@([^/@] )(/. )?$` to `mona://$2/@$1$3`
|
||||
3. Redirect `^https://([^/] )/@([^/@] )(/. )?$` to `mona://$1/@$2$3`
|
||||
4. Hope no-one else uses 'at' symbols like this? 😬
|
Loading…
Reference in a new issue