---
# Redirect bsky.app -> blacksky.community
action:
type: redirect
redirect:
regexSubstitution: https ://blacksky.community/\1
condition:
regexFilter: ^https:\/\/bsky\.app\/(.*)
resourceTypes:
- main_frame
---
Remove the space after https in regexSubstitution
---
# Redirect bsky.app -> blacksky.community
action:
type: redirect
redirect:
regexSubstitution: https ://blacksky.community/\1
condition:
regexFilter: ^https:\/\/bsky\.app\/(.*)
resourceTypes:
- main_frame
---
Remove the space after https in regexSubstitution
Open the extension settings, tick to enable developer mode, go to the Develop tab, select "Custom DNR rules", and then:
Open the extension settings, tick to enable developer mode, go to the Develop tab, select "Custom DNR rules", and then:
Also, since you're enabling custom filters requiring trust (for URL rewrites), be careful with other custom filters
Also, since you're enabling custom filters requiring trust (for URL rewrites), be careful with other custom filters
It shouldn't affect embeds.
It shouldn't affect embeds.
! Redirect bsky.app -> blacksky.community
/^https:\/\/bsky\.app\/(.*)/$doc,first-party,uritransform=//https:\/\/blacksky.community\/$1/
! Redirect bsky.app -> blacksky.community
/^https:\/\/bsky\.app\/(.*)/$doc,first-party,uritransform=//https:\/\/blacksky.community\/$1/