FastForward
FastForward copied to clipboard
Link1s
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
crowd bypass, afaik
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
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
Looks like google finally accepted the update on Chrome web store. link1s bypass very soon:tm:
@NotAProton any updates?
They changed it to http params in a 302 request, if someone knows a way for the extension to parse them please help
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 => {})
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.
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.
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.
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?
yep can confirm its buggy
yep can confirm its buggy
Ah, thanks for confirmed. It made me frustated for hours, LOL