FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

Add `out.reddit.com`

Open NatoBoram opened this issue 3 years ago • 4 comments

Domain

out.reddit.com

Link

https://out.reddit.com/t3_qrrg2s?url=https%3A%2F%2Ftwitter.com%2Fpipipoko_%2Fstatus%2F1458801910945751040&token=AQAAAteNYYzuOVBwFbJ1q1SBlbyQfsHQtffCx5uuHAwAvjk-C1Jd&app_name=android

Version

Version 0.1873 · Bypass definitions 1da582a

What browsers are you seeing the problem on?

Firefox

What OS are you seeing the problem on?

Linux

(Optional) Anything else?

Reddit's mobile app have started to add a redirector to track outgoing links. I'm not exactly sure how FastForward works, but here's my solution using the template in the extension's settings.

// https://out.reddit.com/t3_qrrg2s?url=https%3A%2F%2Ftwitter.com%2Fpipipoko_%2Fstatus%2F1458801910945751040&token=AQAAAteNYYzuOVBwFbJ1q1SBlbyQfsHQtffCx5uuHAwAvjk-C1Jd&app_name=android
domainBypass("out.reddit.com", () => {
    location.href = new URL(location.href).searchParams.get("url")
})

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

NatoBoram avatar Nov 11 '21 22:11 NatoBoram

im not sure but i think that it works exactly the same, we bypass wait times and click requirements, none of those relate to the reddit out link which would potentially just makes it slower

reashetyrr avatar May 18 '22 13:05 reashetyrr

This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one.

github-actions[bot] avatar Jul 28 '22 20:07 github-actions[bot]

This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one.

github-actions[bot] avatar Aug 29 '22 03:08 github-actions[bot]

Is it possible to benchmark it?

Reddit's servers are very unstable and slow, sometimes it takes multiple seconds to get a first response out of reddit.com. I would be very surprised if something can make it slower...

NatoBoram avatar Aug 29 '22 14:08 NatoBoram

This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one.

github-actions[bot] avatar Sep 06 '23 02:09 github-actions[bot]

this can be a tracker bypass

NotAProton avatar Sep 06 '23 05:09 NotAProton

Oof, it's been a while.

Since the code is already provided, can we get it added somehow?

NatoBoram avatar Sep 07 '23 16:09 NatoBoram

@NotAProton Can this be a trakcer bypass?

aaronliu0130 avatar Nov 25 '23 00:11 aaronliu0130

Yep

NotAProton avatar Nov 26 '23 14:11 NotAProton