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
One thing a lot of apps / sites do these days is prepend boiler plate or extra text before the actual link (when you click a share button).
Would be neat to have LinkCleaner detect / remove that text and then just process / output the clean link. Right now when I share such text to LC, it outputs blank instead (assuming it can't process the text and stops?)
The text was updated successfully, but these errors were encountered:
I remember looking into this a while ago but the example I was using stopped adding extra text, I think maybe it was Spotify? If you have some example sites/apps where I can replicate the behavior it should be a pretty easy fix.
Sure! Not the best example, but it you go to an Amazon product page, hit share, and then scroll to "more" and click that should give you the full product name text + link at end.
I'm trying to remember other examples, but I only very occasionally run into the situation, sorry!
I got a chance to look through code and believe I found the proper place to add this (while still working with existing "Page Title" case). Submitted a PR here for you to take a look - #44
One thing a lot of apps / sites do these days is prepend boiler plate or extra text before the actual link (when you click a share button).
Would be neat to have LinkCleaner detect / remove that text and then just process / output the clean link. Right now when I share such text to LC, it outputs blank instead (assuming it can't process the text and stops?)
The text was updated successfully, but these errors were encountered: