You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
When I right-clicked on the extension icon, instead of seeing settings screen, I saw an empty screen, and my Chrome browser (in Chrome OS) showed "platform.twitter.com..." in the bottom left corner, which meant that the extension was waiting for platform.twitter.com to respond. This happened repeatedly over about 30 minutes, and then, finally, platform.twitter.com must have responded, and i reached the settings screen. It looks like the dependency on platform.twitter.com is needed by a sharing button.
So I did a Google search for "platform.twitter.com" (within double quotes as shown), and found other similar complaints from people over the years (in other situations, not this extension) complaining about hangs and delays caused by platform.twitter.com not responding.
I wonder if such dependencies could be made to run in the background, so the main screen never hangs if platform.twitter.com does not respond immediately.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I right-clicked on the extension icon, instead of seeing settings screen, I saw an empty screen, and my Chrome browser (in Chrome OS) showed "platform.twitter.com..." in the bottom left corner, which meant that the extension was waiting for platform.twitter.com to respond. This happened repeatedly over about 30 minutes, and then, finally, platform.twitter.com must have responded, and i reached the settings screen. It looks like the dependency on platform.twitter.com is needed by a sharing button.
So I did a Google search for "platform.twitter.com" (within double quotes as shown), and found other similar complaints from people over the years (in other situations, not this extension) complaining about hangs and delays caused by platform.twitter.com not responding.
I wonder if such dependencies could be made to run in the background, so the main screen never hangs if platform.twitter.com does not respond immediately.
The text was updated successfully, but these errors were encountered: