downstyler icon indicating copy to clipboard operation
downstyler copied to clipboard

mention other style simplification tools in the README

Open waldyrious opened this issue 7 years ago • 10 comments

Something like this:

Readability and Instapaper are similar tools to clean up blog posts and cluttered websites for a cleaner reading experience, but they are more than just a stylesheet — they incorporate a large library of rules for cleaning up news websites and blogs that are known to have a certain structure (so they can hide everything that isn’t the main content).

It's worth mentioning that at least one of them had (have?) a bookmarklet, but it didn't work on the client-side -- it replaced the current page with a version parsed in their servers.

waldyrious avatar Apr 25 '17 10:04 waldyrious

Just as a footnote, there was a "service" (script) called NotForest (archive, marklets.com entry) which did much of the same thing.

Unfortunately the javascript bookmarklet didn't contain the actual javascript code, but instead injected a script tag whose source was http://www.notforest.com/notforest3.js, which I can't find archived anywhere (there are some js files archived here, and a stylesheet which apparently came from the Typominima Wordpress theme, but seemingly was used for the notfrest.com website itself, not for the bookmarklet).

That said, here's what one commenter said on hacker news:

Looking at the source code, that's exactly what it does. It removes forms, objects, scripts, images, blank links, divs, etc. Then it goes through paragraphs and tables and finds the longest content. This algorithm seems pretty good for long-form article content, but not for the marketing homepage I tried it on. Overall, pretty cool.

It was created by Steve Claridge (rhubarbcustard@HN, steveify@twitter).

waldyrious avatar Aug 22 '17 09:08 waldyrious

There's also the iReader extension for Firefox and Chrome (archived website, source code), which seems pretty much abandoned.

waldyrious avatar Aug 22 '17 09:08 waldyrious

Another note: Readability has been retired, and its functionality is now available via the Mercury reader (which only provides an extension for Chrome).

waldyrious avatar Aug 22 '17 10:08 waldyrious

More relevant stuff:

waldyrious avatar Sep 12 '17 09:09 waldyrious

As a useful reference, https://github.com/flattr/flattr-extension/issues/27 lists the reading modes implemented by Firefox, Chrome, Edge and Safari.

waldyrious avatar Feb 25 '18 17:02 waldyrious

Also related: the notion of classless CSS stylesheets:

Some examples:

waldyrious avatar May 07 '18 13:05 waldyrious

See also:

Here are some notes comparing the two.

waldyrious avatar Mar 26 '21 11:03 waldyrious

See also: A look at CSS Resets in 2018, which has a nice overview, including links to the most popular browsers' default stylesheets.

waldyrious avatar May 17 '21 14:05 waldyrious

See also: https://github.com/jensimmons/cssremedy

waldyrious avatar May 17 '21 15:05 waldyrious

Interactive demo pages that allow comparing various minimal/reset styles:

Test pages containing multiple HTML elements:

waldyrious avatar Oct 16 '23 00:10 waldyrious