Earlier quoted context omitted.
Their policies have apparently… changed. They accept donations to not have your website bypassed. Archive.org is much better. Edit: apparently it is down now. 402: PAYMENT_REQUIRED Code: DEPLOYMENT_DISABLED ID: fra1::8wkv2-1699275385535-39dedae23d6a
Archive.today never fails compared to Archive.org or various browser extensions To remove paywalls 12ft<Archive.org<Archive.today is my opinion.
Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
21–30 of 165 posts
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#22I got the feeling that these features should be part of a browser extension the same way as there are AdBlock extensions. I guess the reason it is not is "personal preference" of the author, or is there some technical reason?
You mean like Bypass Paywall Clean?
https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#23Relevant: 12ft.io was banned by Vercel, taking down the developer's entire account with multiple other hosted projects & domains: https://twitter.com/thmsmlr/status/1718663563353755982 Edit: Access to other projects & domains was apparently restored some time after: https://twitter.com/thmsmlr/status/1719480558932148272
> Hey Thomas. Your paywall-bypassing site broke our ToS and created hundreds of hours of support time spent on all the outreach from the impacted businesses.
> Our support team reached out to you on Oct 14th to let you know this was unsustainable and to try to work with you.
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#24The obvious thing is to mock Googlebot, but site owners can check that the request isn't coming from a Google-published IP and see that it's a fake, right?
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#25Really dummy question: how do services like this work? As in, how do they bypass these paywalls? The obvious thing is to mock Googlebot, but site owners can check that the request isn't coming from a Google-published IP and see that it's a fake, right?
just because they can doesn't mean they will... also most "site owners" are (by this point) a completely different people than "site operators" (who I take to be the 'engineers' who indeed can check this IP things)
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#26Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#27Earlier quoted context omitted.
Their policies have apparently… changed. They accept donations to not have your website bypassed. Archive.org is much better. Edit: apparently it is down now. 402: PAYMENT_REQUIRED Code: DEPLOYMENT_DISABLED ID: fra1::8wkv2-1699275385535-39dedae23d6a
Is it donations they accept or legal threats?
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#28You mention 13ft as another open source inspiration. How is Ladder improving on what 13ft does?
I did try 13ft. But it misses several points. The ladder applies custom rules to inject code. It basically modifies the origin website to remove the Paywall. It rewrites (most of) the links and assets in the origins HTML to avoid CORS Errors by routing thru the local proxy. The ladder uses Golangs fiber/fasthttp, which is significantly faster than Python (biased opinion) . Several small features like basic auth ...
I have a feeling that this performance difference is practically imperceptible to regular humans. It's like optimizing CPU performance when the bottleneck is the database.
Re: Show HN: Ladder, open source alternative to 12ft.io and 1ft.io
#29Relevant: 12ft.io was banned by Vercel, taking down the developer's entire account with multiple other hosted projects & domains: https://twitter.com/thmsmlr/status/1718663563353755982 Edit: Access to other projects & domains was apparently restored some time after: https://twitter.com/thmsmlr/status/1719480558932148272
Lovely, the Google classic "ban the world" approach -- I've been desperately trying to move my client off of vercel, this might just be the gasoline.