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

Additional redirs #50

Open
wumpus opened this issue May 16, 2018 · 4 comments
Open

Additional redirs #50

wumpus opened this issue May 16, 2018 · 4 comments

Comments

@wumpus
Copy link
Contributor

wumpus commented May 16, 2018

//youtu.be/foo => https://www.youtube.com/watch?v=foo

Also y2u.be works like youtu.be but is not run by google (!) That can't be good

https://redd.it/7tczf9 => https://www.reddit.com/tb/7tczf9

https://app.instapage.com/route/9475232/?url=www.nat.ai/careers => http://www.nat.ai/careers
@wumpus
Copy link
Contributor Author

wumpus commented May 16, 2018

BTW related but not related, I have a list of ~ 30 domain shorteners plus 3,200 "bit.ly custom shortners" -- these are often used to add tracking cgi args to links that look like they don't have any, but it's hard to do anything useful with them in the context of your extension; you are already just following them and then stripping the args off of the redirect...

@newhouse
Copy link
Owner

Regarding your comment above: yeah, unless there's a way to expand or figure out what the ultimate target is from the shortened link itself, I'm not sure there's anything we can really do without following it first. Are you aware of any way?

Regarding this example https://app.instapage.com/route/9475232/?url=www.nat.ai/careers => http://www.nat.ai/careers:

  • Could you provide some more examples like this? I'm assuming the other ones you provided (youtu.be/foo, redd.it/foo) are as straightforward as they seem, but this one has a path in it, and one with a random-looking integer to-boot.
  • Trying to figure out the pattern. For example, is it https://app.instapage.com/route/<integer>/?url=<target> or https://app.instapage.com/<random_path>/?url=<target> or literally always https://app.instapage.com/route/9475232/?url=<target>...

@wumpus
Copy link
Contributor Author

wumpus commented May 16, 2018

I'm pretty sure the integer is a customer number.

 https://app.instapage.com/route/4619387/?url=www.sweatflix.com/disclaimer
 https://app.instapage.com/route/7664466/?url=escuelachilenaoratoria.cl/Postgrados_Eneb

Instapage is a small business -- 615 hosts in the top 15 million, I probably should have left them off the list. Now that I look more carefully, more than half of instapage sites only have a single page.

And you are correct, for the real shorteners there's no easy way to find out the link without asking the shortener. I'm thinking of providing a service to disintermediate, just because I (and every other search engine person) hate them with a passion...

@iki
Copy link

iki commented Oct 15, 2018

@newhouse there're also many more redirects in https://github.com/nokeya/direct-links-out. Should I convert them to a PR?

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

3 participants