IceCubesApp
IceCubesApp copied to clipboard
Option to hide raw web links in posts
Can you please add an option in settings to allow hiding of the http/s web links in posts when there is a preview rendered in the post. This would make each post in the timeline look cleaner.

I believe Twitter specifically hides the raw link if it’s the last thing in a tweet and not otherwise. Worth keeping in mind. Removing an inline link if the preview is still at the end could get weird :)
The HTML returned in the post should contain span.invisible at certain points of the URL, so you could search for it that way. Or, depending on how you render it in-app, you can just set the invisible class to not display.