diff --git a/info/endpoints/endpoints.Birdwatch.b149873a.js b/info/endpoints/endpoints.Birdwatch.22fcfb6a.js similarity index 99% rename from info/endpoints/endpoints.Birdwatch.b149873a.js rename to info/endpoints/endpoints.Birdwatch.22fcfb6a.js index 58ded05..67b775b 100644 --- a/info/endpoints/endpoints.Birdwatch.b149873a.js +++ b/info/endpoints/endpoints.Birdwatch.22fcfb6a.js @@ -112,7 +112,7 @@ metadata: { featureSwitches: [] }, }; }, - 68339: (e) => { + 39406: (e) => { e.exports = { queryId: "pMbW6Y4LuS5MzlSOEqERJQ", operationName: "BirdwatchFetchAuthenticatedUserProfile", @@ -328,7 +328,7 @@ E = a.n(T), C = a(65655), O = a.n(C), - G = a(68339), + G = a(39406), D = a.n(G), R = a(5963), Z = a.n(R), @@ -533,4 +533,4 @@ }, }, ]); -//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.Birdwatch.b149873a.js.map +//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.Birdwatch.22fcfb6a.js.map diff --git a/info/endpoints/endpoints.KeyRegistry.28dc411a.js b/info/endpoints/endpoints.KeyRegistry.28dc411a.js deleted file mode 100644 index c18d56b..0000000 --- a/info/endpoints/endpoints.KeyRegistry.28dc411a.js +++ /dev/null @@ -1,38 +0,0 @@ -"use strict"; -(self.webpackChunk_twitter_responsive_web = - self.webpackChunk_twitter_responsive_web || []).push([ - ["endpoints.KeyRegistry"], - { - 98420: (e, t, s) => { - s.r(t), s.d(t, { default: () => r }); - const r = ({ apiClient: e, featureSwitches: t }) => ({ - register: ({ device_id: s, ...r }) => - e.post( - "keyregistry/register", - r, - { - dm_secret_conversations_enabled: t.isTrue( - "dm_secret_conversations_enabled" - ), - krs_registration_enabled: t.isTrue("krs_registration_enabled"), - }, - { "X-Client-UUID": s, "content-type": "application/json" }, - "" - ), - extractPublicKeys: ({ device_id: s, user_id: r }) => - e.get( - `keyregistry/extract_public_keys/${r}`, - { - dm_secret_conversations_enabled: t.isTrue( - "dm_secret_conversations_enabled" - ), - krs_registration_enabled: t.isTrue("krs_registration_enabled"), - }, - { "X-Client-UUID": s }, - "" - ), - }); - }, - }, -]); -//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.KeyRegistry.28dc411a.js.map diff --git a/info/endpoints/endpoints.KeyRegistry.c9073cea.js b/info/endpoints/endpoints.KeyRegistry.c9073cea.js new file mode 100644 index 0000000..e15e238 --- /dev/null +++ b/info/endpoints/endpoints.KeyRegistry.c9073cea.js @@ -0,0 +1,53 @@ +"use strict"; +(self.webpackChunk_twitter_responsive_web = + self.webpackChunk_twitter_responsive_web || []).push([ + ["endpoints.KeyRegistry"], + { + 98420: (e, t, s) => { + s.r(t), s.d(t, { default: () => i }); + s(6886), s(67694); + const i = ({ apiClient: e, featureSwitches: t }) => ({ + register: ({ device_id: s, ...i }) => + e.post( + "keyregistry/register", + i, + { + dm_secret_conversations_enabled: t.isTrue( + "dm_secret_conversations_enabled" + ), + krs_registration_enabled: t.isTrue("krs_registration_enabled"), + }, + { "X-Client-UUID": s, "content-type": "application/json" }, + "" + ), + extractPublicKeys: (s = []) => + Promise.all( + s.map((s) => + e + .get( + `keyregistry/extract_public_keys/${s}`, + { + dm_secret_conversations_enabled: t.isTrue( + "dm_secret_conversations_enabled" + ), + krs_registration_enabled: t.isTrue( + "krs_registration_enabled" + ), + }, + {}, + "" + ) + .then(({ public_keys: e = [] }) => + e.map(({ identity_key: e, ...t }) => ({ + user_id: s, + identity_key: e, + ...t, + })) + ) + ) + ).then((e) => e.flat()), + }); + }, + }, +]); +//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.KeyRegistry.c9073cea.js.map diff --git a/info/endpoints/endpoints.Recommendations.334d35ea.js b/info/endpoints/endpoints.Recommendations.e61abcea.js similarity index 56% rename from info/endpoints/endpoints.Recommendations.334d35ea.js rename to info/endpoints/endpoints.Recommendations.e61abcea.js index fe72385..330e238 100644 --- a/info/endpoints/endpoints.Recommendations.334d35ea.js +++ b/info/endpoints/endpoints.Recommendations.e61abcea.js @@ -4,20 +4,25 @@ ["endpoints.Recommendations"], { 40886: (e, t, s) => { - s.r(t), s.d(t, { default: () => a }); + s.r(t), s.d(t, { default: () => c }); var n = s(6899), r = s(13239); const i = new n.fK.Entity( "recommendations", { user: r.Z }, - { idAttribute: (e) => e.user.id_str } + { + idAttribute: (e) => { + var t; + return null == (t = e.user) ? void 0 : t.id_str; + }, + } ); - var c = s(6623), + var u = s(6623), o = s(55371); - const u = (e) => ({ ...o.getGlobalDefaults(e), excluded: [], pc: !0 }), - a = ({ apiClient: e, featureSwitches: t }) => ({ + const a = (e) => ({ ...o.getGlobalDefaults(e), excluded: [], pc: !0 }), + c = ({ apiClient: e, featureSwitches: t }) => ({ fetch(s, r = {}) { - const o = { ...u(t), ...s, ...(0, c.Y)(t) }; + const o = { ...a(t), ...s, ...(0, u.Y)(t) }; return e .get("users/recommendations", o, r) .then((e) => (0, n.Fv)(e, [i])); @@ -26,4 +31,4 @@ }, }, ]); -//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.Recommendations.334d35ea.js.map +//# sourceMappingURL=https://ton.local.twitter.com/responsive-web-internal/sourcemaps/client-web/endpoints.Recommendations.e61abcea.js.map diff --git a/info/js.json b/info/js.json index 748f947..ea90747 100644 --- a/info/js.json +++ b/info/js.json @@ -1,13 +1,194 @@ { - "i18n/ar": "908691c", - "i18n/ar-x-fm": "4db204b", - "i18n/bg": "123ed87", - "i18n/bn": "d41d1c4", - "i18n/ca": "15fac65", - "i18n/cs": "78272ae", - "i18n/da": "339f6f3", - "i18n/de": "5d7b758", - "i18n/el": "4d176b0", + "api": "e388511", + "bundle.AboutThisAd": "791a4aa", + "bundle.Account": "378e955", + "bundle.AccountAutomation": "93bb07c", + "bundle.AccountVerification": "90dfc1b", + "bundle.AdvancedSearch": "eae40f4", + "bundle.Articles": "4a3cce9", + "bundle.AudioSpaceAnalytics": "590fcb3", + "bundle.AudioSpaceDetail": "4172e26", + "bundle.AudioSpaceDiscovery": "473542b", + "bundle.AudioSpacePeek": "9479e97", + "bundle.AudioSpaceReport": "e1b2d10", + "bundle.AudioSpacebarScreen": "4b01357", + "bundle.BadgeViolationsNotification": "fce555c", + "bundle.Birdwatch": "f9154ff", + "bundle.BookmarkFolders": "e1da3fc", + "bundle.Bookmarks": "baa73d1", + "bundle.Collection": "d57b62e", + "bundle.Communities": "5471905", + "bundle.CommunitySSR": "8e37d9b", + "bundle.Compose": "7896587", + "bundle.ComposeMedia": "5ec1377", + "bundle.ConnectTab": "a2d659d", + "bundle.Conversation": "bdbd60d", + "bundle.ConversationParticipants": "72f6a67", + "bundle.ConversationWithRelay": "05bd359", + "bundle.DMRichTextCompose": "54504a9", + "bundle.Delegate": "a0a120e", + "bundle.DirectMessages": "83b09d7", + "bundle.Display": "bcd615c", + "bundle.Download": "778c5c9", + "bundle.Explore": "c92f98e", + "bundle.ExploreTopics": "3b86979", + "bundle.FollowerRequests": "08d8b60", + "bundle.GenericTimeline": "edc4a18", + "bundle.GifSearch": "0429734", + "bundle.GraduatedAccess": "178850b", + "bundle.HomeTimeline": "775c002", + "bundle.ImmersiveMediaViewer": "a2b2440", + "bundle.KeyboardShortcuts": "a2dbbab", + "bundle.LiveEvent": "78853db", + "bundle.LoggedOutHome": "444d53b", + "bundle.Login": "d4baa66", + "bundle.Logout": "c22c21f", + "bundle.Moment": "fd95102", + "bundle.MultiAccount": "030dcd9", + "bundle.NetworkInstrument": "74afdc8", + "bundle.NewsLanding": "95aef3d", + "bundle.NotMyAccount": "58e81f3", + "bundle.NotificationDetail": "5ceb63a", + "bundle.Notifications": "147f7be", + "bundle.OAuth": "4e5d65a", + "bundle.Ocf": "73e234e", + "bundle.Place": "8de6b1d", + "bundle.ProfessionalHome": "375050b", + "bundle.ProfileRedirect": "fad1af4", + "bundle.QuoteTweetActivity": "55b101e", + "bundle.ReaderMode": "c7bd2c0", + "bundle.Report": "df984f0", + "bundle.ReportCenter": "0631175", + "bundle.RichTextCompose": "768f5e6", + "bundle.SafetyCenter": "8383aaf", + "bundle.SafetyModeModal": "47a87c6", + "bundle.Search": "1b89815", + "bundle.Settings": "8388d1f", + "bundle.SettingsInternals": "567aacf", + "bundle.SettingsProfessionalProfile": "78c911a", + "bundle.SettingsProfessionalProfileCommunitiesSpotlight": "b0fe230", + "bundle.SettingsProfessionalProfileLocationSpotlight": "4db2c0b", + "bundle.SettingsProfessionalProfileMobileAppSpotlight": "c781299", + "bundle.SettingsProfessionalProfileProfileSpotlight": "725e1f8", + "bundle.SettingsProfile": "563cd1d", + "bundle.SettingsRevamp": "f7bc160", + "bundle.SettingsTransparency": "634b5b1", + "bundle.SmsLogin": "db54fa0", + "bundle.SuperFollowsManage": "f119a3d", + "bundle.SuperFollowsSubscribe": "837c33f", + "bundle.TimezoneSelector.timezones": "b15730e", + "bundle.Topics": "1829528", + "bundle.Trends": "b22e39d", + "bundle.TrustedFriendsManagement": "7be2a4e", + "bundle.TrustedFriendsRedirect": "89b59f9", + "bundle.TweetActivity": "423f560", + "bundle.TweetCoinDetails": "55ed6c1", + "bundle.TweetEditHistory": "7c8ec9b", + "bundle.TweetMediaDetail": "8eca5d7", + "bundle.TweetMediaTags": "7c2448c", + "bundle.TwitterArticles": "1fb1538", + "bundle.TwitterBlue": "0aae80a", + "bundle.TwitterBluePaymentFailureFix": "3b16967", + "bundle.TwitterCoinsManagement": "4e12729", + "bundle.Twitterversary": "d884b48", + "bundle.UserAvatar": "905ca69", + "bundle.UserFollowLists": "a5195ed", + "bundle.UserLists": "41a3b75", + "bundle.UserMoments": "11a899b", + "bundle.UserNft": "58fa1e9", + "bundle.UserProfile": "0ad36cc", + "bundle.UserRedirect": "1c4036b", + "endpoints.AaProxy": "8577b5b", + "endpoints.Account": "cd57e96", + "endpoints.AccountTaxonomy": "47c9170", + "endpoints.AccountVerification": "8eac276", + "endpoints.Ads": "c4fc22e", + "endpoints.ArticleDomains": "3b7fc81", + "endpoints.AudioSpaces": "fb113ca", + "endpoints.AudioSpacesPresence": "40fa84c", + "endpoints.BadgeCount": "bb77295", + "endpoints.Birdwatch": "22fcfb6", + "endpoints.BizProfiles": "1e307ed", + "endpoints.BonusFollows": "255992d", + "endpoints.Bookmarks": "519dfb2", + "endpoints.BounceOcfFlow": "3a4f94e", + "endpoints.Branch": "1e28b37", + "endpoints.Broadcasts": "0956aa1", + "endpoints.ClientEducationFlags": "03a9d05", + "endpoints.Collections": "1a03cd6", + "endpoints.Commerce": "a4648af", + "endpoints.Communities": "3c71f94", + "endpoints.CommunitiesTools": "2de2665", + "endpoints.Contacts": "1131c5a", + "endpoints.Conversation": "1d835a0", + "endpoints.Devices": "422f010", + "endpoints.DirectMessagesGraphQL": "687be7a", + "endpoints.DismissRitoSuggestedAction": "f5afb42", + "endpoints.Drafts": "2aa71e7", + "endpoints.EmailNotificationSettings": "b07029c", + "endpoints.Explore": "319cac1", + "endpoints.FeatureSwitch": "1373e1e", + "endpoints.Friendships": "48d5d37", + "endpoints.GifSearch": "d5998b3", + "endpoints.GraphQLErrors": "aaf12c0", + "endpoints.Graphql": "ec27dd5", + "endpoints.Guest": "4193f5a", + "endpoints.Home": "290e989", + "endpoints.Jot": "5281b88", + "endpoints.KeyRegistry": "c9073ce", + "endpoints.LegacyAndUnifiedCards": "2c74e4f", + "endpoints.Lists": "ac03d01", + "endpoints.LiveEvent": "fdf9ea6", + "endpoints.LivePipeline": "24e2d3f", + "endpoints.LoggedOutNotifications": "b7ec509", + "endpoints.Media": "43a166a", + "endpoints.Moments": "bc1ed29", + "endpoints.MuteKeywordSettings": "8b3eee2", + "endpoints.NotificationSettings": "0fd1aaf", + "endpoints.OAuth": "e9a32f5", + "endpoints.Ocf": "9b63375", + "endpoints.Personalization": "4e57ace", + "endpoints.PinnedReplies": "ae3eac6", + "endpoints.Places": "1cc954c", + "endpoints.Prerolls": "7cbb2ce", + "endpoints.ProfileTimelines": "b62bbd9", + "endpoints.PromotedContent": "5193e53", + "endpoints.QuickPromote": "f9840a2", + "endpoints.Recommendations": "e61abce", + "endpoints.ReportFlow": "c6789fe", + "endpoints.RitoActionedTweets": "0a08660", + "endpoints.RitoFlaggedAccounts": "37976b1", + "endpoints.RitoFlaggedTweets": "042b2a3", + "endpoints.RitoSuggestedActions": "9ec7c11", + "endpoints.RitoSuggestedActionsFacePile": "8cdec91", + "endpoints.SafeSearch": "ce1a9f9", + "endpoints.SavedSearches": "3aded56", + "endpoints.Scheduling": "a63742f", + "endpoints.Settings": "266bdca", + "endpoints.SettingsGraphQL": "8a5300f", + "endpoints.Subscription": "00cc311", + "endpoints.SubscriptionPayments": "340b00c", + "endpoints.SubscriptionProductFeatures": "1745034", + "endpoints.TopArticles": "ea9f190", + "endpoints.Topics": "d40087f", + "endpoints.TrustedFriends": "18a5636", + "endpoints.TweetActivity": "448a6b6", + "endpoints.TweetStats": "bb9b4a9", + "endpoints.TwitterArticles": "fee6eab", + "endpoints.Typeahead": "a6b2221", + "endpoints.URT": "4f71f90", + "endpoints.UserData": "4a13bf3", + "endpoints.UsersGraphQL": "ddb7a1d", + "endpoints.Validity": "82b4706", + "i18n/ar": "1e35f8e", + "i18n/ar-x-fm": "ddff53c", + "i18n/bg": "6aa3699", + "i18n/bn": "866ce05", + "i18n/ca": "af6c452", + "i18n/cs": "d97332f", + "i18n/da": "9785e37", + "i18n/de": "f49ae64", + "i18n/el": "aaeaee8", "i18n/emoji-ar": "d480da3", "i18n/emoji-ar-x-fm": "b32f90c", "i18n/emoji-bg": "5f2c4fe", @@ -61,611 +242,51 @@ "i18n/emoji-yo": "dfb1357", "i18n/emoji-zh": "638d0b6", "i18n/emoji-zh-Hant": "acd7c04", - "i18n/en": "e93237a", - "i18n/en-GB": "d1d89cc", - "i18n/en-ss": "ee5b0ac", - "i18n/en-xx": "b913d69", - "i18n/es": "17a2e4b", - "i18n/eu": "d041cdd", - "i18n/fa": "b27ce13", - "i18n/fi": "376cc0a", - "i18n/fil": "f237a97", - "i18n/fr": "83ba7c9", - "i18n/ga": "f99e7c0", - "i18n/gl": "59a79ff", - "i18n/gu": "c21095e", - "i18n/ha": "3d574d4", - "i18n/he": "f392539", - "i18n/hi": "ca05f56", - "i18n/hr": "99603cc", - "i18n/hu": "8914a47", - "i18n/id": "85f533f", - "i18n/ig": "7c30de6", - "i18n/index-node": "a291c6c", - "i18n/it": "df9a0f8", - "i18n/ja": "2111600", - "i18n/kn": "0586a1c", - "i18n/ko": "1cb2616", - "i18n/mr": "b6a511f", - "i18n/ms": "47bd5a6", - "i18n/nb": "3952e6d", - "i18n/nl": "15eee49", - "i18n/pl": "a9761b8", - "i18n/pt": "c8a2360", - "i18n/ro": "d9410ca", - "i18n/ru": "4b06017", - "i18n/sk": "f4e8249", - "i18n/sr": "88c0e49", - "i18n/sv": "dad8a88", - "i18n/ta": "3db55ff", - "i18n/th": "1b758ba", - "i18n/tr": "b3c3abb", - "i18n/uk": "0ad46a9", - "i18n/ur": "76ad8eb", - "i18n/vi": "e334c6a", - "i18n/yo": "1419b80", - "i18n/zh": "02b6327", - "i18n/zh-Hant": "efc87fe", - "bundle.NetworkInstrument": "74afdc8", - "shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.AppModules~loader.DMDrawer~bun": "ca5b79e", - "shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.Account~bundle": "332ef5e", - "shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceRep": "461b049", - "shared~loader.AudioDock~loader.AppModules~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.Multi": "175e521", - "shared~loader.AudioDock~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.AudioSpaceDiscovery~bund": "a4439ff", - "shared~loader.AudioDock~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpace": "e09b14a", - "shared~loader.AudioDock~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceReport~bundle.Birdw": "ad46287", - "shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpaceDetail~bundle.AudioSpacePeek~bundle.AudioSpaceDiscov": "a261503", - "loader.AudioDock": "be6b8e9", - "loader.richScribeAction": "ed012b2", - "shared~loader.DashMenu~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundl": "29388e7", - "shared~loader.DashMenu~loader.SideNav~ondemand.Dropdown~loader.DMDrawer~bundle.Birdwatch~~bundle.Communities~": "8daa502", - "shared~loader.DashMenu~loader.SideNav~loader.AppModules~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~": "92533f2", - "shared~loader.DashMenu~bundle.AudioSpacePeek~bundle.Birdwatch~~bundle.Communities~ondemand.ComposeScheduling~": "aedef93", - "shared~loader.DashMenu~loader.DMDrawer~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Set": "825b302", - "shared~loader.DashMenu~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Settings~bundle.Dis": "ac57e06", - "shared~loader.DashMenu~bundle.Account~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.TweetCoinD": "0dd97ae", - "shared~loader.DashMenu~bundle.Account~bundle.LoggedOutHome~bundle.Search~bundle.TwitterBlue": "c633317", - "shared~loader.DashMenu~loader.SideNav~bundle.MultiAccount": "39708e0", - "shared~loader.DashMenu~bundle.Account": "2df9a77", - "loader.DashMenu": "7dd01b7", - "shared~loader.directMessagesData~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Compose~ondemand.": "4b43b34", - "shared~loader.directMessagesData~loader.DMDrawer~ondemand.SettingsInternals~bundle.DirectMessages~bundle.DMRi": "6c0bf58", - "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.Articles~bundle.AudioSpaceDetail~bundle.Au": "3a0ccd1", - "shared~loader.Typeahead~loader.AppModules~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDetail~bundle.Audi": "2f9b482", - "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpaceba": "e8f096b", - "shared~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.B": "1fc409c", - "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.Birdwatch~~bundle.Communities~bundle.Comp": "edbade6", - "shared~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.": "387ea12", - "shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.Bookmarks~bundle.Communi": "024d488", - "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundle.Communities~ondeman": "5d18951", - "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~bundle.TweetMediaDetail~bund": "fa1dc17", - "shared~loader.DMDrawer~bundle.Bookmarks~bundle.Communities~bundle.DirectMessages~bundle.Explore~bundle.LiveEv": "5224924", - "shared~bundle.Bookmarks~bundle.Communities~bundle.Explore~bundle.LiveEvent~bundle.HomeTimeline~bundle.NewsLan": "f6aac01", - "shared~loader.PushNotificationsPrompt~loader.MessageHandler~loader.promptHandler~bundle.Notifications": "4afa52c", - "shared~bundle.Notifications~ondemand.LeaveThisConversation": "5459af3", - "bundle.Notifications": "5ed4bf6", - "loader.NewTweetsPill": "0a9e8af", - "shared~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdw": "a87c4a4", - "shared~loader.SideNav~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.Delegate~ondemand.SensitiveMed": "c4e97bb", - "shared~loader.SideNav~bundle.Communities~bundle.ProfessionalHome~bundle.LoggedOutHome~bundle.Search~bundle.Co": "f1daa9b", - "shared~loader.SideNav~ondemand.SettingsMonetization": "75cfda9", - "loader.SideNav": "7f6219c", - "shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Comp": "8d9a56c", - "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundl": "1513667", - "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~bundle.Communities~bundle.Compos": "05c10ec", - "shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpaceDiscovery~bundle.Communities~bundle.Compose~bundle.A": "e8dc651", - "shared~loader.Typeahead~loader.AppModules~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.Settings~": "df75169", - "shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.Delegate~bundle.DirectMessag": "5047dd6", - "shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Delegate~bundle.DirectMessages~bundle.DMRic": "0fdba6f", - "shared~loader.Typeahead~bundle.Communities~bundle.Delegate~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~onde": "9f52e47", - "shared~loader.Typeahead~ondemand.SettingsInternals~bundle.LoggedOutHome~bundle.Search~loader.EventSummaryHand": "cb5e9b9", - "shared~loader.Typeahead~loader.AppModules~bundle.AudioSpaceDiscovery~bundle.LoggedOutHome~bundle.Search": "88ef7e0", - "shared~loader.Typeahead~bundle.Ocf~ondemand.Verified~loader.topicHandler": "d9fe9a7", - "shared~loader.Typeahead~bundle.LoggedOutHome~bundle.Search": "2d42fc0", - "loader.Typeahead": "26ce8dc", - "shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search~bundle.Settings~ondemand.SettingsRevamp": "d75bc62", - "shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search": "7678064", - "shared~loader.AppModules~ondemand.SettingsInternals~bundle.RichTextCompose": "28907af", - "loader.AppModules": "5d09e7e", - "shared~ondemand.Dropdown~bundle.Communities~bundle.ReaderMode~ondemand.Verified~loader.WideLayout": "904cb78", - "ondemand.Dropdown": "0e1f27e", - "ondemand.BranchSdk": "f8286b1", - "shared~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.Audi": "aa5803f", - "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Compose~~ondemand.SettingsInternals~onde": "1d7cfe7", - "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundl": "04c9084", - "shared~loader.DMDrawer~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.Compose~ondemand.Set": "5615616", - "shared~loader.DMDrawer~bundle.Communities~bundle.Delegate~ondemand.SettingsRevamp~ondemand.SensitiveMediaSett": "48d76cb", - "shared~loader.DMDrawer~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.Settings~bundle.DirectMessag": "ecf4907", - "shared~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~bundl": "de4a1ad", - "shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle.": "341fb8b", - "shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~loader.HWCard~loader.Tim": "8ef2e8b", - "shared~loader.DMDrawer~~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~": "70b3696", - "shared~loader.DMDrawer~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~b": "e8055a6", - "shared~loader.DMDrawer~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~bundle.DMRichTextComp": "99669e0", - "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Compose~~bundle.DMRichTextCompose~bundle.DirectMessages~b": "b2915bf", - "shared~loader.DMDrawer~bundle.Articles~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle": "9e862ea", - "shared~loader.DMDrawer~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.DirectMessages~bundle.DMRich": "ba4112b", - "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.TweetMediaDetail~bundle.UserAvat": "3c249d3", - "shared~loader.DMDrawer~bundle.Communities~ondemand.SettingsMonetization~bundle.DirectMessages~bundle.Settings": "27ad4b5", - "shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserLists~bundle.": "ffc1e26", - "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserFollowLists~bundle.UserProfi": "b868f8b", - "shared~loader.DMDrawer~bundle.Articles~bundle.Compose~bundle.DirectMessages~bundle.UserProfile~bundle.RichTex": "9757a00", - "shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.RichTextCompose": "0ecd15d", - "shared~loader.DMDrawer~bundle.DirectMessages~bundle.LiveEvent~bundle.UserProfile~loader.TimelineRenderer": "498be3e", - "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages": "38f8572", - "shared~loader.DMDrawer~bundle.DirectMessages~bundle.DMRichTextCompose": "222194e", - "shared~loader.DMDrawer~bundle.DirectMessages": "02edd31", - "loader.DMDrawer": "c445f88", - "endpoints.AaProxy": "8577b5b", - "endpoints.Account": "cd57e96", - "endpoints.AccountTaxonomy": "47c9170", - "endpoints.AccountVerification": "8eac276", - "endpoints.Ads": "c4fc22e", - "endpoints.ArticleDomains": "3b7fc81", - "endpoints.AudioSpaces": "fb113ca", - "endpoints.AudioSpacesPresence": "40fa84c", - "endpoints.BadgeCount": "bb77295", - "endpoints.Birdwatch": "b149873", - "endpoints.BizProfiles": "1e307ed", - "endpoints.BonusFollows": "255992d", - "endpoints.Bookmarks": "519dfb2", - "endpoints.BounceOcfFlow": "3a4f94e", - "endpoints.Branch": "1e28b37", - "endpoints.Broadcasts": "0956aa1", - "endpoints.ClientEducationFlags": "03a9d05", - "endpoints.Collections": "1a03cd6", - "endpoints.Commerce": "a4648af", - "endpoints.Communities": "3c71f94", - "endpoints.CommunitiesTools": "2de2665", - "endpoints.Contacts": "1131c5a", - "endpoints.Conversation": "1d835a0", - "endpoints.Devices": "422f010", - "endpoints.DirectMessagesGraphQL": "687be7a", - "endpoints.DismissRitoSuggestedAction": "f5afb42", - "endpoints.Drafts": "2aa71e7", - "endpoints.EmailNotificationSettings": "b07029c", - "endpoints.Explore": "319cac1", - "endpoints.FeatureSwitch": "1373e1e", - "endpoints.Friendships": "48d5d37", - "endpoints.GifSearch": "d5998b3", - "endpoints.GraphQLErrors": "aaf12c0", - "endpoints.Graphql": "ec27dd5", - "endpoints.Guest": "4193f5a", - "endpoints.Home": "290e989", - "endpoints.Jot": "5281b88", - "endpoints.KeyRegistry": "28dc411", - "endpoints.LegacyAndUnifiedCards": "2c74e4f", - "endpoints.Lists": "ac03d01", - "endpoints.LiveEvent": "fdf9ea6", - "endpoints.LivePipeline": "24e2d3f", - "endpoints.LoggedOutNotifications": "b7ec509", - "endpoints.Media": "43a166a", - "endpoints.Moments": "bc1ed29", - "endpoints.MuteKeywordSettings": "8b3eee2", - "endpoints.NotificationSettings": "0fd1aaf", - "endpoints.OAuth": "e9a32f5", - "endpoints.Ocf": "9b63375", - "endpoints.Personalization": "4e57ace", - "endpoints.PinnedReplies": "ae3eac6", - "endpoints.Places": "1cc954c", - "endpoints.Prerolls": "7cbb2ce", - "endpoints.ProfileTimelines": "b62bbd9", - "endpoints.PromotedContent": "5193e53", - "endpoints.QuickPromote": "f9840a2", - "endpoints.Recommendations": "334d35e", - "endpoints.ReportFlow": "c6789fe", - "endpoints.RitoActionedTweets": "0a08660", - "endpoints.RitoFlaggedAccounts": "37976b1", - "endpoints.RitoFlaggedTweets": "042b2a3", - "endpoints.RitoSuggestedActions": "9ec7c11", - "endpoints.RitoSuggestedActionsFacePile": "8cdec91", - "endpoints.SafeSearch": "ce1a9f9", - "endpoints.SavedSearches": "3aded56", - "endpoints.Scheduling": "a63742f", - "endpoints.Settings": "266bdca", - "endpoints.SettingsGraphQL": "8a5300f", - "endpoints.Subscription": "00cc311", - "endpoints.SubscriptionPayments": "340b00c", - "endpoints.SubscriptionProductFeatures": "1745034", - "endpoints.TopArticles": "ea9f190", - "endpoints.Topics": "d40087f", - "endpoints.TrustedFriends": "18a5636", - "endpoints.TweetActivity": "448a6b6", - "endpoints.TweetStats": "bb9b4a9", - "endpoints.TwitterArticles": "fee6eab", - "endpoints.Typeahead": "a6b2221", - "endpoints.URT": "4f71f90", - "endpoints.UserData": "4a13bf3", - "endpoints.UsersGraphQL": "ddb7a1d", - "endpoints.Validity": "82b4706", - "api": "a09af75", - "ondemand.DirectMessagesCrypto": "9476acc", - "shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.AudioSpacePeek~bundl": "c26d1cd", - "shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdwatch~bund": "c835575", - "bundle.AboutThisAd": "791a4aa", - "bundle.NotMyAccount": "58e81f3", - "bundle.Account": "378e955", - "shared~bundle.MultiAccount~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~ondemand.ComposeSchedul": "6a1719e", - "shared~bundle.MultiAccount~bundle.Login~bundle.SmsLogin~ondemand.IntentPrompt": "2e037dc", - "shared~bundle.MultiAccount~bundle.Login~ondemand.IntentPrompt": "89b8a98", - "bundle.MultiAccount": "030dcd9", - "shared~bundle.Articles~bundle.Communities~bundle.Delegate~ondemand.SettingsInternals~ondemand.SettingsRevamp~": "2944234", - "shared~bundle.Articles~loader.ArticleHandler": "18cce39", - "bundle.Articles": "f02fe6c", - "shared~bundle.AudioSpaceDetail~bundle.AudioSpacePeek": "4cf49f9", - "bundle.AudioSpaceDetail": "4172e26", - "shared~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Compose~ondemand.SettingsSuperFollows": "3d8015f", - "shared~bundle.AudioSpacePeek~bundle.Communities~loader.CommunityHandler~bundle.RichTextCompose": "f01eb74", - "shared~bundle.AudioSpacePeek~bundle.CommunitySSR~loader.CommunityHandler": "6b2d69c", - "shared~bundle.AudioSpacePeek~loader.CommunityHandler": "87942fa", - "shared~bundle.AudioSpacePeek~loader.AudioContextSpaceClip": "5472c75", - "bundle.AudioSpacePeek": "5c5a20b", - "shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.LiveEvent~bundle.Explore": "d76c0bc", - "bundle.AudioSpaceDiscovery": "473542b", - "shared~bundle.AudioSpaceAnalytics~bundle.ProfessionalHome~bundle.ConversationWithRelay": "f7ab5bd", - "bundle.AudioSpaceAnalytics": "590fcb3", - "bundle.AudioSpaceReport": "e1b2d10", - "shared~bundle.AudioSpacebarScreen~loader.AudioSpacebar~loader.SidebarSpacebar": "d26a1ff", - "bundle.AudioSpacebarScreen": "4b01357", - "shared~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Settings~ondemand.SettingsMonetizat": "5ffa219", - "shared~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.ComposeMedia~ondemand.SettingsInternals~onde": "cfed265", - "shared~bundle.Birdwatch~bundle.Communities~bundle.Compose~ondemand.ComposeScheduling~bundle.ComposeMedia~bund": "60a13c2", - "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.SettingsProfile~ondemand.SettingsRevamp~ondeman": "f681cd4", - "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Explore~bundle.Ocf~bundle.Topics": "0d85fa5", - "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~bundle.TwitterArticles~loade": "91b08aa", - "shared~bundle.Birdwatch~bundle.Communities~bundle.AccountVerification~ondemand.SettingsRevamp~ondemand.Settin": "3094b8d", - "shared~bundle.Birdwatch~bundle.LiveEvent~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.TwitterArt": "85a954b", - "shared~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.Compose~bundle.LiveEvent~bundle.Twit": "54a2c4b", - "shared~bundle.Birdwatch~ondemand.SettingsInternals~bundle.Explore~bundle.Topics~bundle.Trends~loader.ExploreS": "493c1ab", - "shared~bundle.Birdwatch~ondemand.SettingsSuperFollows~bundle.Ocf~bundle.Conversation~bundle.TwitterBlue~bundl": "e08344d", - "shared~bundle.Birdwatch~bundle.Explore~bundle.GenericTimeline~bundle.Ocf~bundle.Topics": "3a4219d", - "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler~bundle.UserProfile~loader.TweetCura": "3b12bea", - "shared~bundle.Birdwatch~bundle.Ocf~bundle.SettingsProfessionalProfileCommunitiesSpotlight~bundle.Conversation": "0149258", - "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler~loader.immersiveTweetHandler": "6a5cc53", - "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler": "b53828b", - "shared~bundle.Birdwatch~bundle.Explore~bundle.Topics": "1a2bbdb", - "shared~bundle.Birdwatch~bundle.ProfessionalHome~icons/IconPromoteMode-js": "ab75e0b", - "bundle.Birdwatch": "c03c221", - "shared~bundle.BookmarkFolders~bundle.Settings": "b661f45", - "bundle.BookmarkFolders": "e1da3fc", - "bundle.Bookmarks": "baa73d1", - "src_app_components_SidebarLayout_SidebarContext_js-src_app_screens_BrandedLikesPreview_index_-be1822": "f7aa488", - "shared~bundle.LiveEvent~ondemand.EditPinned~loader.EventSummaryHandler~loader.MomentSummaryHandler~loader.new": "d19751c", - "shared~bundle.LiveEvent~bundle.Report~loader.EventSummaryHandler~loader.MomentSummaryHandler": "042bcad", - "shared~bundle.LiveEvent~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer": "f8ffdcf", - "shared~bundle.LiveEvent~loader.newsPreviewHandler": "3553016", - "bundle.LiveEvent": "78853db", - "bundle.Collection": "d57b62e", - "shared~bundle.Communities~bundle.ComposeMedia~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.Setti": "630510a", - "shared~bundle.Communities~bundle.ComposeMedia~bundle.SettingsProfile~bundle.Ocf~bundle.TwitterArticles~bundle": "210bf1c", - "shared~bundle.Communities~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfi": "e06bb81", - "shared~bundle.Communities~bundle.ReportCenter~bundle.SafetyCenter~bundle.UserProfile": "40b36e9", - "shared~bundle.Communities~bundle.SettingsProfile~bundle.Ocf~bundle.UserLists": "5eb0b38", - "bundle.Communities": "730b3a6", - "bundle.CommunitySSR": "8e37d9b", - "shared~ondemand.ComposeScheduling~bundle.Compose~bundle.SettingsInternals~ondemand.SettingsSuperFollows~bundl": "df7b459", - "shared~bundle.Compose~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscrib": "b9ba9bb", - "shared~bundle.Compose~bundle.RichTextCompose": "1a92dfc", - "bundle.Compose": "4e31801", - "shared~bundle.ComposeMedia~bundle.TwitterArticles~ondemand.InlinePlayer~loaders.video.VideoPlayerDefaultUI~lo": "72769e2", - "shared~bundle.ComposeMedia~bundle.TwitterArticles~ondemand.InlinePlayer~loaders.video.PlayerBase~loader.Audio": "cefdba5", - "shared~bundle.ComposeMedia~bundle.TwitterArticles~loaders.video.PlayerBase~loader.MediaPreviewVideoPlayer~loa": "863e2ae", - "shared~bundle.ComposeMedia~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.AdvancedSearch": "713826a", - "shared~bundle.ComposeMedia~bundle.TwitterArticles": "cd22167", - "bundle.ComposeMedia": "823d9a8", - "shared~ondemand.ComposeScheduling~bundle.Ocf~bundle.AdvancedSearch~ondemand.EditBirthdate": "6e03d49", - "shared~ondemand.ComposeScheduling~bundle.SettingsProfessionalProfileLocationSpotlight": "0ea67e9", - "ondemand.ComposeScheduling": "bcd9f4f", - "bundle.ConnectTab": "a2d659d", - "src_app_modules_action-helpers_block-or-unblock_js-src_app_modules_api-error-handling_maps_bl-54eafa": "ec612b5", - "shared~bundle.Delegate~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.AccountAutomation~bundle.Set": "eacd223", - "shared~bundle.Delegate~ondemand.SettingsMonetization~bundle.TweetCoinDetails~ondemand.Verified": "78a06a5", - "shared~ondemand.SettingsRevamp~ondemand.SettingsInternals~bundle.Delegate~bundle.AdvancedSearch": "2bc3df4", - "shared~bundle.Delegate~bundle.UserLists": "9e8bf5c", - "bundle.Delegate": "8fc49ce", - "shared~bundle.AccountVerification~bundle.BadgeViolationsNotification~bundle.SettingsRevamp": "22f6e80", - "bundle.AccountVerification": "90dfc1b", - "shared~ondemand.SettingsInternals~bundle.Place~bundle.Search~bundle.QuoteTweetActivity": "5e9c739", - "shared~ondemand.SettingsInternals~bundle.Explore~bundle.Trends~loader.ExploreSidebar": "4aa5a0d", - "shared~ondemand.SensitiveMediaSettings~ondemand.SettingsRevamp~ondemand.SettingsInternals~bundle.SettingsTran": "b1b9449", - "shared~ondemand.SettingsInternals~bundle.SettingsRevamp~bundle.SettingsTransparency": "2c18fb1", - "shared~ondemand.SettingsInternals~loader.TweetCurationActionMenu~icons/IconIllustrationSafetyMute-js": "a572a6c", - "shared~ondemand.SettingsRevamp~ondemand.SettingsInternals": "c2eaf02", - "shared~ondemand.SettingsInternals~ondemand.SettingsSuperFollows": "6d32d7b", - "shared~ondemand.SettingsInternals~bundle.Settings": "65f574f", - "shared~ondemand.SettingsInternals~bundle.OAuth": "621fb29", - "ondemand.SettingsInternals": "a2ce8fd", - "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~ondemand.SettingsA": "2df742f", - "shared~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.SettingsProfessionalProfileLocationSpotlight~b": "e91e554", - "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.ConversationWithRelay": "5ef15ff", - "shared~ondemand.SettingsRevamp~bundle.TwitterBlue~icons/IconTwitterBlueExtended-js": "8fa502c", - "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization": "ec2ae28", - "shared~ondemand.SettingsRevamp~bundle.TwitterBlue": "899de77", - "shared~ondemand.SettingsRevamp~bundle.SafetyModeModal": "ec58dd7", - "ondemand.SettingsRevamp": "378f7e6", - "shared~bundle.AccountAutomation~bundle.SettingsRevamp": "fddadc9", - "bundle.AccountAutomation": "93bb07c", - "shared~bundle.Settings~bundle.Display~bundle.Ocf": "08d870e", - "shared~bundle.Settings~bundle.Display": "1d6ec31", - "bundle.Settings": "0f6a634", - "bundle.SettingsInternals": "fa3d1ca", - "shared~bundle.SettingsProfile~bundle.Ocf~bundle.UserLists~loader.MediaPickerWithPreview": "aa683a3", - "shared~bundle.SettingsProfile~bundle.UserProfile": "0bc4ca5", - "bundle.SettingsProfile": "563cd1d", - "ondemand.SensitiveMediaSettings": "5b72689", - "shared~ondemand.SettingsMonetization~bundle.TweetCoinDetails~bundle.UserProfile~ondemand.Verified": "ff9ec1f", - "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsManage~bundle.SuperFoll": "ba595c3", - "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscribe": "058034d", - "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows": "2336a1e", - "ondemand.SettingsMonetization": "3b1ce6a", - "shared~ondemand.SettingsSuperFollows~bundle.Ocf~bundle.TwitterBlue": "e5665e5", - "shared~ondemand.SettingsSuperFollows~ondemand.Verified": "8f1df03", - "ondemand.SettingsSuperFollows": "479172c", - "ondemand.SettingsAwards": "1dbb8d0", - "bundle.DirectMessages": "ec6bcb2", - "shared~bundle.DMRichTextCompose~ondemand.RichText~bundle.RichTextCompose": "bd04995", - "bundle.DMRichTextCompose": "54504a9", - "bundle.Display": "bcd615c", - "bundle.Explore": "c92f98e", - "bundle.GenericTimeline": "edc4a18", - "bundle.GifSearch": "0429734", - "bundle.GraduatedAccess": "68b2a2b", - "bundle.KeyboardShortcuts": "a2dbbab", - "bundle.HomeTimeline": "775c002", - "bundle.Login": "d4baa66", - "bundle.SmsLogin": "db54fa0", - "bundle.Logout": "c22c21f", - "bundle.NewsLanding": "95aef3d", - "bundle.BadgeViolationsNotification": "fce555c", - "bundle.Twitterversary": "d884b48", - "bundle.NotificationDetail": "5ceb63a", - "bundle.OAuth": "4e5d65a", - "shared~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~loader.TimelineRenderer~loader.SignupModule": "c838e69", - "bundle.Ocf": "2577461", - "shared~bundle.Place~bundle.Search~bundle.QuoteTweetActivity": "9abd852", - "shared~bundle.Place~icons/IconFoursquareNoMargin-js": "931abbb", - "bundle.Place": "8de6b1d", - "bundle.SettingsProfessionalProfile": "78c911a", - "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileLocationSpotlight": "072ced7", - "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileCommunitiesSpotli": "d3a9684", - "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.UserProfile": "3e978b1", - "bundle.SettingsProfessionalProfileProfileSpotlight": "725e1f8", - "shared~bundle.SettingsProfessionalProfileLocationSpotlight~bundle.SettingsProfessionalProfileMobileAppSpotlig": "5d5487a", - "bundle.SettingsProfessionalProfileLocationSpotlight": "4db2c0b", - "bundle.SettingsProfessionalProfileMobileAppSpotlight": "c781299", - "bundle.SettingsProfessionalProfileCommunitiesSpotlight": "b0fe230", - "shared~bundle.ProfessionalHome~bundle.ConversationWithRelay": "ba18853", - "bundle.ProfessionalHome": "375050b", - "shared~bundle.ReaderMode~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "92969bd", - "bundle.ReaderMode": "c7bd2c0", - "bundle.Report": "df984f0", - "shared~bundle.ReportCenter~bundle.SafetyCenter": "90c3b10", - "bundle.ReportCenter": "a3b68df", - "bundle.SafetyCenter": "def2f9f", - "shared~bundle.LoggedOutHome~bundle.Search": "8530693", - "bundle.LoggedOutHome": "444d53b", - "bundle.SafetyModeModal": "47a87c6", - "bundle.Search": "1b89815", - "bundle.AdvancedSearch": "28c1685", - "shared~bundle.Topics~bundle.UserLists~bundle.UserMoments~bundle.UserFollowLists~bundle.UserProfile~ondemand.H": "bef428a", - "bundle.Topics": "1829528", - "bundle.ExploreTopics": "3b86979", - "bundle.Trends": "b22e39d", - "shared~bundle.TrustedFriendsManagement~bundle.UserLists": "c032e9f", - "bundle.TrustedFriendsManagement": "7be2a4e", - "shared~bundle.TrustedFriendsRedirect~bundle.RichTextCompose~bundle.UserLists": "6d255ae", - "bundle.TrustedFriendsRedirect": "89b59f9", - "shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer~loader.inlineTombstoneHandler~": "3816b9e", - "shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "e7ebb0e", - "shared~bundle.Conversation~bundle.TwitterBlue~bundle.TwitterCoinsManagement": "669f2ab", - "shared~bundle.ConversationWithRelay~bundle.Conversation": "e1fa35b", - "shared~bundle.Conversation~bundle.UserProfile": "2380d15", - "bundle.Conversation": "0c8c143", - "bundle.ConversationWithRelay": "05bd359", - "bundle.TweetMediaTags": "7c2448c", - "bundle.ConversationParticipants": "72f6a67", - "shared~bundle.TweetMediaDetail~bundle.UserAvatar~bundle.UserNft": "5f9c153", - "shared~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "de7e67c", - "bundle.TweetMediaDetail": "4b51df6", - "bundle.ImmersiveMediaViewer": "a2b2440", - "bundle.TweetEditHistory": "7c8ec9b", - "bundle.QuoteTweetActivity": "55b101e", - "bundle.TweetActivity": "423f560", - "bundle.TweetCoinDetails": "55ed6c1", - "shared~bundle.TwitterArticles~bundle.UserProfile": "4897028", - "bundle.TwitterArticles": "9bd02d2", - "bundle.TwitterBluePaymentFailureFix": "3b16967", - "shared~bundle.TwitterBlue~ondemand.Verified": "6332027", - "bundle.TwitterBlue": "0aae80a", - "bundle.Moment": "fd95102", - "shared~bundle.TwitterCoinsManagement~bundle.SuperFollowsSubscribe": "eea30ed", - "bundle.TwitterCoinsManagement": "4e12729", - "shared~bundle.UserLists~ondemand.EditPinned~loader.ListHandler~ondemand.HoverCard": "99938bf", - "shared~bundle.UserLists~ondemand.HoverCard": "655f12c", - "bundle.UserLists": "080773e", - "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ScoreEventSummaryHandler~loader.TileHandler~load": "cc2bcce", - "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.TileHandler~loader.ListHandler": "4c0c9f5", - "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler": "9e3e060", - "shared~ondemand.EditPinned~loader.ListHandler": "4cf505b", - "ondemand.EditPinned": "aba47d8", - "bundle.UserMoments": "11a899b", - "bundle.UserAvatar": "905ca69", - "bundle.UserNft": "58fa1e9", - "bundle.UserRedirect": "1c4036b", - "bundle.SuperFollowsManage": "f119a3d", - "bundle.FollowerRequests": "08d8b60", - "bundle.ProfileRedirect": "fad1af4", - "bundle.SuperFollowsSubscribe": "837c33f", - "bundle.UserFollowLists": "a5195ed", - "shared~bundle.UserProfile~loader.IconLabelHandler": "542f217", - "bundle.UserProfile": "0be992a", - "ondemand.Verified": "ac56eea", - "ondemand.StaticAssets": "ddbd724", - "loader.LoggedOutNotifications": "0f883d7", - "shared~ondemand.EmojiPickerData~ondemand.ParticipantReaction~ondemand.EmojiPicker": "4fb3587", - "shared~ondemand.HoverCard~loader.topicLandingHeaderHandler": "2c19f75", - "ondemand.HoverCard": "aa67cf2", - "loader.HoverCard": "12d934b", - "shared~ondemand.ParticipantReaction~ondemand.EmojiPicker": "9e63d60", - "ondemand.ParticipantReaction": "8f8d920", - "loader.AudioContextVoiceMedia": "fb23934", - "shared~loader.AudioContextSpaceClip~ondemand.InlinePlayer": "ffd4889", - "loader.AudioContextSpaceClip": "b47c4ef", - "loader.AudioContextSpaceMedia": "1044d5d", - "shared~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer~loader.immersiveTweetHandler": "633ec2b", - "ondemand.InlinePlayer": "0ccbf16", - "ondemand.video.PlayerHls1.2": "2fbf667", - "loaders.video.PlayerHls1.1": "7c9203b", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerHashtagHighlightUI~loaders.video.VideoPlay": "eb48835", - "shared~loaders.video.VideoPlayerDefaultUI~loader.MediaPreviewVideoPlayer~loaders.video.VideoPlayerEventsUI~lo": "20f7208", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loaders.video.VideoPlayerPrerollU": "de5234f", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerMiniUI~loaders.video.VideoPlayerEventsUI": "5e3344c", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loader.immersiveTweetHandler": "1006c70", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI": "c40f95a", - "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerPrerollUI": "a4b3692", - "loaders.video.VideoPlayerDefaultUI": "234850f", - "loaders.video.VideoPlayerHashtagHighlightUI": "928a17f", - "loaders.video.VideoPlayerMiniUI": "11f51ee", - "loader.AudioOnlyVideoPlayer": "230b4b8", - "shared~loader.WideLayout~loader.ProfileClusterFollow": "ec206b8", - "loader.WideLayout": "587f7ef", - "loader.AbsolutePower": "d0feeea", - "ondemand.LottieWeb": "2a17e33", - "loader.Confetti": "88a587a", - "loader.TimelineRenderer": "0c7e74d", - "loader.DividerHandler": "dfa38c7", - "loader.TombstonedEntryHandler": "d11b585", - "loader.ArticleHandler": "3d04042", - "loader.collectionHeaderHandler": "084a1e3", - "loader.CommunityHandler": "9b4e2a1", - "shared~loader.EventSummaryHandler~loader.TrendHandler": "376adbe", - "loader.EventSummaryHandler": "6cdae5d", - "loader.InlinePromptHandler": "7cd78d4", - "loader.TransparentLabelHandler": "dd16d6f", - "loader.LabelHandler": "33990c5", - "loader.MomentAnnotationHandler": "745e7c5", - "loader.MomentSummaryHandler": "1d280c3", - "loader.newsArticleHandler": "452b806", - "loader.newsPreviewHandler": "8ef9a90", - "shared~loader.NotificationHandler~icons/IconNotificationsMilestone-js": "a8e6aee", - "loader.NotificationHandler": "af71ea5", - "loader.ScoreEventSummaryHandler": "2e46c92", - "loader.TimelineCardHandler": "4f60d1d", - "shared~loader.topicHandler~loader.TopicFollowPromptHandler": "09cc9f3", - "loader.topicHandler": "d1b459e", - "loader.TopicFollowPromptHandler": "074471a", - "loader.topicLandingHeaderHandler": "17afa68", - "loader.TrendHandler": "02f5497", - "loader.VerticalGridItemHandler": "9f454ae", - "shared~loader.PushNotificationsPrompt~loader.MessageHandler": "5cb789e", - "loader.MessageHandler": "81acd2a", - "loader.PagedCarouselItemHandler": "ec78cd0", - "loader.RelatedSearchHandler": "33a870e", - "loader.selfThreadTweetComposerHandler": "fefe865", - "loader.spellingHandler": "5fc84ae", - "loader.ThreadHeaderHandler": "fb1f419", - "loader.TileHandler": "a5719ab", - "shared~loader.GapHandler~loader.ConversationGapHandler": "1010839", - "shared~loader.GapHandler~loader.newsEntriesGapHandler": "ce1d157", - "loader.GapHandler": "1c0aec3", - "loader.IconLabelHandler": "2c6c3a6", - "loader.ListHandler": "12db195", - "loader.newsEntriesGapHandler": "88dee41", - "loader.promptHandler": "23d01be", - "loader.CarouselTimelineHandler": "cd54b41", - "loader.ConversationGapHandler": "905051d", - "loader.FooterLoader": "7141905", - "loader.ModuleHeader": "d7e1137", - "loader.ImpressionPlaceholderHandler": "1f3cf28", - "loader.ShowMoreHandler": "faa2d29", - "loader.VerticalGridListHandler": "80e0423", - "loader.VerticalGridRowHandler": "2664e52", - "shared~loader.inlineTombstoneHandler~loader.tweetHandler": "6526dab", - "loader.inlineTombstoneHandler": "50dd461", - "loader.tweetUnavailableTombstoneHandler": "31b433d", - "loader.disconnectedRepliesTombstoneHandler": "1cacf50", - "loader.tweetHandler": "6800552", - "loader.unsupportedHandler": "4412257", - "loader.UserHandler": "aea77aa", - "shared~loader.AudioSpacebar~loader.SidebarSpacebar": "16dadeb", - "loader.AudioSpacebar": "1bae2f7", - "loader.SidebarSpacebar": "a9bd80b", - "loader.ExploreSidebar": "f02591e", - "loader.SignupModule": "f67cb1c", - "ondemand.RichText": "b2a9487", - "loader.HWCard": "0def7e0", - "loader.PushNotificationsPrompt": "177cade", - "ondemand.EmojiPicker": "01ef209", - "loader.MediaPreviewVideoPlayer": "464828a", - "ondemand.ModelViewer": "0526fc5", - "ondemand.ReactBeautifulDnd": "bfaee5d", - "ondemand.AudioSpacebar.Mocks": "2a289a4", - "ondemand.inertPolyfill": "2df6945", - "loader.PreviewActions": "524b319", - "ondemand.IntentPrompt": "2648c32", - "loader.TweetCurationActionMenu": "6615ee3", - "loader.PivotLabelHandler": "cf2ecb3", - "loaders.video.VideoPlayerEventsUI": "a448872", - "ondemand.countries-ar": "6e283ff", - "ondemand.countries-bg": "206e67c", - "ondemand.countries-bn": "ada13be", - "ondemand.countries-ca": "e604986", - "ondemand.countries-cs": "62a617d", - "ondemand.countries-da": "47fef47", - "ondemand.countries-de": "c87885b", - "ondemand.countries-el": "743a450", - "ondemand.countries-en-GB": "e489124", - "ondemand.countries-en": "b85f503", - "ondemand.countries-es": "9f0424c", - "ondemand.countries-eu": "4be663b", - "ondemand.countries-fa": "2039b08", - "ondemand.countries-fi": "9e8f5b2", - "ondemand.countries-fil": "cc13c01", - "ondemand.countries-fr": "86f67b2", - "ondemand.countries-ga": "cc0b5bc", - "ondemand.countries-gl": "37727cf", - "ondemand.countries-gu": "66ce688", - "ondemand.countries-he": "7932e03", - "ondemand.countries-hi": "37bb496", - "ondemand.countries-hr": "eaa486e", - "ondemand.countries-hu": "9708b88", - "ondemand.countries-id": "8cdcb1b", - "ondemand.countries-ig": "8e78c6c", - "ondemand.countries-it": "92d1618", - "ondemand.countries-ja": "ac1fb55", - "ondemand.countries-kn": "0eb939a", - "ondemand.countries-ko": "3fdfa56", - "ondemand.countries-mr": "3c855dc", - "ondemand.countries-ms": "ac88b1c", - "ondemand.countries-nb": "c797cb9", - "ondemand.countries-nl": "d058e2c", - "ondemand.countries-pl": "724fc74", - "ondemand.countries-pt": "ad59220", - "ondemand.countries-ro": "6618031", - "ondemand.countries-ru": "d9bb8d1", - "ondemand.countries-sk": "442e484", - "ondemand.countries-sr": "ddc59d5", - "ondemand.countries-sv": "5b1fa8a", - "ondemand.countries-ta": "4cbd0da", - "ondemand.countries-th": "13fabf4", - "ondemand.countries-tr": "0f542be", - "ondemand.countries-uk": "e174270", - "ondemand.countries-ur": "6eb865b", - "ondemand.countries-yo": "914c44a", - "ondemand.countries-zh-Hant": "6b750c1", - "ondemand.countries-zh": "c1bd765", - "bundle.SettingsRevamp": "f7bc160", - "ondemand.NotFound": "c10e94d", - "bundle.SettingsTransparency": "634b5b1", - "bundle.Download": "778c5c9", - "ondemand.EditBirthdate": "cb5527f", - "bundle.RichTextCompose": "768f5e6", - "ondemand.framerateTracking": "cc5badf", - "ondemand.qrcode": "670462c", - "bundle.TimezoneSelector.timezones": "b15730e", - "loader.immersiveTweetHandler": "b2c1d4f", - "loader.ProfileClusterFollow": "638afb4", - "ondemand.Balloons": "aff0522", + "i18n/en": "774dcda", + "i18n/en-GB": "031b2d1", + "i18n/en-ss": "3969451", + "i18n/en-xx": "54eb353", + "i18n/es": "fcc0b8a", + "i18n/eu": "80756d6", + "i18n/fa": "f64f6fd", + "i18n/fi": "34d6651", + "i18n/fil": "c4b8044", + "i18n/fr": "96fa741", + "i18n/ga": "3effe20", + "i18n/gl": "750107c", + "i18n/gu": "94ed651", + "i18n/ha": "480306d", + "i18n/he": "5df16b2", + "i18n/hi": "29bd55a", + "i18n/hr": "eb3f916", + "i18n/hu": "28f96bf", + "i18n/id": "c9e2f56", + "i18n/ig": "8039c81", + "i18n/index-node": "1fe148e", + "i18n/it": "7b77dff", + "i18n/ja": "c9b411a", + "i18n/kn": "2d04c54", + "i18n/ko": "59a7697", + "i18n/mr": "4f70dcc", + "i18n/ms": "148f3de", + "i18n/nb": "71b31fb", + "i18n/nl": "5b0c3d2", + "i18n/pl": "ca58769", + "i18n/pt": "4d0b4b9", + "i18n/ro": "60f0f91", + "i18n/ru": "714e706", + "i18n/sk": "4273b81", + "i18n/sr": "b2a9615", + "i18n/sv": "bb7280a", + "i18n/ta": "30c3c0d", + "i18n/th": "af21688", + "i18n/tr": "5ffaec4", + "i18n/uk": "4f74de9", + "i18n/ur": "8c605a2", + "i18n/vi": "cc6d00c", + "i18n/yo": "e0aa8bb", + "i18n/zh": "37860b7", + "i18n/zh-Hant": "951d03c", "icons/IconAccessibilityAlt-js": "f3fe3ce", "icons/IconAccessibilityCircle-js": "77e694c", "icons/IconAccount-js": "1190a07", @@ -1010,9 +631,388 @@ "icons/IconYelpRating40NoMargin-js": "5978214", "icons/IconYelpRating45NoMargin-js": "46a6faa", "icons/IconYelpRating50NoMargin-js": "7e162e6", - "ondemand.ProfileSidebar": "80c24bd", + "loader.AbsolutePower": "d0feeea", + "loader.AppModules": "ef990bd", + "loader.ArticleHandler": "3d04042", + "loader.AudioContextSpaceClip": "b47c4ef", + "loader.AudioContextSpaceMedia": "1044d5d", + "loader.AudioContextVoiceMedia": "fb23934", + "loader.AudioDock": "be6b8e9", + "loader.AudioOnlyVideoPlayer": "230b4b8", + "loader.AudioSpacebar": "1bae2f7", + "loader.CarouselTimelineHandler": "cd54b41", + "loader.CommunityHandler": "9b4e2a1", + "loader.Confetti": "88a587a", + "loader.ConversationGapHandler": "905051d", + "loader.DMDrawer": "c445f88", + "loader.DashMenu": "7dd01b7", + "loader.DividerHandler": "dfa38c7", + "loader.EventSummaryHandler": "6cdae5d", + "loader.ExploreSidebar": "f02591e", + "loader.FooterLoader": "7141905", + "loader.GapHandler": "1c0aec3", + "loader.HWCard": "0def7e0", + "loader.HoverCard": "12d934b", + "loader.IconLabelHandler": "2c6c3a6", + "loader.ImpressionPlaceholderHandler": "1f3cf28", + "loader.InlinePromptHandler": "7cd78d4", + "loader.LabelHandler": "33990c5", + "loader.ListHandler": "12db195", + "loader.LoggedOutNotifications": "0f883d7", + "loader.MediaPreviewVideoPlayer": "464828a", + "loader.MessageHandler": "81acd2a", + "loader.ModuleHeader": "d7e1137", + "loader.MomentAnnotationHandler": "745e7c5", + "loader.MomentSummaryHandler": "1d280c3", + "loader.NewTweetsPill": "0a9e8af", + "loader.NotificationHandler": "af71ea5", + "loader.PagedCarouselItemHandler": "ec78cd0", + "loader.PivotLabelHandler": "cf2ecb3", + "loader.PreviewActions": "524b319", + "loader.ProfileClusterFollow": "638afb4", + "loader.PushNotificationsPrompt": "177cade", + "loader.RelatedSearchHandler": "33a870e", + "loader.ScoreEventSummaryHandler": "2e46c92", + "loader.ShowMoreHandler": "faa2d29", + "loader.SideNav": "f52d02d", + "loader.SidebarSpacebar": "a9bd80b", + "loader.SignupModule": "f67cb1c", + "loader.ThreadHeaderHandler": "fb1f419", + "loader.TileHandler": "a5719ab", + "loader.TimelineCardHandler": "4f60d1d", + "loader.TimelineRenderer": "0c7e74d", + "loader.TombstonedEntryHandler": "d11b585", + "loader.TopicFollowPromptHandler": "074471a", + "loader.TransparentLabelHandler": "dd16d6f", + "loader.TrendHandler": "02f5497", + "loader.TweetCurationActionMenu": "4c9098e", + "loader.Typeahead": "7300ec3", + "loader.UserHandler": "aea77aa", + "loader.VerticalGridItemHandler": "9f454ae", + "loader.VerticalGridListHandler": "80e0423", + "loader.VerticalGridRowHandler": "2664e52", + "loader.WideLayout": "587f7ef", + "loader.collectionHeaderHandler": "084a1e3", + "loader.disconnectedRepliesTombstoneHandler": "1cacf50", + "loader.immersiveTweetHandler": "ed13921", + "loader.inlineTombstoneHandler": "50dd461", + "loader.newsArticleHandler": "452b806", + "loader.newsEntriesGapHandler": "88dee41", + "loader.newsPreviewHandler": "8ef9a90", + "loader.promptHandler": "23d01be", + "loader.richScribeAction": "ed012b2", + "loader.selfThreadTweetComposerHandler": "fefe865", + "loader.spellingHandler": "5fc84ae", + "loader.topicHandler": "d1b459e", + "loader.topicLandingHeaderHandler": "17afa68", + "loader.tweetHandler": "6800552", + "loader.tweetUnavailableTombstoneHandler": "31b433d", + "loader.unsupportedHandler": "4412257", + "loaders.video.PlayerHls1.1": "7c9203b", + "loaders.video.VideoPlayerDefaultUI": "234850f", + "loaders.video.VideoPlayerEventsUI": "a448872", + "loaders.video.VideoPlayerHashtagHighlightUI": "928a17f", + "loaders.video.VideoPlayerMiniUI": "11f51ee", "loaders.video.VideoPlayerPrerollUI": "e4fa932", + "ondemand.AudioSpacebar.Mocks": "2a289a4", + "ondemand.Balloons": "aff0522", + "ondemand.BranchSdk": "f8286b1", "ondemand.CarouselScroller": "fcc3f07", + "ondemand.CommunityTweetPinning": "7a970a7", + "ondemand.ComposeScheduling": "0806c9a", + "ondemand.DirectMessagesCrypto": "15afdc8", + "ondemand.Dropdown": "0e1f27e", + "ondemand.EditBirthdate": "f53bfb5", + "ondemand.EditPinned": "aba47d8", + "ondemand.EmojiPicker": "01ef209", + "ondemand.HoverCard": "aa67cf2", + "ondemand.InlinePlayer": "0ccbf16", + "ondemand.IntentPrompt": "2648c32", "ondemand.LeaveThisConversation": "b2d4560", - "ondemand.CommunityTweetPinning": "7a970a7" + "ondemand.LottieWeb": "2a17e33", + "ondemand.ModelViewer": "0526fc5", + "ondemand.NotFound": "c10e94d", + "ondemand.ParticipantReaction": "8f8d920", + "ondemand.ProfileSidebar": "80c24bd", + "ondemand.ReactBeautifulDnd": "bfaee5d", + "ondemand.RichText": "b2a9487", + "ondemand.SensitiveMediaSettings": "5b72689", + "ondemand.SettingsAwards": "1dbb8d0", + "ondemand.SettingsInternals": "d5b46f1", + "ondemand.SettingsMonetization": "3b1ce6a", + "ondemand.SettingsRevamp": "378f7e6", + "ondemand.SettingsSuperFollows": "d0ba72b", + "ondemand.StaticAssets": "ddbd724", + "ondemand.Verified": "81dc8f9", + "ondemand.countries-ar": "6e283ff", + "ondemand.countries-bg": "206e67c", + "ondemand.countries-bn": "ada13be", + "ondemand.countries-ca": "e604986", + "ondemand.countries-cs": "62a617d", + "ondemand.countries-da": "47fef47", + "ondemand.countries-de": "c87885b", + "ondemand.countries-el": "743a450", + "ondemand.countries-en": "b85f503", + "ondemand.countries-en-GB": "e489124", + "ondemand.countries-es": "9f0424c", + "ondemand.countries-eu": "4be663b", + "ondemand.countries-fa": "2039b08", + "ondemand.countries-fi": "9e8f5b2", + "ondemand.countries-fil": "cc13c01", + "ondemand.countries-fr": "86f67b2", + "ondemand.countries-ga": "cc0b5bc", + "ondemand.countries-gl": "37727cf", + "ondemand.countries-gu": "66ce688", + "ondemand.countries-he": "7932e03", + "ondemand.countries-hi": "37bb496", + "ondemand.countries-hr": "eaa486e", + "ondemand.countries-hu": "9708b88", + "ondemand.countries-id": "8cdcb1b", + "ondemand.countries-ig": "8e78c6c", + "ondemand.countries-it": "92d1618", + "ondemand.countries-ja": "ac1fb55", + "ondemand.countries-kn": "0eb939a", + "ondemand.countries-ko": "3fdfa56", + "ondemand.countries-mr": "3c855dc", + "ondemand.countries-ms": "ac88b1c", + "ondemand.countries-nb": "c797cb9", + "ondemand.countries-nl": "d058e2c", + "ondemand.countries-pl": "724fc74", + "ondemand.countries-pt": "ad59220", + "ondemand.countries-ro": "6618031", + "ondemand.countries-ru": "d9bb8d1", + "ondemand.countries-sk": "442e484", + "ondemand.countries-sr": "ddc59d5", + "ondemand.countries-sv": "5b1fa8a", + "ondemand.countries-ta": "4cbd0da", + "ondemand.countries-th": "13fabf4", + "ondemand.countries-tr": "0f542be", + "ondemand.countries-uk": "e174270", + "ondemand.countries-ur": "6eb865b", + "ondemand.countries-yo": "914c44a", + "ondemand.countries-zh": "c1bd765", + "ondemand.countries-zh-Hant": "6b750c1", + "ondemand.framerateTracking": "cc5badf", + "ondemand.inertPolyfill": "2df6945", + "ondemand.qrcode": "670462c", + "ondemand.video.PlayerHls1.2": "2fbf667", + "shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.AudioSpacePeek~bundl": "c26d1cd", + "shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdwatch~bund": "c835575", + "shared~bundle.AccountAutomation~bundle.SettingsRevamp": "fddadc9", + "shared~bundle.AccountVerification~bundle.BadgeViolationsNotification~bundle.SettingsRevamp": "22f6e80", + "shared~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.B": "1fc409c", + "shared~bundle.Articles~bundle.Communities~bundle.Delegate~ondemand.SettingsInternals~ondemand.SettingsRevamp~": "2944234", + "shared~bundle.Articles~loader.ArticleHandler": "18cce39", + "shared~bundle.AudioSpaceAnalytics~bundle.ProfessionalHome~bundle.ConversationWithRelay": "f7ab5bd", + "shared~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.": "387ea12", + "shared~bundle.AudioSpaceDetail~bundle.AudioSpacePeek": "4cf49f9", + "shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.Bookmarks~bundle.Communi": "024d488", + "shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.LiveEvent~bundle.Explore": "d76c0bc", + "shared~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Compose~ondemand.SettingsSuperFollows": "3d8015f", + "shared~bundle.AudioSpacePeek~bundle.Communities~loader.CommunityHandler~bundle.RichTextCompose": "f01eb74", + "shared~bundle.AudioSpacePeek~bundle.CommunitySSR~loader.CommunityHandler": "6b2d69c", + "shared~bundle.AudioSpacePeek~loader.AudioContextSpaceClip": "5472c75", + "shared~bundle.AudioSpacePeek~loader.CommunityHandler": "87942fa", + "shared~bundle.AudioSpacebarScreen~loader.AudioSpacebar~loader.SidebarSpacebar": "d26a1ff", + "shared~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.Compose~bundle.LiveEvent~bundle.Twit": "54a2c4b", + "shared~bundle.Birdwatch~bundle.Communities~bundle.AccountVerification~ondemand.SettingsRevamp~ondemand.Settin": "3094b8d", + "shared~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.ComposeMedia~ondemand.SettingsInternals~onde": "cfed265", + "shared~bundle.Birdwatch~bundle.Communities~bundle.Compose~ondemand.ComposeScheduling~bundle.ComposeMedia~bund": "60a13c2", + "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Explore~bundle.Ocf~bundle.Topics": "0d85fa5", + "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~bundle.TweetMediaDetail~bund": "3bdc73e", + "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~bundle.TwitterArticles~loade": "1905d6e", + "shared~bundle.Birdwatch~bundle.Compose~bundle.Settings~bundle.SettingsProfile~ondemand.SettingsRevamp~ondeman": "f681cd4", + "shared~bundle.Birdwatch~bundle.Explore~bundle.GenericTimeline~bundle.Ocf~bundle.Topics": "3a4219d", + "shared~bundle.Birdwatch~bundle.Explore~bundle.Topics": "1a2bbdb", + "shared~bundle.Birdwatch~bundle.LiveEvent~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.TwitterArt": "85a954b", + "shared~bundle.Birdwatch~bundle.Ocf~bundle.SettingsProfessionalProfileCommunitiesSpotlight~bundle.Conversation": "0149258", + "shared~bundle.Birdwatch~bundle.ProfessionalHome~icons/IconPromoteMode-js": "ab75e0b", + "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler": "2fa6f9e", + "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler~bundle.UserProfile~loader.TweetCura": "e52b184", + "shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler~loader.immersiveTweetHandler": "8e91ee8", + "shared~bundle.Birdwatch~ondemand.SettingsInternals~bundle.Explore~bundle.Topics~bundle.Trends~loader.ExploreS": "493c1ab", + "shared~bundle.Birdwatch~ondemand.SettingsSuperFollows~bundle.Ocf~bundle.Conversation~bundle.TwitterBlue~bundl": "e08344d", + "shared~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Settings~ondemand.SettingsMonetizat": "ae739a0", + "shared~bundle.BookmarkFolders~bundle.Settings": "b661f45", + "shared~bundle.Bookmarks~bundle.Communities~bundle.Explore~bundle.LiveEvent~bundle.HomeTimeline~bundle.NewsLan": "f6aac01", + "shared~bundle.Communities~bundle.ComposeMedia~bundle.SettingsProfile~bundle.Ocf~bundle.TwitterArticles~bundle": "210bf1c", + "shared~bundle.Communities~bundle.ComposeMedia~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.Setti": "630510a", + "shared~bundle.Communities~bundle.ReportCenter~bundle.SafetyCenter~bundle.UserProfile": "40b36e9", + "shared~bundle.Communities~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfi": "e06bb81", + "shared~bundle.Communities~bundle.SettingsProfile~bundle.Ocf~bundle.UserLists": "5eb0b38", + "shared~bundle.ComposeMedia~bundle.TwitterArticles": "bfcf691", + "shared~bundle.ComposeMedia~bundle.TwitterArticles~loaders.video.PlayerBase~loader.MediaPreviewVideoPlayer~loa": "5c58e89", + "shared~bundle.ComposeMedia~bundle.TwitterArticles~ondemand.InlinePlayer~loaders.video.PlayerBase~loader.Audio": "cefdba5", + "shared~bundle.ComposeMedia~bundle.TwitterArticles~ondemand.InlinePlayer~loaders.video.VideoPlayerDefaultUI~lo": "72769e2", + "shared~bundle.ComposeMedia~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.AdvancedSearch": "713826a", + "shared~bundle.Compose~bundle.RichTextCompose": "ab4645a", + "shared~bundle.Compose~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscrib": "b9ba9bb", + "shared~bundle.ConversationWithRelay~bundle.Conversation": "e1fa35b", + "shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "ff21792", + "shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer~loader.inlineTombstoneHandler~": "2a4f641", + "shared~bundle.Conversation~bundle.TwitterBlue~bundle.TwitterCoinsManagement": "669f2ab", + "shared~bundle.Conversation~bundle.UserProfile": "2380d15", + "shared~bundle.DMRichTextCompose~ondemand.RichText~bundle.RichTextCompose": "bd04995", + "shared~bundle.Delegate~bundle.UserLists": "9e8bf5c", + "shared~bundle.Delegate~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.AccountAutomation~bundle.Set": "eacd223", + "shared~bundle.Delegate~ondemand.SettingsMonetization~bundle.TweetCoinDetails~ondemand.Verified": "78a06a5", + "shared~bundle.LiveEvent~bundle.Report~loader.EventSummaryHandler~loader.MomentSummaryHandler": "042bcad", + "shared~bundle.LiveEvent~loader.newsPreviewHandler": "3553016", + "shared~bundle.LiveEvent~ondemand.EditPinned~loader.EventSummaryHandler~loader.MomentSummaryHandler~loader.new": "d19751c", + "shared~bundle.LiveEvent~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer": "f8ffdcf", + "shared~bundle.LoggedOutHome~bundle.Search": "8530693", + "shared~bundle.MultiAccount~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~ondemand.ComposeSchedul": "6a1719e", + "shared~bundle.MultiAccount~bundle.Login~bundle.SmsLogin~ondemand.IntentPrompt": "2e037dc", + "shared~bundle.MultiAccount~bundle.Login~ondemand.IntentPrompt": "89b8a98", + "shared~bundle.Notifications~ondemand.LeaveThisConversation": "5459af3", + "shared~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~loader.TimelineRenderer~loader.SignupModule": "c838e69", + "shared~bundle.Place~bundle.Search~bundle.QuoteTweetActivity": "9abd852", + "shared~bundle.Place~icons/IconFoursquareNoMargin-js": "931abbb", + "shared~bundle.ProfessionalHome~bundle.ConversationWithRelay": "ba18853", + "shared~bundle.ReaderMode~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "92969bd", + "shared~bundle.ReportCenter~bundle.SafetyCenter": "d7cb733", + "shared~bundle.SettingsProfessionalProfileLocationSpotlight~bundle.SettingsProfessionalProfileMobileAppSpotlig": "5d5487a", + "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileCommunitiesSpotli": "d3a9684", + "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileLocationSpotlight": "072ced7", + "shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.UserProfile": "3e978b1", + "shared~bundle.SettingsProfile~bundle.Ocf~bundle.UserLists~loader.MediaPickerWithPreview": "aa683a3", + "shared~bundle.SettingsProfile~bundle.UserProfile": "0bc4ca5", + "shared~bundle.Settings~bundle.Display": "1d6ec31", + "shared~bundle.Settings~bundle.Display~bundle.Ocf": "08d870e", + "shared~bundle.Topics~bundle.UserLists~bundle.UserMoments~bundle.UserFollowLists~bundle.UserProfile~ondemand.H": "bef428a", + "shared~bundle.TrustedFriendsManagement~bundle.UserLists": "c032e9f", + "shared~bundle.TrustedFriendsRedirect~bundle.RichTextCompose~bundle.UserLists": "6d255ae", + "shared~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer": "de7e67c", + "shared~bundle.TweetMediaDetail~bundle.UserAvatar~bundle.UserNft": "5f9c153", + "shared~bundle.TwitterArticles~bundle.UserProfile": "f9a0cef", + "shared~bundle.TwitterBlue~ondemand.Verified": "6332027", + "shared~bundle.TwitterCoinsManagement~bundle.SuperFollowsSubscribe": "eea30ed", + "shared~bundle.UserLists~ondemand.EditPinned~loader.ListHandler~ondemand.HoverCard": "99938bf", + "shared~bundle.UserLists~ondemand.HoverCard": "1b8732c", + "shared~bundle.UserProfile~loader.IconLabelHandler": "542f217", + "shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search": "7678064", + "shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search~bundle.Settings~ondemand.SettingsRevamp": "d75bc62", + "shared~loader.AppModules~ondemand.SettingsInternals~bundle.RichTextCompose": "28907af", + "shared~loader.AudioContextSpaceClip~ondemand.InlinePlayer": "ffd4889", + "shared~loader.AudioDock~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceReport~bundle.Birdw": "5762c25", + "shared~loader.AudioDock~loader.AppModules~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.Multi": "175e521", + "shared~loader.AudioDock~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.AudioSpaceDiscovery~bund": "a4439ff", + "shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpaceDetail~bundle.AudioSpacePeek~bundle.AudioSpaceDiscov": "a261503", + "shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceRep": "9a8ba94", + "shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.AppModules~loader.DMDrawer~bun": "ca5b79e", + "shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.Account~bundle": "332ef5e", + "shared~loader.AudioDock~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpace": "e09b14a", + "shared~loader.AudioSpacebar~loader.SidebarSpacebar": "16dadeb", + "shared~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.Audi": "aa5803f", + "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpaceba": "e8f096b", + "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundle.Communities~ondeman": "5d18951", + "shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.Birdwatch~~bundle.Communities~bundle.Comp": "3635099", + "shared~loader.DMDrawer~bundle.Articles~bundle.Compose~bundle.DirectMessages~bundle.UserProfile~bundle.RichTex": "9757a00", + "shared~loader.DMDrawer~bundle.Articles~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle": "9e862ea", + "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundl": "04c9084", + "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Compose~~ondemand.SettingsInternals~onde": "1d7cfe7", + "shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Compose~~bundle.DMRichTextCompose~bundle.DirectMessages~b": "b2915bf", + "shared~loader.DMDrawer~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.Compose~ondemand.Set": "5615616", + "shared~loader.DMDrawer~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.DirectMessages~bundle.DMRich": "ba4112b", + "shared~loader.DMDrawer~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.Settings~bundle.DirectMessag": "ecf4907", + "shared~loader.DMDrawer~bundle.Bookmarks~bundle.Communities~bundle.DirectMessages~bundle.Explore~bundle.LiveEv": "5224924", + "shared~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~bundl": "de4a1ad", + "shared~loader.DMDrawer~bundle.Communities~bundle.Delegate~ondemand.SettingsRevamp~ondemand.SensitiveMediaSett": "48d76cb", + "shared~loader.DMDrawer~bundle.Communities~ondemand.SettingsMonetization~bundle.DirectMessages~bundle.Settings": "27ad4b5", + "shared~loader.DMDrawer~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~b": "e8055a6", + "shared~loader.DMDrawer~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~bundle.DMRichTextComp": "99669e0", + "shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.RichTextCompose": "0ecd15d", + "shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserLists~bundle.": "ffc1e26", + "shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle.": "341fb8b", + "shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~loader.HWCard~loader.Tim": "8ef2e8b", + "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages": "c366b2f", + "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.TweetMediaDetail~bundle.UserAvat": "3c249d3", + "shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserFollowLists~bundle.UserProfi": "b868f8b", + "shared~loader.DMDrawer~bundle.DirectMessages": "ed4e1dd", + "shared~loader.DMDrawer~bundle.DirectMessages~bundle.DMRichTextCompose": "222194e", + "shared~loader.DMDrawer~bundle.DirectMessages~bundle.LiveEvent~bundle.UserProfile~loader.TimelineRenderer": "498be3e", + "shared~loader.DMDrawer~~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfile~": "70b3696", + "shared~loader.DashMenu~bundle.Account": "2df9a77", + "shared~loader.DashMenu~bundle.Account~bundle.LoggedOutHome~bundle.Search~bundle.TwitterBlue": "c633317", + "shared~loader.DashMenu~bundle.Account~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.TweetCoinD": "0dd97ae", + "shared~loader.DashMenu~bundle.AudioSpacePeek~bundle.Birdwatch~~bundle.Communities~ondemand.ComposeScheduling~": "aedef93", + "shared~loader.DashMenu~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Settings~bundle.Dis": "ac57e06", + "shared~loader.DashMenu~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundl": "29388e7", + "shared~loader.DashMenu~loader.DMDrawer~bundle.Birdwatch~~ondemand.ComposeScheduling~bundle.Compose~bundle.Set": "825b302", + "shared~loader.DashMenu~loader.SideNav~bundle.MultiAccount": "39708e0", + "shared~loader.DashMenu~loader.SideNav~loader.AppModules~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~": "a733d24", + "shared~loader.DashMenu~loader.SideNav~ondemand.Dropdown~loader.DMDrawer~bundle.Birdwatch~~bundle.Communities~": "8daa502", + "shared~loader.EventSummaryHandler~loader.TrendHandler": "376adbe", + "shared~loader.GapHandler~loader.ConversationGapHandler": "1010839", + "shared~loader.GapHandler~loader.newsEntriesGapHandler": "ce1d157", + "shared~loader.NotificationHandler~icons/IconNotificationsMilestone-js": "a8e6aee", + "shared~loader.PushNotificationsPrompt~loader.MessageHandler": "5cb789e", + "shared~loader.PushNotificationsPrompt~loader.MessageHandler~loader.promptHandler~bundle.Notifications": "4afa52c", + "shared~loader.SideNav~bundle.Communities~bundle.ProfessionalHome~bundle.LoggedOutHome~bundle.Search~bundle.Co": "f1daa9b", + "shared~loader.SideNav~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.Delegate~ondemand.SensitiveMed": "c4e97bb", + "shared~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdw": "a87c4a4", + "shared~loader.SideNav~ondemand.SettingsMonetization": "75cfda9", + "shared~loader.Typeahead~bundle.Communities~bundle.Delegate~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~onde": "d043ef5", + "shared~loader.Typeahead~bundle.LoggedOutHome~bundle.Search": "aa9c21b", + "shared~loader.Typeahead~bundle.Ocf~ondemand.Verified~loader.topicHandler": "d9fe9a7", + "shared~loader.Typeahead~loader.AppModules~bundle.AudioSpaceDiscovery~bundle.LoggedOutHome~bundle.Search": "88ef7e0", + "shared~loader.Typeahead~loader.AppModules~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.Settings~": "df75169", + "shared~loader.Typeahead~loader.AppModules~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDetail~bundle.Audi": "2f9b482", + "shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpaceDiscovery~bundle.Communities~bundle.Compose~bundle.A": "e8dc651", + "shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Comp": "8d9a56c", + "shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Compose~bundle.Delegate~bundle.DirectMessag": "5047dd6", + "shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Delegate~bundle.DirectMessages~bundle.DMRic": "0fdba6f", + "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.Articles~bundle.AudioSpaceDetail~bundle.Au": "3a0ccd1", + "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundl": "1513667", + "shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~bundle.Communities~bundle.Compos": "05c10ec", + "shared~loader.Typeahead~ondemand.SettingsInternals~bundle.LoggedOutHome~bundle.Search~loader.EventSummaryHand": "cb5e9b9", + "shared~loader.WideLayout~loader.ProfileClusterFollow": "ec206b8", + "shared~loader.directMessagesData~loader.DMDrawer~ondemand.SettingsInternals~bundle.DirectMessages~bundle.DMRi": "6c0bf58", + "shared~loader.directMessagesData~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Compose~ondemand.": "4b43b34", + "shared~loader.inlineTombstoneHandler~loader.tweetHandler": "6526dab", + "shared~loader.topicHandler~loader.TopicFollowPromptHandler": "09cc9f3", + "shared~loaders.video.VideoPlayerDefaultUI~loader.MediaPreviewVideoPlayer~loaders.video.VideoPlayerEventsUI~lo": "20f7208", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI": "c40f95a", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loader.immersiveTweetHandler": "1006c70", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loaders.video.VideoPlayerPrerollU": "de5234f", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerHashtagHighlightUI~loaders.video.VideoPlay": "eb48835", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerMiniUI~loaders.video.VideoPlayerEventsUI": "5e3344c", + "shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerPrerollUI": "a4b3692", + "shared~ondemand.ComposeScheduling~bundle.Compose~bundle.SettingsInternals~ondemand.SettingsSuperFollows~bundl": "73988cc", + "shared~ondemand.ComposeScheduling~bundle.Ocf~bundle.AdvancedSearch~ondemand.EditBirthdate": "6e03d49", + "shared~ondemand.ComposeScheduling~bundle.SettingsProfessionalProfileLocationSpotlight": "f298133", + "shared~ondemand.Dropdown~bundle.Communities~bundle.ReaderMode~ondemand.Verified~loader.WideLayout": "904cb78", + "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler": "9e3e060", + "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ScoreEventSummaryHandler~loader.TileHandler~load": "cc2bcce", + "shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.TileHandler~loader.ListHandler": "4c0c9f5", + "shared~ondemand.EditPinned~loader.ListHandler": "4cf505b", + "shared~ondemand.EmojiPickerData~ondemand.ParticipantReaction~ondemand.EmojiPicker": "4fb3587", + "shared~ondemand.HoverCard~loader.topicLandingHeaderHandler": "2c19f75", + "shared~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer~loader.immersiveTweetHandler": "633ec2b", + "shared~ondemand.ParticipantReaction~ondemand.EmojiPicker": "9e63d60", + "shared~ondemand.SensitiveMediaSettings~ondemand.SettingsRevamp~ondemand.SettingsInternals~bundle.SettingsTran": "b1b9449", + "shared~ondemand.SettingsInternals~bundle.Explore~bundle.Trends~loader.ExploreSidebar": "4aa5a0d", + "shared~ondemand.SettingsInternals~bundle.OAuth": "621fb29", + "shared~ondemand.SettingsInternals~bundle.Place~bundle.Search~bundle.QuoteTweetActivity": "5e9c739", + "shared~ondemand.SettingsInternals~bundle.Settings": "65f574f", + "shared~ondemand.SettingsInternals~bundle.SettingsRevamp~bundle.SettingsTransparency": "2c18fb1", + "shared~ondemand.SettingsInternals~loader.TweetCurationActionMenu~icons/IconIllustrationSafetyMute-js": "a572a6c", + "shared~ondemand.SettingsInternals~ondemand.SettingsSuperFollows": "6d32d7b", + "shared~ondemand.SettingsMonetization~bundle.TweetCoinDetails~bundle.UserProfile~ondemand.Verified": "ff9ec1f", + "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows": "2336a1e", + "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsManage~bundle.SuperFoll": "ba595c3", + "shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscribe": "6ceb30e", + "shared~ondemand.SettingsRevamp~bundle.SafetyModeModal": "ec58dd7", + "shared~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.SettingsProfessionalProfileLocationSpotlight~b": "e91e554", + "shared~ondemand.SettingsRevamp~bundle.TwitterBlue": "899de77", + "shared~ondemand.SettingsRevamp~bundle.TwitterBlue~icons/IconTwitterBlueExtended-js": "8fa502c", + "shared~ondemand.SettingsRevamp~ondemand.SettingsInternals": "c2eaf02", + "shared~ondemand.SettingsRevamp~ondemand.SettingsInternals~bundle.Delegate~bundle.AdvancedSearch": "2bc3df4", + "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization": "ec2ae28", + "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.ConversationWithRelay": "5ef15ff", + "shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~ondemand.SettingsA": "2df742f", + "shared~ondemand.SettingsSuperFollows~bundle.Ocf~bundle.TwitterBlue": "e5665e5", + "shared~ondemand.SettingsSuperFollows~ondemand.Verified": "8f1df03", + "src_app_components_SidebarLayout_SidebarContext_js-src_app_screens_BrandedLikesPreview_index_-3692ed": "855818f", + "src_app_modules_action-helpers_block-or-unblock_js-src_app_modules_api-error-handling_maps_bl-54eafa": "ec612b5" } diff --git a/info/update.py b/info/update.py index fdfcac6..e6ec852 100644 --- a/info/update.py +++ b/info/update.py @@ -39,10 +39,9 @@ def find_api_script(res: requests.Response) -> str: @param res: response from homepage: https://twitter.com @return: url to api script """ - # temp = re.findall('\+"\."\+(\{.*\})\[e\]\+?"a\.js",', res.text)[0] temp = re.findall('\+"\."\+(\{.*\})\[e\]\+?' + '"' + _a + '"', res.text)[0] endpoints = orjson.loads(temp.replace('vendor:', '"vendor":').replace('api:', '"api":')) - JS.write_bytes(orjson.dumps(endpoints)) + JS.write_bytes(orjson.dumps(dict(sorted(endpoints.items())))) js = 'api.' + endpoints['api'] + _a # search for `+"a.js"` in homepage source return f'{_base}/{js}'