Skip to content

Commit

Permalink
Enable TikTok Embeds in Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Nov 20, 2024
1 parent 7f0b34d commit 5054bea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ class ReaderWebView: WKWebView {
'fb\\\\:post, [class^=fb-]': 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2',
'[class^=tumblr-]': 'https://assets.tumblr.com/post.js',
'.embed-reddit': 'https://embed.redditmedia.com/widgets/platform.js',
'.embed-tiktok': 'https://www.tiktok.com/embed.js',
};
Object.keys(embedsToLookFor).forEach((key) => {
Expand Down

0 comments on commit 5054bea

Please sign in to comment.