Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: thumbshots/previews of all websites #143

Open
niutech opened this issue Oct 19, 2020 · 3 comments
Open

Feature request: thumbshots/previews of all websites #143

niutech opened this issue Oct 19, 2020 · 3 comments

Comments

@niutech
Copy link

niutech commented Oct 19, 2020

Could you provide thumbshots/previews of all external websites, possibly by using one of the ready-to-go APIs: LinkPreview, Iframely, PicSee, Thum.io or Thumbshots.org? Thanks

@mdolr
Copy link
Owner

mdolr commented Oct 19, 2020

Those ready-to-go APIs start charging money above a given amount of requests, while the data is available for free. Also by using these services we don't control what is injected into the DOM.

By doing our own custom implementations :

  • The extension can stay free
  • We have control over everything and can customize each website implementation
  • We don't have any problem with firefox / chrome denying the extension because of external code

We're looking to add custom implementations for a lot of website having an oEmbed API see #140

@mdolr mdolr closed this as completed Oct 19, 2020
@niutech
Copy link
Author

niutech commented Oct 19, 2020

Easy-Thumb is free with no limit. Can't you just show thumbshots using <img src="https://www.easy-thumb.net/thumb?url=http://example.com&size=80x60&view=desktop" alt=""> without any third-party JS?

@mdolr mdolr reopened this Oct 19, 2020
@mdolr
Copy link
Owner

mdolr commented Oct 19, 2020

Well easy-thumb provides a preview from the entire website, it's not what we are trying to achieve with Survol, Safari already does that and I'm pretty sure other extensions do that already. The goal is to only preview important data so people can decide if they want to click or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants