FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

Link1s

Open hoainamvlm opened this issue 3 years ago • 13 comments

Domain

https://link1s.com/RCVFvNFy

Link

https://drive.google.com/file/d/1c_XsEAoepm_UTyNUYzANuGMd-wISnvZk/view

Version

0.0.0

What browsers are you seeing the problem on?

Chrome

What OS are you seeing the problem on?

No response

(Optional) Anything else?

https://rodjulian.com/vienna-vacation-is-the-most-beautiful-place-to-visit/

Code of Conduct

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

hoainamvlm avatar Sep 18 '21 16:09 hoainamvlm

crowd bypass, afaik

lem6ns avatar Sep 18 '21 18:09 lem6ns

To implement crowd bypass on link1s we'll have to use presistHash() on google.com as well because they make you search a blog, I really don't want to do that. We'll have a huge problem if it ever misbehaves

NotAProton avatar Dec 15 '21 06:12 NotAProton

So I added a new API which can be used for cross site storage, it will be an easy bypass once https://github.com/FastForwardTeam/FastForward/pull/267 makes its way to all the browser stores

NotAProton avatar Mar 13 '22 17:03 NotAProton

Looks like google finally accepted the update on Chrome web store. link1s bypass very soon:tm:

NotAProton avatar Apr 10 '22 08:04 NotAProton

@NotAProton any updates?

lostdusty avatar May 15 '22 16:05 lostdusty

They changed it to http params in a 302 request, if someone knows a way for the extension to parse them please help

NotAProton avatar May 15 '22 17:05 NotAProton

you want to know if its a 302 result? then i suggest using fetch, instead of just doing like: fetch(url).then(r => r.json()).then(result => {}); you should check in the first then like:

fetch(url).then(r => { if (302 === r.statusCode) { /* its the 302 do something here */} else {return r.json()}).then(result => {})

reashetyrr avatar May 17 '22 15: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 was automatically closed because it has been inactive for 14 days since being marked as stale. If you bypass/problem wasn't solved, please create a new issue.

github-actions[bot] avatar Aug 12 '22 03:08 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 Sep 04 '23 02:09 github-actions[bot]

I have made this bypass on my local fork.

this.helpers.awaitElement('#link1s[href]', a => this.helpers.safelyNavigate(a.href))

When I tested it, it's sometimes work, sometimes won't. Any tips for @NotAProton?

kiraio-moe avatar Dec 03 '23 12:12 kiraio-moe

yep can confirm its buggy

NotAProton avatar Dec 04 '23 10:12 NotAProton

yep can confirm its buggy

Ah, thanks for confirmed. It made me frustated for hours, LOL

kiraio-moe avatar Dec 04 '23 23:12 kiraio-moe