Most sites use simple cookies or a localStorage entry to limit how many articles you can read in a month. You can bypass this with a private tab or by disabling JavaScript with uBlock Origin: * https://addons.mozilla.org/addon/open-in-temp-container/ * https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-... * https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium...
One can also disable Javascript for individual sites ("site settings"). Or use a client that does not implement cookies, localStorage or Javascript, like the original www browsers. I have been using these for decades. In the relatively rare case I have to use a popular, graphical browser distributed by an entity that collects users' data to support online ad services, on a network I do not control, I use Javascript s…
Most times, I am making HTTP requests with TCP clients, not a browser. If I am using an HTTP client, I use tnftp with custom modifications, fetch, or some other small client I can easily modify. I use a localhost-bound TLS forward proxy. Thus I can use a wide assortment of old TCP and HTTP clients from years when software was less bloated. For example, I still use orginal netcat heavily on a daily basis.
When I retrieve HTML/JSON/CSV, I use small, simple UNIX filters I write myself to extract what I want and present it in a readable text-only format and/or insert it into a SQLite3 database. I like the sqlite3 text-only output formats.
Hitting a limit on the number of news articles I can read is not something I am personally familiar with, and I use the same news websites as the people who complain about this, hence I believe it is associated with the browsers they are using, not the websites.