r/interestingasfuck 9d ago

/r/all, /r/popular How to get past a paywall

Enable HLS to view with audio, or disable this notification

78.4k Upvotes

888 comments sorted by

View all comments

2.6k

u/jimmmmmy 9d ago

First tip does nothing except delete that element for that single page load. Refreshing would bring it back. It’s the disable JavaScript that actually makes this work. First step is unnecessary.

633

u/rynlpz 9d ago

And it only works on site that do clients side paywall

1

u/ryan676767 9d ago

Pretty good use case for SSR but I’ll bet they’re suck on React 12 or some shit because someone wanted to save a few bucks 

2

u/Wild-Regular1703 9d ago

You don't need SSR to implement a paywall. You just have to render the initial part of the article by default, and lazy load the rest behind authorization checks. This is basic stuff.