Skip to content

Commit

Permalink
Update Fix Link Embeds extension (raycast#14531)
Browse files Browse the repository at this point in the history
Co-authored-by: Per Nielsen Tikær <[email protected]>
  • Loading branch information
eggsy and Per Nielsen Tikær authored Sep 18, 2024
1 parent 809fb60 commit e24da77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion extensions/fix-link-embeds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Fix Link Embeds Changelog

## [Update] - 2024-09-18

Changed `tiktxk` to `vxtiktok` as the previous proxy service stopped working.

## [Update] - 2024-04-08

Updated the regex for URL matching to also recognize x.com domain. This expands support beyond just twitter.com links.

## [Initial Version] - 2023-03-08
## [Initial Version] - 2023-03-08
2 changes: 1 addition & 1 deletion extensions/fix-link-embeds/src/assets/regexList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const regexList = [
},
{
test: /https?:\/\/(?:www\.|vm\.)?tiktok\.com/g,
replace: "https://tiktxk.com",
replace: "https://vxtiktok.com",
settingsKey: "replaceTiktok",
},
{
Expand Down

0 comments on commit e24da77

Please sign in to comment.